conveyor ide build-base-image
Build a new version of a base image
Synopsis
This command builds a new version of a base image using updated configuration.
$ conveyor ide build-base-image --name SOME_NAME --configuration file://ide.yaml
This command can also build a new IDE base image using the existing configuration file to use the latest default IDE base image provided by Conveyor.
$ conveyor ide build-base-image --name SOME_NAME
conveyor ide build-base-image [flags]
Options
      --configuration string   The location of the IDE configuration file using the file:// prefix
      --description string     The updated description of your base image.
  -h, --help                   help for build-base-image
      --iam-identity string    The updated IAM identity to use for the IDE base image build.
      --local-build            This flag allows you to run a base image build locally instead of on the Conveyor cluster.
      --name string            The name of the IDE base image
      --no-wait                This flag allows you to wait until the IDE base image has been build.
Options inherited from parent commands
      --debug                        Show debug output
      --no-browser NO_BROWSER=true   Do not automatically open a browser at login instead print the url to the command line. You can also use the environment variable NO_BROWSER=true.
  -o, --output string                Change the output. Valid options are table or json (default "table")
      --quiet QUIET=true             Quiet down the output. You can also use the environment variable QUIET=true.
See also
- conveyor ide - Commands on IDEs