Skip to content

Commit

Permalink
spline #889 Make Docker images size smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
wajda committed Sep 3, 2021
1 parent 71f3cbe commit 1c6fa5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

ARG DOCKER_BASE_IMAGE_PREFIX

FROM "$DOCKER_BASE_IMAGE_PREFIX"adoptopenjdk/openjdk11:jdk-11.0.10_9-alpine-slim
FROM "$DOCKER_BASE_IMAGE_PREFIX"adoptopenjdk:11-jre

ARG PROJECT_BUILD_FINAL_NAME
ARG IMAGE_NAME
Expand Down
2 changes: 1 addition & 1 deletion kafka-gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ARG DOCKER_BASE_IMAGE_PREFIX=

FROM "$DOCKER_BASE_IMAGE_PREFIX"tomcat:9.0.45-jdk11-corretto
FROM "$DOCKER_BASE_IMAGE_PREFIX"tomcat:9-jre11-openjdk-slim-buster

LABEL \
vendor="ABSA" \
Expand Down
2 changes: 1 addition & 1 deletion rest-gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ARG DOCKER_BASE_IMAGE_PREFIX=

FROM "$DOCKER_BASE_IMAGE_PREFIX"tomcat:9.0.45-jdk11-corretto
FROM "$DOCKER_BASE_IMAGE_PREFIX"tomcat:9-jre11-openjdk-slim-buster

LABEL \
vendor="ABSA" \
Expand Down

0 comments on commit 1c6fa5c

Please sign in to comment.