forked from repo-mirrors/cnpg-postgres-containers
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:
committed by
GitHub
parent
7e0bd53e4a
commit
314b054233
@@ -24,6 +24,8 @@ LABEL name="PostgreSQL Container Images" \
|
||||
summary="PostgreSQL Container images." \
|
||||
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 /
|
||||
|
||||
# Install pgaudit
|
||||
|
Reference in New Issue
Block a user