chore: add org.opencontainers.image.description label (#49)

Added the org.opencontainers.image.description label with the proper description.

Closes #45
This commit is contained in:
Jonathan Gonzalez V
2022-12-29 10:57:34 +00:00
committed by GitHub
parent 7e0bd53e4a
commit 314b054233

View File

@@ -24,6 +24,8 @@ LABEL name="PostgreSQL Container Images" \
summary="PostgreSQL Container images." \ summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres %%POSTGRES_IMAGE_VERSION%%." description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres %%POSTGRES_IMAGE_VERSION%%."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres %%POSTGRES_IMAGE_VERSION%%."
COPY requirements.txt / COPY requirements.txt /
# Install pgaudit # Install pgaudit