We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b91ae9 commit ef7bc9aCopy full SHA for ef7bc9a
1 file changed
0_base/builder.sh
@@ -144,7 +144,9 @@ buildah run "${container}" \
144
rm -rf /tmp/validate_checksum.sh
145
146
################################################################################
147
-# Write the final image from this container.
+# Generate the final image.
148
+################################################################################
149
+
150
buildah \
151
--signature-policy=./policy.json \
152
commit "${container}" "${image}"
0 commit comments