Skip to content

Commit

Permalink
add repo origin label to image
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbarnett committed Jul 10, 2024
1 parent 4c7921c commit 7a9c770
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ LABEL org.opencontainers.image.title="cloudzero-agent-validator"
LABEL org.opencontainers.image.description="cloudzero-agent execution environment validation utility"
LABEL org.opencontainers.image.vendor="Cloudzero, Inc."
LABEL org.opencontainers.image.licenses="Apache-2.0"
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/cloudzero/cloudzero-agent-validator/main/README.md"
LABEL org.opencontainers.image.source = "https://github.com/Cloudzero/cloudzero-agent-validator"
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/Cloudzero/cloudzero-agent-validator/main/README.md"
LABEL io.artifacthub.package.license="Apache-2.0"

VOLUME [ "/app/config" ]
Expand Down

0 comments on commit 7a9c770

Please sign in to comment.