update: Dockerfile - add LABELS (2)
This commit is contained in:
parent
ab6edd204e
commit
ba1a8242b4
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue