[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: add org.opencontainers.image.a
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: add org.opencontainers.image.authors to indicate i maintain the alpine containers |
Date: |
Sun, 21 Apr 2024 18:16:23 +0200 |
This is an automated email from the git hooks/post-receive script.
nora-grothoff pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new d27e5ce add org.opencontainers.image.authors to indicate i maintain
the alpine containers
d27e5ce is described below
commit d27e5ce602ef734b0eadd76de660724c5b79ae89
Author: Nullptrderef <nullptrderef@proton.me>
AuthorDate: Sun Apr 21 18:16:20 2024 +0200
add org.opencontainers.image.authors to indicate i maintain the alpine
containers
---
packaging/docker-alpine/README.anastasis.md | 6 +-----
packaging/docker-alpine/anastasis-builder.Containerfile | 3 ++-
packaging/docker-alpine/anastasis.Containerfile | 2 ++
packaging/docker-alpine/builder.Containerfile | 3 ++-
packaging/docker-alpine/libgnunet-builder.Containerfile | 3 ++-
packaging/docker-alpine/libgnunet.Containerfile | 3 ++-
packaging/docker-alpine/libmicrohttpd-builder.Containerfile | 3 ++-
packaging/docker-alpine/libmicrohttpd.Containerfile | 3 ++-
packaging/docker-alpine/libtalerexchange.Containerfile | 3 ++-
packaging/docker-alpine/libtalermerchant.Containerfile | 3 ++-
packaging/docker-alpine/taler-exchange-builder.Containerfile | 3 ++-
packaging/docker-alpine/taler-merchant-builder.Containerfile | 3 ++-
12 files changed, 23 insertions(+), 15 deletions(-)
diff --git a/packaging/docker-alpine/README.anastasis.md
b/packaging/docker-alpine/README.anastasis.md
index c241982..6e01cf7 100644
--- a/packaging/docker-alpine/README.anastasis.md
+++ b/packaging/docker-alpine/README.anastasis.md
@@ -70,8 +70,4 @@ The config file is created on this first execution.
## Source
-This image was packaged from
[deployment.git:packaging/docker-alpine](https://git.taler.net/deployment.git/tree/packaging/docker-alpine).
It is licensed under the AGPL-3.0-ONLY
-
-```
-
-```
+This image was packaged from
[deployment.git:packaging/docker-alpine](https://git.taler.net/deployment.git/tree/packaging/docker-alpine).
It is licensed under the AGPL-3.0-OR-LATER
diff --git a/packaging/docker-alpine/anastasis-builder.Containerfile
b/packaging/docker-alpine/anastasis-builder.Containerfile
index a0dc813..7479d61 100644
--- a/packaging/docker-alpine/anastasis-builder.Containerfile
+++ b/packaging/docker-alpine/anastasis-builder.Containerfile
@@ -20,4 +20,5 @@ 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"
+LABEL
org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/anastasis-builder.Containerfile"
+LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"
diff --git a/packaging/docker-alpine/anastasis.Containerfile
b/packaging/docker-alpine/anastasis.Containerfile
index 875bfd4..b65757e 100644
--- a/packaging/docker-alpine/anastasis.Containerfile
+++ b/packaging/docker-alpine/anastasis.Containerfile
@@ -11,4 +11,6 @@ CMD [ "anastasis-docker-entrypoint" ]
LABEL org.opencontainers.image.title="Anastasis"
LABEL org.opencontainers.image.description="A 'keep-your-own-key'
crypto-custody solution with password-less key recovery via multi-factor
multi-party authentication."
+LABEL
org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/anastasis.Containerfile"
LABEL
org.opencontainers.image.documentation="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/README.anastasis.md"
+LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"
diff --git a/packaging/docker-alpine/builder.Containerfile
b/packaging/docker-alpine/builder.Containerfile
index 3429b7e..20e8488 100644
--- a/packaging/docker-alpine/builder.Containerfile
+++ b/packaging/docker-alpine/builder.Containerfile
@@ -13,4 +13,5 @@ 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"
+LABEL
org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/builder.Containerfile"
+LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"
diff --git a/packaging/docker-alpine/libgnunet-builder.Containerfile
b/packaging/docker-alpine/libgnunet-builder.Containerfile
index 9a1b48b..667bffa 100644
--- a/packaging/docker-alpine/libgnunet-builder.Containerfile
+++ b/packaging/docker-alpine/libgnunet-builder.Containerfile
@@ -30,4 +30,5 @@ 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"
+LABEL
org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libgnunet-builder.Containerfile"
+LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"
diff --git a/packaging/docker-alpine/libgnunet.Containerfile
b/packaging/docker-alpine/libgnunet.Containerfile
index 52c530c..8f04b34 100644
--- a/packaging/docker-alpine/libgnunet.Containerfile
+++ b/packaging/docker-alpine/libgnunet.Containerfile
@@ -6,4 +6,5 @@ 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"
+LABEL
org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libgnunet.Containerfile"
+LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"
diff --git a/packaging/docker-alpine/libmicrohttpd-builder.Containerfile
b/packaging/docker-alpine/libmicrohttpd-builder.Containerfile
index 0f2fab6..00cb2bf 100644
--- a/packaging/docker-alpine/libmicrohttpd-builder.Containerfile
+++ b/packaging/docker-alpine/libmicrohttpd-builder.Containerfile
@@ -19,4 +19,5 @@ 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"
+LABEL
org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libmicrohttpd.Containerfile"
+LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"
diff --git a/packaging/docker-alpine/libmicrohttpd.Containerfile
b/packaging/docker-alpine/libmicrohttpd.Containerfile
index af64920..100e38c 100644
--- a/packaging/docker-alpine/libmicrohttpd.Containerfile
+++ b/packaging/docker-alpine/libmicrohttpd.Containerfile
@@ -5,4 +5,5 @@ 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"
+LABEL
org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libmicrohttpd.Containerfile"
+LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"
diff --git a/packaging/docker-alpine/libtalerexchange.Containerfile
b/packaging/docker-alpine/libtalerexchange.Containerfile
index f9de5bf..eb938c3 100644
--- a/packaging/docker-alpine/libtalerexchange.Containerfile
+++ b/packaging/docker-alpine/libtalerexchange.Containerfile
@@ -9,4 +9,5 @@ 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"
+LABEL
org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libtalerexchange.Containerfile"
+LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"
diff --git a/packaging/docker-alpine/libtalermerchant.Containerfile
b/packaging/docker-alpine/libtalermerchant.Containerfile
index 76945c5..bf5dc9f 100644
--- a/packaging/docker-alpine/libtalermerchant.Containerfile
+++ b/packaging/docker-alpine/libtalermerchant.Containerfile
@@ -8,4 +8,5 @@ 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"
+LABEL
org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libtalermerchant.Containerfile"
+LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"
diff --git a/packaging/docker-alpine/taler-exchange-builder.Containerfile
b/packaging/docker-alpine/taler-exchange-builder.Containerfile
index b4ed3a3..329116f 100644
--- a/packaging/docker-alpine/taler-exchange-builder.Containerfile
+++ b/packaging/docker-alpine/taler-exchange-builder.Containerfile
@@ -18,4 +18,5 @@ 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"
+LABEL
org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/taler-exchange-builder.Containerfile"
+LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"
diff --git a/packaging/docker-alpine/taler-merchant-builder.Containerfile
b/packaging/docker-alpine/taler-merchant-builder.Containerfile
index 047c5e9..9c92bb6 100644
--- a/packaging/docker-alpine/taler-merchant-builder.Containerfile
+++ b/packaging/docker-alpine/taler-merchant-builder.Containerfile
@@ -18,4 +18,5 @@ 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"
+LABEL
org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/taler-merchant-builder.Containerfile"
+LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: add org.opencontainers.image.authors to indicate i maintain the alpine containers,
gnunet <=