Skip to content

Commit

Permalink
Merge pull request #7 from voxpupuli/repo
Browse files Browse the repository at this point in the history
Dockerfile: Fix labels for container image
  • Loading branch information
bastelfreak authored Oct 11, 2023
2 parents b5021c8 + a228087 commit 64aaf0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puppetdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ VOLUME /opt/puppetlabs/server/data/puppetdb

LABEL org.label-schema.maintainer="Voxpupuli Release Team <[email protected]>" \
org.label-schema.vendor="Vox Pupuli" \
org.label-schema.url="https://github.com/puppetlabs/puppetdb" \
org.label-schema.url="https://github.com/voxpupuli/puppetdb-container" \
org.label-schema.license="Apache-2.0" \
org.label-schema.vcs-url="https://github.com/puppetlabs/puppetdb" \
org.label-schema.vcs-url="https://github.com/voxpupuli/puppetdb-container" \
org.label-schema.schema-version="1.0" \
org.label-schema.dockerfile="/Dockerfile"

Expand Down

0 comments on commit 64aaf0e

Please sign in to comment.