Versions Compared

Key

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

Tags an image in a docker repository with a repository name and tag.  

...

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 RepositoryFDDKR_INP_REPOSITORYYesThe repository to use when tagging.  This is the REPOSITORY column when running the command 'docker images'.
Image TagFDDKR_INP_IMAGE_TAGNoThe tag to apply to the image.  Example Usecomma separated values to specify multiple tags. Example: 'latest, 1.2.3'.
Image NameFDDKR_INP_IMAGE_NAMEYesThe image to tag.  This is the ID column when you run docker images.

...