diff --git a/Debian/Dockerfile.template b/Debian/Dockerfile.template index fdfa82eb..a266b567 100644 --- a/Debian/Dockerfile.template +++ b/Debian/Dockerfile.template @@ -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