Skip to content

Commit

Permalink
feat: Added labels
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Nov 4, 2024
1 parent c9ecdb4 commit 2008ef4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,14 @@ RUN adduser -D cloudian-exporter && chmod +x /cloudian-exporter

USER 1001
EXPOSE 8080
ENTRYPOINT ["/cloudian-exporter"]
ENTRYPOINT ["/cloudian-exporter"]

# Labels

LABEL io.artifacthub.package.readme-url=https://github.com/dodevops/cloudian-exporter
LABEL org.opencontainers.image.description="This Prometheus exporter provides a metrics endpoint with metrics from a Cloudian installation."
LABEL org.opencontainers.image.documentation=https://github.com/dodevops/cloudian-exporter
LABEL org.opencontainers.image.source=https://github.com/dodevops/cloudian-exporter
LABEL org.opencontainers.image.title="cloudian-exporter"
LABEL org.opencontainers.image.url=https://github.com/dodevops/cloudian-exporter
LABEL org.opencontainers.image.vendor="DO! DevOps"

0 comments on commit 2008ef4

Please sign in to comment.