The hash or tagged name of the image that you wish docker to run (e.g "docker run -i -t <id> /bin/bash").
For queued parameterized builds, Jenkins parameters may be referenced using ${IMAGE_TAG}.
For example, registry.example.com/ci/build-agent:${IMAGE_TAG} uses the value supplied by the build parameter.