mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
2.31.2-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
2e3ce4e215
commit
4f7af49b3c
@@ -9,15 +9,15 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dex-2.31.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "22a18d5207883c16de1ce0002f244c196c0305211d614f6b62e19f79f2ab6445 /tmp/bitnami/pkg/cache/dex-2.31.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dex-2.31.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dex-2.31.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dex-2.31.2-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "08695fe441cec8cf8f810e4a085c367eb0f4b2ebc77e0dd4c094bbff6577dc74 /tmp/bitnami/pkg/cache/dex-2.31.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dex-2.31.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dex-2.31.2-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 APP_VERSION="2.31.1" \
|
||||
ENV APP_VERSION="2.31.2" \
|
||||
BITNAMI_APP_NAME="dex" \
|
||||
DEX_FRONTEND_DIR="/opt/bitnami/dex/web" \
|
||||
PATH="/opt/bitnami/dex/bin:$PATH"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dex": {
|
||||
"arch": "amd64",
|
||||
"digest": "22a18d5207883c16de1ce0002f244c196c0305211d614f6b62e19f79f2ab6445",
|
||||
"digest": "08695fe441cec8cf8f810e4a085c367eb0f4b2ebc77e0dd4c094bbff6577dc74",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.31.1-0"
|
||||
"version": "2.31.2-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user