mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
2.30.2-debian-10-r66 release
This commit is contained in:
@@ -9,16 +9,16 @@ ENV HOME="/" \
|
|||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
|
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
|
||||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dex-2.30.2-2-linux-amd64-debian-10.tar.gz && \
|
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dex-2.30.2-3-linux-amd64-debian-10.tar.gz && \
|
||||||
echo "a5d8db19f46ca5e87ba7263a243a98a3d458cd3b0e8c0bd92eba9a2d1c930f73 /tmp/bitnami/pkg/cache/dex-2.30.2-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "d66be01b053d6092e8dbd20200a0f4bdbb96fefaa4eb30c7912b63b3715afe99 /tmp/bitnami/pkg/cache/dex-2.30.2-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/dex-2.30.2-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/dex-2.30.2-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
rm -rf /tmp/bitnami/pkg/cache/dex-2.30.2-2-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/dex-2.30.2-3-linux-amd64-debian-10.tar.gz
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /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 BITNAMI_APP_NAME="dex" \
|
ENV BITNAMI_APP_NAME="dex" \
|
||||||
BITNAMI_IMAGE_VERSION="2.30.2-debian-10-r65" \
|
BITNAMI_IMAGE_VERSION="2.30.2-debian-10-r66" \
|
||||||
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": "a5d8db19f46ca5e87ba7263a243a98a3d458cd3b0e8c0bd92eba9a2d1c930f73",
|
"digest": "d66be01b053d6092e8dbd20200a0f4bdbb96fefaa4eb30c7912b63b3715afe99",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.30.2-2"
|
"version": "2.30.2-3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -38,7 +38,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-10`, `2.30.2`, `2.30.2-debian-10-r65`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dex/blob/2.30.2-debian-10-r65/2/debian-10/ Dockerfile)
|
* [`2`, `2-debian-10`, `2.30.2`, `2.30.2-debian-10-r66`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dex/blob/2.30.2-debian-10-r66/2/debian-10/ Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/dex GitHub repo](https://github.com/bitnami/bitnami-docker-dex).
|
Subscribe to project updates by watching the [bitnami/dex GitHub repo](https://github.com/bitnami/bitnami-docker-dex).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user