From 809268a056717735f318267f52fbf5c32b7c23c9 Mon Sep 17 00:00:00 2001 From: Bart Bakker Date: Wed, 2 Aug 2023 11:55:09 +0200 Subject: [PATCH 1/2] Delete obsoleted artifact_container docker image --- Dockerfile.artifact_container | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Dockerfile.artifact_container diff --git a/Dockerfile.artifact_container b/Dockerfile.artifact_container deleted file mode 100644 index e09ae7e6..00000000 --- a/Dockerfile.artifact_container +++ /dev/null @@ -1,4 +0,0 @@ -FROM docker-registry.ripe.net/swe/gitlab-ci/awsebcli:3.18.2 - -COPY target/universal/*.tgz . - From 7f97260b317c38071a2e9df76421638371c1305f Mon Sep 17 00:00:00 2001 From: Bart Bakker Date: Wed, 2 Aug 2023 16:44:52 +0200 Subject: [PATCH 2/2] Update base image to gcr.io/distroless/java-debian11:11 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 63f14bce..2d57701d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,9 +17,9 @@ WORKDIR /app # but we pick up the artifact instead. RUN cp docker/publication-server-docker.conf /staging/conf/ -# use gcr.io/distroless/java-debian10:11-debug if you want to be able to run a +# use gcr.io/distroless/java-debian11:11-debug if you want to be able to run a # shell in the container (e.g. `docker run -it --entrypoint sh --rm `) -FROM gcr.io/distroless/java-debian10:11 +FROM gcr.io/distroless/java-debian11:11 LABEL org.label-schema.vcs-ref="unknown" COPY --from=build /staging/conf/ /conf/