mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Pin version of ACI sidecar image, so that we don’t affect prod users when re-publishing :latest.
Makefile includes a target to publish new versions, ensuring we don’t override an existing image tag Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
bfd9f5b431
commit
5bdcfe2e4a
2 changed files with 7 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ const (
|
|||
// ComposeDNSSidecarName name of the dns sidecar container
|
||||
ComposeDNSSidecarName = "aci--dns--sidecar"
|
||||
|
||||
dnsSidecarImage = "docker/aci-hostnames-sidecar"
|
||||
dnsSidecarImage = "docker/aci-hostnames-sidecar:1.0"
|
||||
)
|
||||
|
||||
// ToContainerGroup converts a compose project into a ACI container group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue