You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2021/12/16 12:00:53 UTC

[sling-org-apache-sling-feature-launcher] branch master updated: container: adoptopenjdk/openjdk11:alpine-jre (#26)

This is an automated email from the ASF dual-hosted git repository.

pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e460e6  container: adoptopenjdk/openjdk11:alpine-jre (#26)
8e460e6 is described below

commit 8e460e609c2efb2094c57cce8bb07b07ec80ff5f
Author: Stefan Bischof <st...@bipolis.org>
AuthorDate: Thu Dec 16 13:00:48 2021 +0100

    container: adoptopenjdk/openjdk11:alpine-jre (#26)
    
    switch from slim to jre because it is smaller
    Signed-off-by: Stefan Bischof <st...@bipolis.org>
---
 src/main/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile
index 0a8f0b3..0884e21 100644
--- a/src/main/docker/Dockerfile
+++ b/src/main/docker/Dockerfile
@@ -18,7 +18,7 @@
 # -----------------------------------------------------------------------------
 
 #Base
-FROM adoptopenjdk/openjdk11:alpine-slim
+FROM adoptopenjdk/openjdk11:alpine-jre
 LABEL maintainer dev@sling.apache.org
 
 #ENV for Sling