mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
[bitnami/dex] Release 2.35.0-debian-11-r0 (#8773)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||||||
|
|
||||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
org.opencontainers.image.ref.name="2.34.0-debian-11-r4" \
|
org.opencontainers.image.ref.name="2.35.0-debian-11-r0" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dex" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dex" \
|
||||||
org.opencontainers.image.title="dex" \
|
org.opencontainers.image.title="dex" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="2.34.0"
|
org.opencontainers.image.version="2.35.0"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
@@ -20,18 +20,18 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages ca-certificates curl procps
|
RUN install_packages ca-certificates curl procps
|
||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
if [ ! -f dex-2.34.0-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
if [ ! -f dex-2.35.0-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dex-2.34.0-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dex-2.35.0-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dex-2.34.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dex-2.35.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
|
||||||
fi && \
|
fi && \
|
||||||
sha256sum -c dex-2.34.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
sha256sum -c dex-2.35.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
|
||||||
tar -zxf dex-2.34.0-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
tar -zxf dex-2.35.0-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||||
rm -rf dex-2.34.0-0-linux-${OS_ARCH}-debian-11.tar.gz dex-2.34.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
rm -rf dex-2.35.0-0-linux-${OS_ARCH}-debian-11.tar.gz dex-2.35.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN useradd -r -u 1001 -g root dex
|
RUN useradd -r -u 1001 -g root dex
|
||||||
|
|
||||||
ENV APP_VERSION="2.34.0" \
|
ENV APP_VERSION="2.35.0" \
|
||||||
BITNAMI_APP_NAME="dex" \
|
BITNAMI_APP_NAME="dex" \
|
||||||
DEX_FRONTEND_DIR="/opt/bitnami/dex/web" \
|
DEX_FRONTEND_DIR="/opt/bitnami/dex/web" \
|
||||||
PATH="/opt/bitnami/dex/bin:$PATH"
|
PATH="/opt/bitnami/dex/bin:$PATH"
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"dex": {
|
"dex": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "d9ab755ae79d41158538ecb3b69764dd45840e8e51f6800857910277e8d635d5",
|
"digest": "e91c35781a39aea73d8b803c5405dc270ef2664add8947f396e0fe95820b744e",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.34.0-0"
|
"version": "2.35.0-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "2"
|
- "2"
|
||||||
- "2-debian-11"
|
- "2-debian-11"
|
||||||
- "2.34.0"
|
- "2.35.0"
|
||||||
- "latest"
|
- "latest"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ $ docker-compose up -d
|
|||||||
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/).
|
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/).
|
||||||
|
|
||||||
|
|
||||||
* [`2`, `2-debian-11`, `2.34.0`, `2.34.0-debian-11-r4`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dex/2/debian-11/ Dockerfile)
|
* [`2`, `2-debian-11`, `2.35.0`, `2.35.0-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dex/2/debian-11/ Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user