add docker label for source

This commit is contained in:
scito
2022-12-27 01:11:36 +01:00
parent a4c4badd54
commit 5ab5f84ff3
2 changed files with 4 additions and 0 deletions

View File

@@ -11,3 +11,5 @@ RUN apt-get update && apt-get install -y libzbar0 python3-opencv nano \
WORKDIR /files
ENTRYPOINT ["python", "/extract/extract_otp_secret_keys.py"]
LABEL org.opencontainers.image.source https://github.com/scito/extract_otp_secret_keys

View File

@@ -10,3 +10,5 @@ RUN pip install protobuf qrcode Pillow \
WORKDIR /files
ENTRYPOINT ["python", "/extract/extract_otp_secret_keys.py"]
LABEL org.opencontainers.image.source https://github.com/scito/extract_otp_secret_keys