Skip to content

Commit

Permalink
Uses gcompat instead of libc6-compat per Alpine recommendations
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Dec 12, 2023
1 parent 409717a commit 8760812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ RUN \
#
# Finalize install:
# * java-cacerts: implicitly gets normal ca-certs used outside Java (this does not depend on java)
# * libc6-compat: BoringSSL for Netty per https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty
apk add --no-cache java-cacerts ca-certificates libc6-compat && \
# * gcompat: BoringSSL for Netty per https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty
apk add --no-cache java-cacerts ca-certificates gcompat && \
# Typically, only amd64 is tested in CI: Run a command to ensure binaries match current arch.
ldd /lib/libz.so.1

Expand Down

0 comments on commit 8760812

Please sign in to comment.