
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
7 lines
129 B
Docker
7 lines
129 B
Docker
FROM quay.io/opendevorg/python-base:3.11-bullseye
|
|
|
|
COPY authdaemon.py /
|
|
|
|
ENTRYPOINT ["/authdaemon.py"]
|
|
CMD ["/authdaemon/token"]
|