First commit

This commit is contained in:
Sthope 2022-07-10 16:13:01 +02:00
parent d1b0578459
commit b48808c41b

View File

@ -1,6 +1,6 @@
# base image
ARG ARCH=amd64
FROM $ARCH/debian:buster-slim
FROM $ARCH/debian:bullseye-slim
# args
ARG VCS_REF
@ -10,13 +10,13 @@ ARG BUILD_DATE
ENV ADMIN_PASSWORD=admin
# labels
LABEL maintainer="Florian Schwab <me@ydkn.io>" \
LABEL maintainer="Sthope <hopelessautomations@gmail.com>" \
org.label-schema.schema-version="1.0" \
org.label-schema.name="ydkn/cups" \
org.label-schema.name="sthopeless/cups" \
org.label-schema.description="Simple CUPS docker image" \
org.label-schema.version="0.1" \
org.label-schema.url="https://hub.docker.com/r/ydkn/cups" \
org.label-schema.vcs-url="https://gitlab.com/ydkn/docker-cups" \
org.label-schema.url="https://hub.docker.com/r/sthopeless/cups" \
org.label-schema.vcs-url="https://git.sthope.dev/sthope/Docker-cups" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.build-date=$BUILD_DATE