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 f80c872 commit ff0c3aaCopy full SHA for ff0c3aa
Dockerfile
@@ -8,7 +8,7 @@ FROM gcr.io/distroless/static:debug-nonroot AS builder
8
FROM gcr.io/distroless/static:nonroot
9
10
# Grab the cp binary so we can cp the unpack
11
-# binary to a shared volume in the bundle image
+# binary to a shared volume in the bundle image (rukpak library needs it)
12
COPY --from=builder /busybox/cp /cp
13
14
WORKDIR /
0 commit comments