mirror of
https://github.com/ko-build/ko.git
synced 2025-11-23 22:35:11 +02:00
committed by
Jason Hall
parent
6541f6e217
commit
ac22328979
@@ -54,6 +54,7 @@ ko apply -f FILENAME [flags]
|
||||
--image-annotation strings Which annotations (key=value[,key=value]) to add to the OCI manifest.
|
||||
--image-label strings Which labels (key=value[,key=value]) to add to the image.
|
||||
--image-refs string Path to file where a list of the published image references will be written.
|
||||
--image-user string The default user the image should be run as.
|
||||
--insecure-registry Whether to skip TLS verification on the registry
|
||||
-j, --jobs int The maximum number of concurrent builds (default GOMAXPROCS)
|
||||
-L, --local Load into images to local docker daemon.
|
||||
|
||||
@@ -50,6 +50,7 @@ ko build IMPORTPATH... [flags]
|
||||
--image-annotation strings Which annotations (key=value[,key=value]) to add to the OCI manifest.
|
||||
--image-label strings Which labels (key=value[,key=value]) to add to the image.
|
||||
--image-refs string Path to file where a list of the published image references will be written.
|
||||
--image-user string The default user the image should be run as.
|
||||
--insecure-registry Whether to skip TLS verification on the registry
|
||||
-j, --jobs int The maximum number of concurrent builds (default GOMAXPROCS)
|
||||
-L, --local Load into images to local docker daemon.
|
||||
|
||||
@@ -54,6 +54,7 @@ ko create -f FILENAME [flags]
|
||||
--image-annotation strings Which annotations (key=value[,key=value]) to add to the OCI manifest.
|
||||
--image-label strings Which labels (key=value[,key=value]) to add to the image.
|
||||
--image-refs string Path to file where a list of the published image references will be written.
|
||||
--image-user string The default user the image should be run as.
|
||||
--insecure-registry Whether to skip TLS verification on the registry
|
||||
-j, --jobs int The maximum number of concurrent builds (default GOMAXPROCS)
|
||||
-L, --local Load into images to local docker daemon.
|
||||
|
||||
@@ -47,6 +47,7 @@ ko resolve -f FILENAME [flags]
|
||||
--image-annotation strings Which annotations (key=value[,key=value]) to add to the OCI manifest.
|
||||
--image-label strings Which labels (key=value[,key=value]) to add to the image.
|
||||
--image-refs string Path to file where a list of the published image references will be written.
|
||||
--image-user string The default user the image should be run as.
|
||||
--insecure-registry Whether to skip TLS verification on the registry
|
||||
-j, --jobs int The maximum number of concurrent builds (default GOMAXPROCS)
|
||||
-L, --local Load into images to local docker daemon.
|
||||
|
||||
@@ -38,6 +38,7 @@ ko run IMPORTPATH [flags]
|
||||
--image-annotation strings Which annotations (key=value[,key=value]) to add to the OCI manifest.
|
||||
--image-label strings Which labels (key=value[,key=value]) to add to the image.
|
||||
--image-refs string Path to file where a list of the published image references will be written.
|
||||
--image-user string The default user the image should be run as.
|
||||
--insecure-registry Whether to skip TLS verification on the registry
|
||||
-j, --jobs int The maximum number of concurrent builds (default GOMAXPROCS)
|
||||
-L, --local Load into images to local docker daemon.
|
||||
|
||||
Reference in New Issue
Block a user