2
0
Fork 0

update: Dockerfile - add LABELS (2)

This commit is contained in:
soxfor 2023-03-17 00:42:43 +00:00
parent ab6edd204e
commit ba1a8242b4
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
FROM ubuntu:jammy
LABEL org.opencontainers.image.source=https://github.com/soxfor/qbittorrent-natmap
LABEL org.opencontainers.image.description="Map NAT-PMP/UPnP port and update qBittorrent configuration"
LABEL org.opencontainers.image.version=1.0.0
LABEL org.opencontainers.image.version="1.0.0"
LABEL org.opencontainers.image.base.name="ubuntu:jammy"
FROM ubuntu:jammy
ARG DEBIAN_FRONTEND=noninteractive