Versions Compared

Key

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

This operation builds an image from a docker file according to the project containers configurations.  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_FILENoThe path to the Docker File Dockerfile to build. If empty uses Dockerfile configured at the project level.
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.


...