mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-01 11:21:23 -05:00
Update gcr.io/distroless/static Docker digest to ebd8cc3 (#448)
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
44b1a92d6b
commit
da3fe3de94
@ -26,6 +26,6 @@ ARG PROJECT_VERSION=0.0.0
|
|||||||
RUN CGO_ENABLED=0 go build -o join-service -trimpath -buildvcs=false -ldflags "-s -w -buildid='' -X github.com/edgelesssys/constellation/v2/internal/constants.VersionInfo=${PROJECT_VERSION}" ./cmd/
|
RUN CGO_ENABLED=0 go build -o join-service -trimpath -buildvcs=false -ldflags "-s -w -buildid='' -X github.com/edgelesssys/constellation/v2/internal/constants.VersionInfo=${PROJECT_VERSION}" ./cmd/
|
||||||
|
|
||||||
# Use gcr.io/distroless/static here since we need CA certificates to be installed for aTLS operations on GCP.
|
# Use gcr.io/distroless/static here since we need CA certificates to be installed for aTLS operations on GCP.
|
||||||
FROM gcr.io/distroless/static@sha256:f6ba6e4b2b5881fb94a99113de3c886c5f72e589946ece055dee2aade9486b8f as release
|
FROM gcr.io/distroless/static@sha256:ebd8cc37d22551dce0957ba8e58f03b22a8448bbf844c8c9ded4feef883b36bc as release
|
||||||
COPY --from=build /constellation/joinservice/join-service /joinservice
|
COPY --from=build /constellation/joinservice/join-service /joinservice
|
||||||
ENTRYPOINT [ "/joinservice" ]
|
ENTRYPOINT [ "/joinservice" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user