update: Dockerfile - add LABELS
This commit is contained in:
parent
7742454fea
commit
12b77695b9
|
@ -1,7 +1,8 @@
|
||||||
FROM ubuntu:jammy
|
FROM ubuntu:jammy
|
||||||
|
|
||||||
LABEL version="0.1"
|
LABEL org.opencontainers.image.source=https://github.com/soxfor/qbittorrent-natmap
|
||||||
LABEL description="Map NAT-PMP/UPnP port and update qBittorrent configuration"
|
LABEL org.opencontainers.image.description="Map NAT-PMP/UPnP port and update qBittorrent configuration"
|
||||||
|
LABEL org.opencontainers.image.version=1.0.0
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue