Skip to content

Commit

Permalink
Set Docker image version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Mar 6, 2023
1 parent 71140b9 commit 17615b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ RUN cargo auditable install --example grpc_server --path /usr/src/prometheus-grp

FROM debian:bullseye-slim

LABEL org.opencontainers.artifact.description = "A server to bridge Prometheus metrics from gRPC to HTTP"
LABEL org.opencontainers.image.vendor = "nyris GmbH"
LABEL org.opencontainers.image.title = "prometheus-grpc-bridge"
LABEL org.opencontainers.image.description = "A server to bridge Prometheus metrics from gRPC to HTTP"
LABEL org.opencontainers.artifact.description = "A server to bridge Prometheus metrics from gRPC to HTTP"
LABEL org.opencontainers.image.base.name = "registry.example.com/nyris/prometheus-grpc-bridge:0.1.0"
LABEL org.opencontainers.image.url="https://github.com/nyris/prometheus-grpc-bridge"
LABEL org.opencontainers.image.documentation="https://github.com/nyris/prometheus-grpc-bridge"
LABEL org.opencontainers.image.source = "https://github.com/nyris/prometheus-grpc-bridge.git"
Expand Down

0 comments on commit 17615b1

Please sign in to comment.