From 063a487602a50b35c456b40563dcc104fdd5c9a9 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Sun, 29 Sep 2024 00:12:53 +0300 Subject: [PATCH] Switch to jdk-17-cds-stream-glibc tag which saves about 100MB --- docker/pulsar/Dockerfile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/pulsar/Dockerfile b/docker/pulsar/Dockerfile index 65bf3f7591b125..f835494071fda6 100644 --- a/docker/pulsar/Dockerfile +++ b/docker/pulsar/Dockerfile @@ -19,7 +19,7 @@ # Final image uses the Liberica JDK image running on Alpaquita Linux as the base image # maven build passes PULSAR_BASE_IMAGE environment variable to the build as PULSAR_BASE_IMAGE argument -ARG PULSAR_BASE_IMAGE=bellsoft/liberica-runtime-container:jdk-all-17-cds-stream-glibc +ARG PULSAR_BASE_IMAGE=bellsoft/liberica-runtime-container:jdk-17-cds-stream-glibc # Alpine is used for intermediate stages ARG ALPINE_VERSION=3.20 diff --git a/pom.xml b/pom.xml index 2486248161d45a..158f0aa746c870 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ flexible messaging model and an intuitive client API. 3.4.0 - bellsoft/liberica-runtime-container:jdk-all-17-cds-stream-glibc + bellsoft/liberica-runtime-container:jdk-17-cds-stream-glibc **/Test*.java,**/*Test.java,**/*Tests.java,**/*TestCase.java