[bitnami/pinniped] Release 0.20.0-scratch-r3 (#10807)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-10-20 19:28:18 +02:00 committed by GitHub
parent d6840caa01
commit c408a9affa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 13 deletions

View File

@ -11,13 +11,18 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f pinniped-0.20.0-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/pinniped-0.20.0-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/pinniped-0.20.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \
sha256sum -c pinniped-0.20.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf pinniped-0.20.0-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf pinniped-0.20.0-0-linux-${OS_ARCH}-debian-11.tar.gz pinniped-0.20.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
COMPONENTS=( \
"pinniped-0.20.0-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \
curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \
fi && \
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
######
@ -29,7 +34,7 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="0.20.0-scratch-r2" \
org.opencontainers.image.ref.name="0.20.0-scratch-r3" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pinniped" \
org.opencontainers.image.title="pinniped" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@ -1,9 +1,9 @@
{
"pinniped": {
"arch": "amd64",
"digest": "423afac83301638ae16dbcdc981dce75a7d4ec10b1f606f9cb0051d35c683b34",
"digest": "4df25ee2de4de8c47df0f2fe4e502ea1a299b4d9bedc2ec6ef34c7f07f1bfabf",
"distro": "debian-11",
"type": "NAMI",
"version": "0.20.0-0"
"version": "0.20.0-1"
}
}

View File

@ -27,8 +27,7 @@ $ docker run --name pinniped bitnami/pinniped:latest
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
- [`0`, `0-scratch`, `0.20.0`, `0.20.0-scratch-r2`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/pinniped/0/scratch/Dockerfile)
You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`.
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
@ -72,7 +71,7 @@ Check the [official Pinniped documentation](https://pinniped.dev//docs) for more
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
## Issues