Images
The images
tag allows rudimentary specification of how to build the Docker images needed for your deployments.
Example:
By default the "main" image will be built, assuming a "Dockerfile", using the root
Key | Description |
| The name of the image. Used as part of the image tag |
| The location of the Dockerfile to build, relative to the repository root. |
| The docker build context, relative to the repository root |
| A set of arguments which are passed to the docker build |
Last updated