Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This operation builds an image from a docker file.  It will not create or start a container.

...

Output Name

Required

Description

FD_BUILT_DOCKER_IMAGE_ID

No

The image id that was created from the operation.  The IMAGE_ID column when running the command 'docker images'.

FD_BUILT_DOCKER_IMAGE_NAME

No

The built docker image name. The IMAGE_NAME column when running the command ‘docker images'.

FD_BUILT_DOCKER_IMAGE

No

The built docker image.

FD_BUILT_DOCKER_LINK

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.

...