Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id B6211781892 for <~alpine/users@lists.alpinelinux.org>; Tue, 4 Aug 2020 16:46:43 +0000 (UTC) Subject: Re: Any plans to add OpenJDK11 apk ? DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dereferenced.org; s=default; t=1596559602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Xexss9TxQjcXlHMlH/NsngTACgXNFP2rhWsWiFCKKj8=; b=KKJ0lXQd0jWDkm5Iar9E0bOfooV6Vg1ZWQu3mz+4Raqd90pvGP6fGgS4HxH/0hv3SrVyQ5 KjWJcYLl0mPBmDdANo2Ck9U/ry4yLuX4SMbUlJmgQhTz3v6r5t7NgDc2M1Wnordp49namL lNiwW7gyjIMJTwMU4vDyG25zwC3g6+U= To: Jayanth Acharya , ~alpine/users@lists.alpinelinux.org References: X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Ariadne Conill Message-ID: <9cf8bcb3-da2a-eef6-67a7-5470e043b08f@dereferenced.org> Date: Tue, 4 Aug 2020 10:46:38 -0600 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 0.90 Hello, On 2020-08-04 10:27, Jayanth Acharya wrote: > > New to Alpine Linux (coming from Ubuntu Server - Minimal, hand-tuned to > low foot print), but already beginning to love the super light weight, > and how fast everything gets done with Alpine. Unlike many others using > Alpine, I am trying to use it not for a Docker base image, but as an > (oldschool) VM appliance base image (with minimal footprint). > > Wanted to check if there is any plan to add OpenJD11 apk to Alpine Linux > ? I have an application for which I am considering using OpenJDK11 > instead of OpenJDK8. > > Is there a published roadmap or a way to request such apk ? We already have them, all the way up to OpenJDK 14: petrie:~/aports/main/musl$ apk list -v *openjdk*-jdk* openjdk10-jdk-10.0.2_p13-r1 aarch64 {openjdk10} (GPL-2.0-with-classpath-exception) Oracle OpenJDK 10 (JDK) openjdk13-jdk-13.0.4_p8-r0 aarch64 {openjdk13} (GPL-2.0-with-classpath-exception) Oracle OpenJDK 13 (JDK) openjdk11-jdk-11.0.8_p10-r0 aarch64 {openjdk11} (GPL-2.0-with-classpath-exception) Oracle OpenJDK 11 (JDK) openjdk12-jdk-12.0.2_p10-r1 aarch64 {openjdk12} (GPL-2.0-with-classpath-exception) Oracle OpenJDK 12 (JDK) openjdk14-jdk-14.0.2_p12-r0 aarch64 {openjdk14} (GPL-2.0-with-classpath-exception) Oracle OpenJDK 14 (JDK) openjdk9-jdk-9.0.4_p12-r2 aarch64 {openjdk9} (GPL-2.0-with-classpath-exception) Oracle OpenJDK 9 (JDK) Ariadne