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.

...

Property Name

Property Code

Required

Description

Docker Server Address

FDDKR_DOCKER_SERVER

No

The IP address of the Docker server.  Required if Docker Unix Socker is not set.

Docker PortFDDKR_DOCKER_PORTNoThe port the Docker service is listening on.  Required if Docker Unix Socker is not set.
Docker Unix SocketFDDKR_UNIX_SOCKETNoThe socket the Docker daemon listens on. Required if Docker Server and Docker Port are not set.

...

Input Name

Input Code

Required

Description

Docker FileFDDKR_INP_DOCKER_FILENo

The path to the Docker File to build. If empty

uses default Dockerfile

Dockerfile is used as the name, and it is searched as specified in the next line.

If an absolute path is given, it is used. Otherwise the file is checked for relative to the FD_TEMP_DIR and any checkout folders.

Docker File ArgumentsFDDKR_INP_DOCKER_FILE_ARGSNoThe docker file arguments to use. These are the ARG instructions in the docker file.  KeyValue pairs should be separated by "|" and the key and value should be separated by ",".  Example: key1,value|key2,value|key3,value
Docker RepositoryFDDKR_INP_REPOSITORYNoThe image name/repository to create the image in.  This is the REPOSITORY column when running the command 'docker images'.
Image TagFDDKR_INP_IMAGE_TAGNoThe tag to apply to the image.  Example: 'latest'.

...

Output Name

Required

Description

FDDKR_OUT_IMAGE_ID

No

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

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.

...