From 22eecc54f846b66f13ad781988078f13b924677f Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 16 Apr 2025 11:25:11 +0100 Subject: [PATCH] Add labels to Dockerfile Change-Id: Ic2c774c4fea263c7b04d20182e3354d9ae93788b Signed-off-by: Stephen Finucane --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index c0e02dd19f..6709be7514 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,13 @@ RUN assemble FROM docker.io/opendevorg/python-base:3.12-bookworm +LABEL org.opencontainers.image.title="python-openstackclient" +LABEL org.opencontainers.image.description="Client for OpenStack services." +LABEL org.opencontainers.image.licenses="Apache License 2.0" +LABEL org.opencontainers.image.url="https://www.openstack.org/" +LABEL org.opencontainers.image.documentation="https://docs.openstack.org/python-openstackclient/latest/" +LABEL org.opencontainers.image.source="https://opendev.org/openstack/python-openstackclient" + COPY --from=builder /output/ /output RUN /output/install-from-bindep