a5d075df27
This should have minimal impact on this repo, but will allow OpenDev to eventually drop image builds for Bullseye. Change-Id: I65582dc7607a9c64579000a23a54707ff78b6292
7 lines
131 B
Docker
7 lines
131 B
Docker
FROM docker.io/opendevorg/python-base:3.11-bookworm
|
|
|
|
COPY authdaemon.py /
|
|
|
|
ENTRYPOINT ["/authdaemon.py"]
|
|
CMD ["/authdaemon/token"]
|