Add labels to Dockerfile
Change-Id: Ic2c774c4fea263c7b04d20182e3354d9ae93788b Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
f4e97d9733
commit
22eecc54f8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user