File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -384,17 +384,15 @@ Such grant must be explicit within service specification as [secrets](spec.md#se
384384
385385# ## tags
386386
387- ` tags` defines a list of tag mappings that MUST be associated to the build image.
387+ ` tags` defines a list of tag mappings that MUST be associated to the build image. This list come in addition of
388+ the `image` [property defined in the service section](spec.md#image)
388389
389390` ` ` yml
390391tags:
391- "myimage:mytag"
392+ - "myimage:mytag"
392393 "registry/username/myrepos:my-other-tag"
393394` ` `
394395
395- Compose implementations MUST create matching entry with the IP address and hostname in the container's network
396- configuration, which means for Linux `/etc/hosts` will get extra lines :
397-
398396# # Implementations
399397
400398* [docker-compose](https://docs.docker.com/compose)
You can’t perform that action at this time.
0 commit comments