Skip to content

Commit

Permalink
Extend Dockerfile with additional labels
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 27, 2023
1 parent 284bc68 commit 794d933
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
FROM ubuntu:22.04

LABEL org.label-schema.maintainer="betadots GmbH <info@betadots.de>"
LABEL org.label-schema.maintainer="betadots GmbH <info@betadots.de>" \
org.label-schema.vendor="betadots" \
org.label-schema.url="https://github.com/betadots/pdc" \
org.label-schema.name="Puppet Development Container" \
org.label-schema.license="Apache-2.0" \
org.label-schema.vcs-url="https://github.com/betadots/pdc" \
org.label-schema.schema-version="1.0" \
org.label-schema.dockerfile="/Dockerfile"

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 794d933

Please sign in to comment.