Bump versions in docker images to 12 (#22345)

* Bump versions in docker images to 12

* Bump versions in docker images to 12

* Bump docker version to 12
This commit is contained in:
Steven Martin 2023-02-27 16:44:15 -05:00 committed by GitHub
parent 437e93adbf
commit 7e5ed76223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@ services:
# The configure container starts, generates a config, writes it to
# /etc/teleport/teleport.yaml and then immediately exits.
configure:
image: public.ecr.aws/gravitational/teleport-ent:11
image: public.ecr.aws/gravitational/teleport-ent:12
container_name: teleport-configure
entrypoint: /bin/sh
hostname: localhost
@ -14,7 +14,7 @@ services:
# This container depends on the config written by the configure container above, so it
# sleeps for a second on startup to allow the configure container to run first.
teleport:
image: public.ecr.aws/gravitational/teleport-ent:11
image: public.ecr.aws/gravitational/teleport-ent:12
container_name: teleport
entrypoint: /bin/sh
hostname: localhost

View file

@ -3,7 +3,7 @@ services:
# This container depends on the config written by the configure container above, so it
# sleeps for a second on startup to allow the configure container to run first.
teleport:
image: public.ecr.aws/gravitational/teleport-lab:11
image: public.ecr.aws/gravitational/teleport-lab:12
container_name: teleport
entrypoint: /bin/sh
hostname: luna.teleport
@ -24,7 +24,7 @@ services:
# The bootstrap container generates certificates and then immediately exits.
bootstrap:
image: public.ecr.aws/gravitational/teleport-lab:11
image: public.ecr.aws/gravitational/teleport-lab:12
container_name: teleport-bootstrap
entrypoint: /bin/sh
command: -c "/etc/teleport.d/scripts/generate-certs.sh"
@ -41,7 +41,7 @@ services:
# openssh is a demo of openssh node
#
openssh:
image: public.ecr.aws/gravitational/teleport-lab:11
image: public.ecr.aws/gravitational/teleport-lab:12
container_name: openssh
hostname: mars.openssh.teleport
entrypoint: /bin/sh
@ -60,7 +60,7 @@ services:
# term is a container with a terminal to try things out
#
term:
image: public.ecr.aws/gravitational/teleport-lab:11
image: public.ecr.aws/gravitational/teleport-lab:12
hostname: term
container_name: term
entrypoint: /bin/sh

View file

@ -3,7 +3,7 @@ services:
# The configure container starts, generates a config, writes it to
# /etc/teleport/teleport.yaml and then immediately exits.
configure:
image: public.ecr.aws/gravitational/teleport:11
image: public.ecr.aws/gravitational/teleport:12
container_name: teleport-configure
entrypoint: /bin/sh
hostname: localhost
@ -14,7 +14,7 @@ services:
# This container depends on the config written by the configure container above, so it
# sleeps for a second on startup to allow the configure container to run first.
teleport:
image: public.ecr.aws/gravitational/teleport:11
image: public.ecr.aws/gravitational/teleport:12
container_name: teleport
entrypoint: /bin/sh
hostname: localhost