docker-compose: Update default images used to version 6 (#7055)

This commit is contained in:
Gus Luxton 2021-06-07 12:18:00 -03:00 committed by GitHub
parent db82230015
commit 0af3d2ff9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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:5
image: quay.io/gravitational/teleport-ent:6
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:5
image: quay.io/gravitational/teleport-ent:6
container_name: teleport
entrypoint: /bin/sh
hostname: localhost