mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 23:27:52 +08:00
2.30.3-debian-10-r0 release
This commit is contained in:
@@ -9,16 +9,16 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
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-3-linux-amd64-debian-10.tar.gz && \
|
||||
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-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-3-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dex-2.30.3-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "f446ed7c8f725a96ccf7ac29fba6057c75b0dabc75eba1d1a78a5652380d2441 /tmp/bitnami/pkg/cache/dex-2.30.3-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dex-2.30.3-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dex-2.30.3-0-linux-amd64-debian-10.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN useradd -r -u 1001 -g root dex
|
||||
|
||||
ENV BITNAMI_APP_NAME="dex" \
|
||||
BITNAMI_IMAGE_VERSION="2.30.2-debian-10-r74" \
|
||||
BITNAMI_IMAGE_VERSION="2.30.3-debian-10-r0" \
|
||||
DEX_FRONTEND_DIR="/opt/bitnami/dex/web" \
|
||||
PATH="/opt/bitnami/dex/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dex": {
|
||||
"arch": "amd64",
|
||||
"digest": "d66be01b053d6092e8dbd20200a0f4bdbb96fefaa4eb30c7912b63b3715afe99",
|
||||
"digest": "f446ed7c8f725a96ccf7ac29fba6057c75b0dabc75eba1d1a78a5652380d2441",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.30.2-3"
|
||||
"version": "2.30.3-0"
|
||||
}
|
||||
}
|
||||
@@ -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/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.30.2`, `2.30.2-debian-10-r74`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dex/blob/2.30.2-debian-10-r74/2/debian-10/ Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.30.3`, `2.30.3-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dex/blob/2.30.3-debian-10-r0/2/debian-10/ Dockerfile)
|
||||
|
||||
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