Skip to content

Commit

Permalink
Pulling from the official docker org
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Mar 8, 2024
1 parent 8bc1ef9 commit 8e4afd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ RUN echo networkaddress.cache.ttl=1 >> /opt/jvm/conf/security/java.security
RUN echo networkaddress.cache.negative.ttl=1 >> /opt/jvm/conf/security/java.security


## TODO: use apachepulsar/glibc-base:2.38 once it's finalized
FROM merlimat/glibc-base:2.38 as glibc
FROM apachepulsar/glibc-base:2.38 as glibc

## Create final stage from Alpine image
## and add OpenJDK and Python dependencies (for Pulsar functions)
Expand Down

0 comments on commit 8e4afd8

Please sign in to comment.