From 1b8f0795060135f4164a9cb550fb8fc66e7aeb8c Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 9 Dec 2023 15:00:42 +0100 Subject: [PATCH] fix: update Dockerfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c29eec..d9822cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,13 +13,16 @@ RUN set -ex && \ FROM docker.io/library/alpine:3.19 +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.vendor="Markus Pesch" \ + org.opencontainers.image.version="${VERSION}" COPY --from=build /db-wait /