Received: from mail-ed1-f49.google.com (mail-ed1-f49.google.com [209.85.208.49]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3D188781A74 for <~alpine/users@lists.alpinelinux.org>; Sat, 8 Aug 2020 11:31:59 +0000 (UTC) Received: by mail-ed1-f49.google.com with SMTP id ba10so3070877edb.3 for <~alpine/users@lists.alpinelinux.org>; Sat, 08 Aug 2020 04:31:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=h6g-de.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=gswzBxs1NydprSSOjIKY+p/mWdaamPf+nLCSjoi9NnI=; b=pKD5wds7r9MxHQ8lOssjJlYr1PPai5pFYIdAE3g7oO8EfJehpqw4W8pgvbsBtZHaGO l36C41UFQcHNS5s/bBVxh/gGdJAtwAxgJUvV5KxR98V8pgC3xZDlBWHKrBPFlmR+Q/qP ufVG/eMtDq0v/tmYV08p2Z5vzDeirzbBc4k5xfCkYC6GbqFboqquaNfEi40VJ30HQeYN l0mSPImTYamtHGW57sSqG6cfBlY2KeBbj/dn5j7e67Azl9duScSwse0DM9+BZ9NVnaWE lMYJcdQWuBg//zajYv9+Tf/cbShlvLCuS8Rp4hsJvwuh+qdTEU0WTYG/8CgTtbIzwfud yDZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=gswzBxs1NydprSSOjIKY+p/mWdaamPf+nLCSjoi9NnI=; b=dxVtVLOa32/xnJIbyaFWxM180j8CZQO0kK/PxHMA7arjw49JG4aFs5N5sKIAoMbsmp X0wM0SYuGfqxqxYOHGF+Pvlox83AXk51/MmvJh3QCPcCBqKb4uK30RrRIrIUw6kiOEc/ y7fGm68EhfOnDi3ILPyasAn0VDSuka02KCP+8PrnYSpbpemCT84RzRHrrfIyUKpKUknh c+Ax45YCM1tIG03OWDixujSvFmdV47CIn7kfOo/DwaV/G9DUvN7iAqMemm8GiJ6vV2+q i5lhUxa2wOnZ3jrkwSyI2aBOnRTMtQ1nSQqhETWIb5Tlbd52IK1Qumjt0TGz76IPuZNx CWfg== X-Gm-Message-State: AOAM533Gf4lxnY9RlOJGjiMARcDbYzixbPZGYr5hq8fizz+XbuBA0oCQ +TewlcNWfaVenf8fqlvYAOEyEEHXuxoPUw== X-Google-Smtp-Source: ABdhPJzLPGwz3HNyagYna7C6J1irRKnD/hcU8p1wOLxkayEKItkLO2SCmKml4haWCftZh7EgXnPLdg== X-Received: by 2002:a50:fc0e:: with SMTP id i14mr12751640edr.346.1596886317996; Sat, 08 Aug 2020 04:31:57 -0700 (PDT) Received: from ?IPv6:2a02:8106:26:b100:c68:86a3:64f3:7aff? ([2a02:8106:26:b100:c68:86a3:64f3:7aff]) by smtp.gmail.com with ESMTPSA id y25sm3114308ejq.36.2020.08.08.04.31.56 for <~alpine/users@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 08 Aug 2020 04:31:57 -0700 (PDT) Subject: Re: Any plans to add OpenJDK11 apk ? To: ~alpine/users@lists.alpinelinux.org References: From: Paul Zillmann Message-ID: <59f267bc-4ded-8544-89c5-80b2c68531be@h6g.de> Date: Sat, 8 Aug 2020 13:35:06 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Hello Jayanth, Am 04.08.20 um 18:27 schrieb Jayanth Acharya: > > 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. > You can find OpenJDK11 in the package repository. https://pkgs.alpinelinux.org/package/edge/community/x86_64/openjdk11 https://pkgs.alpinelinux.org/package/v3.12/community/x86_64/openjdk11 For that one you have to enable the community repository in /etc/apk/repositories - just uncomment the specific line and you are good to go. Also you can search for any package on: https://pkgs.alpinelinux.org/packages > Is there a published roadmap or a way to request such apk ? > > Jay - Paul