dockerBuildProjectImage

This operation builds an image from a docker file according to the project containers configurations.  It will not create or start a container.

Environment/Instance Properties

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.

Project Properties

Property Name

Property Code

Required

Description





Inputs

Input Name

Input Code

Required

Description

Docker FileFDDKR_INP_DOCKER_FILENo

The path to the Dockerfile to build. If empty, uses Dockerfile configured at the project level.

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 Image NameFDDKR_INP_IMAGE_NAMENoThe image name including repository and tag. If empty uses Image Name configured at the project level for the stream.
Push Image to repositoryFDDKR_INP_PUSH_IMAGENoIf the image should be pushed to the repository.

Outputs

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'.

Endpoint Selection

This operation delegates the selection to the workflow developer to determine.


Endpoint Execution

This operations delegates the execution to the workflow developer to decide.


The following macros are not currently supported in the footer:
  • style