Skip to content

Commit 871b2a4

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add labels to Dockerfile"
2 parents 6e4c287 + 22eecc5 commit 871b2a4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ RUN assemble
2020

2121
FROM docker.io/opendevorg/python-base:3.12-bookworm
2222

23+
LABEL org.opencontainers.image.title="python-openstackclient"
24+
LABEL org.opencontainers.image.description="Client for OpenStack services."
25+
LABEL org.opencontainers.image.licenses="Apache License 2.0"
26+
LABEL org.opencontainers.image.url="https://www.openstack.org/"
27+
LABEL org.opencontainers.image.documentation="https://docs.openstack.org/python-openstackclient/latest/"
28+
LABEL org.opencontainers.image.source="https://opendev.org/openstack/python-openstackclient"
29+
2330
COPY --from=builder /output/ /output
2431
RUN /output/install-from-bindep
2532

0 commit comments

Comments
 (0)