Skip to content

Commit

Permalink
Remove gcompat
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitarvdimitrov committed Jul 18, 2023
1 parent 1c6fa9b commit 617719f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ WORKDIR /src/rollout-operator
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} make ${BUILDTARGET}

FROM alpine:3.18
# need gcompat for glibc compatibility of the boringcrypto image
RUN apk add --no-cache ca-certificates gcompat
RUN apk add --no-cache ca-certificates

COPY --from=build /src/rollout-operator/rollout-operator /bin/rollout-operator
ENTRYPOINT [ "/bin/rollout-operator" ]
Expand Down

0 comments on commit 617719f

Please sign in to comment.