You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -636,6 +636,10 @@ Flags:
636
636
-`--base-tar` - `simple` build engine: base image from a local tar file
637
637
-`--base-with-certs` - `simple` build engine: boolean flat to use the static-debian12 distroless base image - contains only certs and timezone info
638
638
-`--exe-path` - `simple` build engine: local (linux) executable file that will be used as the entrypoint for the new image (added to the selected base image or scratch image if no base image is provided)
639
+
-`--registry-push` - Push the built image to a container registry
640
+
-`--use-docker-credentials` - Use the registry credentials from the default Docker config file (defaults to true).
641
+
-`--account` - Registry credentials account.
642
+
-`--secret` - Registry credentials secret.
639
643
640
644
641
645
Examples:
@@ -717,7 +721,7 @@ There's also a placeholder for `copy`, but it doesn't do anything yet. Great opp
717
721
718
722
Shared Command Level Flags:
719
723
720
-
-`--use-docker-credentials` - Use the registry credentials from the default Docker config file.
724
+
-`--use-docker-credentials` - Use the registry credentials from the default Docker config file (defaults to true).
0 commit comments