10 Post-release 4: Update docker lab versions to 10 in master (#14246)

Update docker lab versions to 10
This commit is contained in:
Roman Tkachenko 2022-07-08 16:52:26 -07:00 committed by GitHub
parent 22e81dcddb
commit 6eb513be5b
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: quay.io/gravitational/teleport-ent:9
image: quay.io/gravitational/teleport-ent:10
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: quay.io/gravitational/teleport-ent:9
image: quay.io/gravitational/teleport-ent:10
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: quay.io/gravitational/teleport-lab:9
image: quay.io/gravitational/teleport-lab:10
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: quay.io/gravitational/teleport-lab:9
image: quay.io/gravitational/teleport-lab:10
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: quay.io/gravitational/teleport-lab:9
image: quay.io/gravitational/teleport-lab:10
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: quay.io/gravitational/teleport-lab:9
image: quay.io/gravitational/teleport-lab:10
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: quay.io/gravitational/teleport:9
image: quay.io/gravitational/teleport:10
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: quay.io/gravitational/teleport:9
image: quay.io/gravitational/teleport:10
container_name: teleport
entrypoint: /bin/sh
hostname: localhost