From 314b054233fab78a7151a3bdc4540974345f1c88 Mon Sep 17 00:00:00 2001 From: Jonathan Gonzalez V Date: Thu, 29 Dec 2022 10:57:34 +0000 Subject: [PATCH] chore: add org.opencontainers.image.description label (#49) Added the org.opencontainers.image.description label with the proper description. Closes #45 --- Debian/Dockerfile.template | 2 ++ 1 file changed, 2 insertions(+) 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