mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 15:09:19 +08:00
7.2.1-debian-10-r33 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 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/oauth2-proxy-7.2.1-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "23e7c08811d2e371ad9c8a7431e8454260fc121ac052f9ac0b35230c96e75000 /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-2-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/oauth2-proxy-7.2.1-3-linux-amd64-debian-10.tar.gz && \
|
||||
echo "6f66096fbf8121ce88d05f2d7116bbca3903e571b70e910ef89996014da212af /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-3-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 chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="oauth2-proxy" \
|
||||
BITNAMI_IMAGE_VERSION="7.2.1-debian-10-r32" \
|
||||
BITNAMI_IMAGE_VERSION="7.2.1-debian-10-r33" \
|
||||
PATH="/opt/bitnami/oauth2-proxy/bin:$PATH"
|
||||
|
||||
EXPOSE 4180 8080
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"oauth2-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "23e7c08811d2e371ad9c8a7431e8454260fc121ac052f9ac0b35230c96e75000",
|
||||
"digest": "6f66096fbf8121ce88d05f2d7116bbca3903e571b70e910ef89996014da212af",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.2.1-2"
|
||||
"version": "7.2.1-3"
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
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/).
|
||||
|
||||
|
||||
* [`7`, `7-debian-10`, `7.2.1`, `7.2.1-debian-10-r32`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/7.2.1-debian-10-r32/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.2.1`, `7.2.1-debian-10-r33`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/7.2.1-debian-10-r33/7/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/oauth2-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-oauth2-proxy).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user