Ensure CA certs are available for webhooks usage (#442)
This commit is contained in:
+1
-1
@@ -8,6 +8,6 @@ RUN go mod download
|
||||
COPY . .
|
||||
RUN CGO_ENABLED=0 go build -buildvcs=false ./cmd/mc-router
|
||||
|
||||
FROM scratch
|
||||
FROM gcr.io/distroless/static-debian12
|
||||
ENTRYPOINT ["/mc-router"]
|
||||
COPY --from=builder /build/mc-router /mc-router
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM scratch
|
||||
FROM gcr.io/distroless/static-debian12
|
||||
|
||||
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
|
||||
LABEL org.opencontainers.image.title="mc-router"
|
||||
|
||||
Reference in New Issue
Block a user