We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e6e12 commit f1782d7Copy full SHA for f1782d7
Dockerfile
@@ -42,7 +42,7 @@ COPY cmd/ ./cmd/
42
COPY pkg/ ./pkg/
43
RUN GOOS=linux GOARCH=amd64 go build -o /build/ github.com/vmware-tanzu/cartographer/cmd/cartographer
44
45
-FROM gcr.io/paketo-buildpacks/run-jammy-tiny@sha256:35702d19f93e06041db1573b1140742df2182494cc93f646fd57c6d8922dc7a7
+FROM gcr.io/paketo-buildpacks/run-jammy-tiny@sha256:d7c916e363bc20f604c38f4b0485a12bb01b09eb90ce091d0b43b6eb9953bf88
46
COPY --from=ytt /usr/local/bin/ytt /usr/local/bin/ytt
47
COPY --from=cartographer /build/cartographer /usr/local/bin/cartographer
48
ENTRYPOINT [ "cartographer" ]
0 commit comments