This operation builds an image from a docker file. It will not create or start a container.
...
Output Name | Required | Description |
---|---|---|
| No | The image id that was created from the operation. The IMAGE_ID column when running the command 'docker images'. |
| No | The built docker image name. The IMAGE_NAME column when running the command ‘docker images'. |
| No | The built docker image. |
| No | The link to the built docker image when pushed to a repository. |
Artifacts
This operation consumes a Dockerfile from the artifacts repository. Can also be overridden through the docker file input.
Endpoint Selection
This operation delegates the selection to the workflow developer to determine.
...