7.3.0-debian-10-r0 release
This commit is contained in:
parent
754d13a583
commit
8da28b29f8
|
|
@ -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-8-linux-amd64-debian-10.tar.gz && \
|
||||
echo "0a49062957948ad07162bd1c80f5089b8f847042a3443afe8ede11344502416d /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-8-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/oauth2-proxy-7.2.1-8-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-8-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/oauth2-proxy-7.3.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "4408982620d2d919f3b85a195318b3a2bfd32022e7af1a42e8e7ef0684917481 /tmp/bitnami/pkg/cache/oauth2-proxy-7.3.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/oauth2-proxy-7.3.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/oauth2-proxy-7.3.0-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 chmod g+rwX /opt/bitnami
|
||||
RUN chown -R 1001:1001 /opt/bitnami/oauth2-proxy
|
||||
|
||||
ENV APP_VERSION="7.2.1" \
|
||||
ENV APP_VERSION="7.3.0" \
|
||||
BITNAMI_APP_NAME="oauth2-proxy" \
|
||||
PATH="/opt/bitnami/oauth2-proxy/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"oauth2-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "0a49062957948ad07162bd1c80f5089b8f847042a3443afe8ede11344502416d",
|
||||
"digest": "4408982620d2d919f3b85a195318b3a2bfd32022e7af1a42e8e7ef0684917481",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.2.1-8"
|
||||
"version": "7.3.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,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-r154`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/7.2.1-debian-10-r154/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.3.0`, `7.3.0-debian-10-r0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/7.3.0-debian-10-r0/7/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/oauth2-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-oauth2-proxy).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue