Skip to content

Commit

Permalink
CLI 23.0.0: remove build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
matt9ucci committed Feb 9, 2023
1 parent de7dd6b commit 4367378
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions DockerCompletion/completers.ps1
Expand Up @@ -122,19 +122,14 @@ Register-Completer docker_builder_build -Option {
COMPGEN --memory-swap bytes 'Swap limit equal to memory plus swap: -1 to enable unlimited swap'
COMPGEN --network string 'Set the networking mode for the RUN instructions during build'
COMPGEN --no-cache Switch 'Do not use cache when building the image'
COMPGEN '-o' stringArray 'Output destination (format: type=local,dest=path)'
COMPGEN --output stringArray 'Output destination (format: type=local,dest=path)'
COMPGEN --platform string 'Set platform if server is multi-platform capable'
COMPGEN --progress string 'Set type of progress output (auto, plain, tty). Use plain to show container output'
COMPGEN --pull Switch 'Always attempt to pull a newer version of the image'
COMPGEN '-q' Switch 'Suppress the build output and print image ID on success'
COMPGEN --quiet Switch 'Suppress the build output and print image ID on success'
COMPGEN --rm Switch 'Remove intermediate containers after a successful build'
COMPGEN --secret stringArray 'Secret file to expose to the build (only if BuildKit enabled): id=mysecret,src=/local/secret'
COMPGEN --security-opt strings 'Security options'
COMPGEN --shm-size bytes 'Size of "/dev/shm"'
COMPGEN --squash Switch 'Squash newly built layers into a single new layer'
COMPGEN --ssh stringArray 'SSH agent socket or keys to expose to the build (only if BuildKit enabled) (format: default|<id>[=<socket>|<key>[,<key>]])'
COMPGEN '-t' list 'Name and optionally a tag in the "name:tag" format'
COMPGEN --tag list 'Name and optionally a tag in the "name:tag" format'
COMPGEN --target string 'Set the target build stage to build.'
Expand Down Expand Up @@ -739,19 +734,14 @@ Register-Completer docker_image_build -Option {
COMPGEN --memory-swap bytes 'Swap limit equal to memory plus swap: -1 to enable unlimited swap'
COMPGEN --network string 'Set the networking mode for the RUN instructions during build'
COMPGEN --no-cache Switch 'Do not use cache when building the image'
COMPGEN '-o' stringArray 'Output destination (format: type=local,dest=path)'
COMPGEN --output stringArray 'Output destination (format: type=local,dest=path)'
COMPGEN --platform string 'Set platform if server is multi-platform capable'
COMPGEN --progress string 'Set type of progress output (auto, plain, tty). Use plain to show container output'
COMPGEN --pull Switch 'Always attempt to pull a newer version of the image'
COMPGEN '-q' Switch 'Suppress the build output and print image ID on success'
COMPGEN --quiet Switch 'Suppress the build output and print image ID on success'
COMPGEN --rm Switch 'Remove intermediate containers after a successful build'
COMPGEN --secret stringArray 'Secret file to expose to the build (only if BuildKit enabled): id=mysecret,src=/local/secret'
COMPGEN --security-opt strings 'Security options'
COMPGEN --shm-size bytes 'Size of "/dev/shm"'
COMPGEN --squash Switch 'Squash newly built layers into a single new layer'
COMPGEN --ssh stringArray 'SSH agent socket or keys to expose to the build (only if BuildKit enabled) (format: default|<id>[=<socket>|<key>[,<key>]])'
COMPGEN '-t' list 'Name and optionally a tag in the "name:tag" format'
COMPGEN --tag list 'Name and optionally a tag in the "name:tag" format'
COMPGEN --target string 'Set the target build stage to build.'
Expand Down Expand Up @@ -1707,19 +1697,14 @@ Register-Completer docker_build -Option {
COMPGEN --memory-swap bytes 'Swap limit equal to memory plus swap: -1 to enable unlimited swap'
COMPGEN --network string 'Set the networking mode for the RUN instructions during build'
COMPGEN --no-cache Switch 'Do not use cache when building the image'
COMPGEN '-o' stringArray 'Output destination (format: type=local,dest=path)'
COMPGEN --output stringArray 'Output destination (format: type=local,dest=path)'
COMPGEN --platform string 'Set platform if server is multi-platform capable'
COMPGEN --progress string 'Set type of progress output (auto, plain, tty). Use plain to show container output'
COMPGEN --pull Switch 'Always attempt to pull a newer version of the image'
COMPGEN '-q' Switch 'Suppress the build output and print image ID on success'
COMPGEN --quiet Switch 'Suppress the build output and print image ID on success'
COMPGEN --rm Switch 'Remove intermediate containers after a successful build'
COMPGEN --secret stringArray 'Secret file to expose to the build (only if BuildKit enabled): id=mysecret,src=/local/secret'
COMPGEN --security-opt strings 'Security options'
COMPGEN --shm-size bytes 'Size of "/dev/shm"'
COMPGEN --squash Switch 'Squash newly built layers into a single new layer'
COMPGEN --ssh stringArray 'SSH agent socket or keys to expose to the build (only if BuildKit enabled) (format: default|<id>[=<socket>|<key>[,<key>]])'
COMPGEN '-t' list 'Name and optionally a tag in the "name:tag" format'
COMPGEN --tag list 'Name and optionally a tag in the "name:tag" format'
COMPGEN --target string 'Set the target build stage to build.'
Expand Down

0 comments on commit 4367378

Please sign in to comment.