commit ed00a29bfab5008ed20ef408b55439dc08a89a42 parent 9d9d2602ca25cb28397c2b67328b2dcb2b7c1297 Author: Nullptrderef <nullptrderef@proton.me> Date: Sun, 21 Apr 2024 18:09:23 +0200 minimal metadata Diffstat:
10 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/packaging/docker-alpine/anastasis-builder.Containerfile b/packaging/docker-alpine/anastasis-builder.Containerfile @@ -17,3 +17,7 @@ RUN ./configure \ RUN make -j RUN make install + +LABEL org.opencontainers.image.title="Anastasis: Builder" +LABEL org.opencontainers.image.description="The image used to compile Anastasis. Please don't directly use this tag, it won't work as expected on it's own without libraries being properly installed." +LABEL org.opencontainers.image.documentation="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/README.anastasis.md" diff --git a/packaging/docker-alpine/builder.Containerfile b/packaging/docker-alpine/builder.Containerfile @@ -10,3 +10,7 @@ ENV CC=clang ENV CFLAGS="-Os" WORKDIR /builder + +LABEL org.opencontainers.image.title="GNUNet Builder" +LABEL org.opencontainers.image.description="A baseline Alpine builder for LibGNUNet & Taler Alpine Images." +LABEL org.opencontainers.image.documentation="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/builder.Containerfile" diff --git a/packaging/docker-alpine/libgnunet-builder.Containerfile b/packaging/docker-alpine/libgnunet-builder.Containerfile @@ -27,3 +27,7 @@ RUN make install WORKDIR /builder/gnunet/src/lib RUN make -j RUN make install + +LABEL org.opencontainers.image.title="LibGNUNet: Builder" +LABEL org.opencontainers.image.description="The image that was used to build the matching :latest tag" +LABEL org.opencontainers.image.documentation="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libgnunet-builder.Containerfile" diff --git a/packaging/docker-alpine/libgnunet.Containerfile b/packaging/docker-alpine/libgnunet.Containerfile @@ -3,3 +3,7 @@ FROM taler-alpine-imaging/libgnunet:builder AS builder FROM taler-alpine-imaging/libmicrohttpd:latest RUN apk add --no-cache libgcrypt jansson gettext libsodium libunistring libpq curl gnutls libtool COPY --from=builder /prefix/* / + +LABEL org.opencontainers.image.title="LibGNUNet" +LABEL org.opencontainers.image.description="An alpine-based image containing LibGNUNet" +LABEL org.opencontainers.image.documentation="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libgnunet.Containerfile" diff --git a/packaging/docker-alpine/libmicrohttpd-builder.Containerfile b/packaging/docker-alpine/libmicrohttpd-builder.Containerfile @@ -16,3 +16,7 @@ RUN ./configure \ RUN make -j RUN make check RUN make install + +LABEL org.opencontainers.image.title="LibMicroHTTPD: Builder" +LABEL org.opencontainers.image.description="An alpine-based image containing LibMicroHTTPD" +LABEL org.opencontainers.image.documentation="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libmicrohttpd.Containerfile" diff --git a/packaging/docker-alpine/libmicrohttpd.Containerfile b/packaging/docker-alpine/libmicrohttpd.Containerfile @@ -2,3 +2,7 @@ FROM taler-alpine-imaging/libmicrohttpd:builder AS builder FROM alpine:latest COPY --from=builder /prefix/* / + +LABEL org.opencontainers.image.title="LibMicroHTTPD" +LABEL org.opencontainers.image.description="An alpine-based image containing LibMicroHTTPD" +LABEL org.opencontainers.image.documentation="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libmicrohttpd.Containerfile" diff --git a/packaging/docker-alpine/libtalerexchange.Containerfile b/packaging/docker-alpine/libtalerexchange.Containerfile @@ -6,3 +6,7 @@ COPY --from=builder /prefix/usr/lib/* /prefix/usr/lib FROM taler-alpine-imaging/libgnunet:latest COPY --from=builder2 /prefix/* / + +LABEL org.opencontainers.image.title="LibTalerExchange" +LABEL org.opencontainers.image.description="An alpine-based image containing the libraries from the Taler Exchange" +LABEL org.opencontainers.image.documentation="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libtalerexchange.Containerfile" diff --git a/packaging/docker-alpine/libtalermerchant.Containerfile b/packaging/docker-alpine/libtalermerchant.Containerfile @@ -5,3 +5,7 @@ COPY --from=builder /prefix/usr/lib/* /prefix/usr/lib FROM taler-alpine-imaging/libtalerexchange:latest COPY --from=builder2 /prefix/* / + +LABEL org.opencontainers.image.title="LibTalerMerchant" +LABEL org.opencontainers.image.description="An alpine-based image containing the libraries from the Taler Merchant" +LABEL org.opencontainers.image.documentation="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libtalermerchant.Containerfile" diff --git a/packaging/docker-alpine/taler-exchange-builder.Containerfile b/packaging/docker-alpine/taler-exchange-builder.Containerfile @@ -15,3 +15,7 @@ RUN ./configure \ RUN make -j RUN make install + +LABEL org.opencontainers.image.title="Taler Exchange: Builder" +LABEL org.opencontainers.image.description="An alpine-based image containing the libraries from the Taler Exchange" +LABEL org.opencontainers.image.documentation="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/taler-exchange-builder.Containerfile" diff --git a/packaging/docker-alpine/taler-merchant-builder.Containerfile b/packaging/docker-alpine/taler-merchant-builder.Containerfile @@ -15,3 +15,7 @@ RUN ./configure \ RUN make -j RUN make install + +LABEL org.opencontainers.image.title="Taler Merchant: Builder" +LABEL org.opencontainers.image.description="An alpine-based image containing the libraries from the Taler Merchant" +LABEL org.opencontainers.image.documentation="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/taler-merchant-builder.Containerfile"