mirror of https://github.com/docker/docs.git
Merge pull request #8130 from excieve/patch-1
Fixes Docker Hub repository tag env var name
This commit is contained in:
commit
c36b01067e
|
@ -22,8 +22,8 @@ processes and do not affect your service's run environment.
|
||||||
* `COMMIT_MSG`: the message from the commit being tested and built.
|
* `COMMIT_MSG`: the message from the commit being tested and built.
|
||||||
* `DOCKER_REPO`: the name of the Docker repository being built.
|
* `DOCKER_REPO`: the name of the Docker repository being built.
|
||||||
* `DOCKERFILE_PATH`: the dockerfile currently being built.
|
* `DOCKERFILE_PATH`: the dockerfile currently being built.
|
||||||
* `CACHE_TAG`: the Docker repository tag being built.
|
* `DOCKER_TAG`: the Docker repository tag being built.
|
||||||
* `IMAGE_NAME`: the name and tag of the Docker repository being built. (This variable is a combination of `DOCKER_REPO`:`CACHE_TAG`.)
|
* `IMAGE_NAME`: the name and tag of the Docker repository being built. (This variable is a combination of `DOCKER_REPO`:`DOCKER_TAG`.)
|
||||||
|
|
||||||
If you are using these build environment variables in a
|
If you are using these build environment variables in a
|
||||||
`docker-compose.test.yml` file for automated testing, declare them in your `sut`
|
`docker-compose.test.yml` file for automated testing, declare them in your `sut`
|
||||||
|
|
Loading…
Reference in New Issue