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:
Guillaume Tardif 2020-10-28 17:19:12 +01:00
parent bfd9f5b431
commit 5bdcfe2e4a
2 changed files with 7 additions and 1 deletions

View file

@ -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