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 Jul 29, 2023
1 parent dfdfc06 commit 7be7815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 7be7815

Please sign in to comment.