mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
[bitnami/pinniped] Release 0.18.0-scratch-r8 (#2377)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,10 +6,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates gzip tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/pinniped-0.18.0-151-linux-amd64-debian-11.tar.gz && \
|
||||
echo "e8d7c14cb74da8b16c8c2fb424a2dc6acbc4da219c4de4a79a9467b48450061c /tmp/bitnami/pkg/cache/pinniped-0.18.0-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/pinniped-0.18.0-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/pinniped-0.18.0-151-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/pinniped-0.18.0-152-linux-amd64-debian-11.tar.gz && \
|
||||
echo "d3b0b2b530b360c067c05122c7e00c9e8bce76844a1f9c64385112a89134c3ec /tmp/bitnami/pkg/cache/pinniped-0.18.0-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/pinniped-0.18.0-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/pinniped-0.18.0-152-linux-amd64-debian-11.tar.gz
|
||||
|
||||
######
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"pinniped": {
|
||||
"arch": "amd64",
|
||||
"digest": "e8d7c14cb74da8b16c8c2fb424a2dc6acbc4da219c4de4a79a9467b48450061c",
|
||||
"digest": "d3b0b2b530b360c067c05122c7e00c9e8bce76844a1f9c64385112a89134c3ec",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.18.0-151"
|
||||
"version": "0.18.0-152"
|
||||
}
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
## What is Pinniped?
|
||||
|
||||
> Pinniped is an identity service provider for Kubernetes. Provides a consistent, unified login experience across all your clusters, allowing enteprise IDP protocols.
|
||||
> Pinniped is an identity service provider for Kubernetes. It supplies a consistent and unified login experience across all your clusters. Pinniped is securely integrated with enterprise IDP protocols.
|
||||
|
||||
[Overview of Pinniped](https://pinniped.dev/)
|
||||
|
||||
@@ -28,7 +28,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.18.0`, `0.18.0-scratch-r7`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/pinniped/0/scratch/Dockerfile)
|
||||
- [`0`, `0-scratch`, `0.18.0`, `0.18.0-scratch-r8`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/pinniped/0/scratch/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user