7.2.1-debian-10-r56 release

This commit is contained in:
Bitnami Bot 2022-02-16 21:57:13 +00:00
parent 6c4147a50f
commit 4aedcac1b0
3 changed files with 8 additions and 8 deletions

View File

@ -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-5-linux-amd64-debian-10.tar.gz && \
echo "03ef0369dab023031fa7bdebbb1d47c2e412f920310d1aea0ac8fd2060439d73 /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-5-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-5-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-6-linux-amd64-debian-10.tar.gz && \
echo "a32625d8842ef9057053b59fc5ef98cb4458996fef65cfc999c906d3506f266b /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-6-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-6-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-6-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-r55" \
BITNAMI_IMAGE_VERSION="7.2.1-debian-10-r56" \
PATH="/opt/bitnami/oauth2-proxy/bin:$PATH"
EXPOSE 4180 8080

View File

@ -1,9 +1,9 @@
{
"oauth2-proxy": {
"arch": "amd64",
"digest": "03ef0369dab023031fa7bdebbb1d47c2e412f920310d1aea0ac8fd2060439d73",
"digest": "a32625d8842ef9057053b59fc5ef98cb4458996fef65cfc999c906d3506f266b",
"distro": "debian-10",
"type": "NAMI",
"version": "7.2.1-5"
"version": "7.2.1-6"
}
}

View File

@ -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-r55`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/7.2.1-debian-10-r55/7/debian-10/Dockerfile)
* [`7`, `7-debian-10`, `7.2.1`, `7.2.1-debian-10-r56`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/7.2.1-debian-10-r56/7/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/oauth2-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-oauth2-proxy).