Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use multi-stage build for registry image. #439

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use vanilla Alpine instead of Alpine+go for the registry image base.
Co-authored-by: Joe Lanford <[email protected]>
benluddy and joelanford authored Sep 11, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 8619546b6ad459baaf6c0c10f7131cdcaa782f39
2 changes: 1 addition & 1 deletion upstream-builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ RUN GRPC_HEALTH_PROBE_VERSION=v0.3.2 && \
wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-$(go env GOARCH) && \
chmod +x /bin/grpc_health_probe

FROM golang:1.13-alpine
FROM alpine:3

COPY --from=builder [ \
"/bin/grpc_health_probe", \