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:
parent
bce6c41bbf
commit
ada114b767
@ -1,4 +1,4 @@
|
||||
FROM docker.io/opendevorg/python-base
|
||||
FROM quay.io/opendevorg/python-base:3.11-bullseye
|
||||
|
||||
COPY authdaemon.py /
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user