Skip to content

Commit 22eecc5

Browse files
committed
Add labels to Dockerfile
Change-Id: Ic2c774c4fea263c7b04d20182e3354d9ae93788b Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent f4e97d9 commit 22eecc5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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)