Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Sep 28, 2024
1 parent a42afb9 commit b678b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

# Final image uses the Liberica JDK image running on Alpaquita Linux as the base image
ARG LIBERICA_RUNTIME_CONTAINER_TAG=jdk-all-17-cds-stream-glibc
ARG PULSAR_BASE_IMAGE=bellsoft/liberica-runtime-container:jdk-all-17-cds-stream-glibc
# Alpine is used for intermediate stages
ARG ALPINE_VERSION=3.20

Expand Down Expand Up @@ -55,7 +55,7 @@ RUN chmod -R o+rx /pulsar

## Create final stage from liberica-runtime-container image
## and add Python dependencies (for Pulsar functions)
FROM bellsoft/liberica-runtime-container:$LIBERICA_RUNTIME_CONTAINER_TAG
FROM $PULSAR_BASE_IMAGE
ENV LANG C.UTF-8

# Upgrade all packages to get latest versions with security fixes
Expand Down

0 comments on commit b678b64

Please sign in to comment.