Pull OpenDev images from quay.io

OpenDev is moving images to quay.io. This change updates gcpauthdaemon's
use of those images to match. The depends on will ensure we don't merge
this before the move has occurred.

We also use a more specific tag to ensure an up to date base image is
used.

Depends-On: https://review.opendev.org/c/opendev/system-config/+/881932
Change-Id: I8d6719cdd307cf23f9cd3ec7a0d37a6665d397ed
This commit is contained in:
Clark Boylan 2023-05-05 11:51:47 -07:00
parent bce6c41bbf
commit ada114b767

View File

@ -1,4 +1,4 @@
FROM docker.io/opendevorg/python-base
FROM quay.io/opendevorg/python-base:3.11-bullseye
COPY authdaemon.py /