From e284995e96f5b375e535ca139097617b7b9beb21 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 9 Dec 2023 15:04:27 +0100 Subject: [PATCH] fix: remove labels defined via CI --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9822cd..4015adb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,9 +18,7 @@ ARG VERSION=latest LABEL org.opencontainers.image.authors="Markus Pesch" \ org.opencontainers.image.description="Wait until database is ready for handling connections" \ org.opencontainers.image.documentation="https://git.cryptic.systems/volker.raschek/db-wait#db-wait" \ - org.opencontainers.image.source="https://git.cryptic.systems/volker.raschek/db-wait" \ org.opencontainers.image.title="db-wait" \ - org.opencontainers.image.url="https://git.cryptic.systems/volker.raschek/db-wait" \ org.opencontainers.image.vendor="Markus Pesch" \ org.opencontainers.image.version="${VERSION}"