6.1.1-debian-10-r128 release
This commit is contained in:
parent
a73f973396
commit
c1c99721e2
|
|
@ -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-6.1.1-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "2a6731ffd46daa23f7d429e614595b624f5eeeceb424bbd521f60c889a0b3668 /tmp/bitnami/pkg/cache/oauth2-proxy-6.1.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/oauth2-proxy-6.1.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/oauth2-proxy-6.1.1-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/oauth2-proxy-6.1.1-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "d49d12a1fddcf7fd74dc60027db12d5d54097356ab1ca8c7b7a926ab72a8f55a /tmp/bitnami/pkg/cache/oauth2-proxy-6.1.1-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/oauth2-proxy-6.1.1-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/oauth2-proxy-6.1.1-2-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="6.1.1-debian-10-r127" \
|
||||
BITNAMI_IMAGE_VERSION="6.1.1-debian-10-r128" \
|
||||
PATH="/opt/bitnami/oauth2-proxy/bin:$PATH"
|
||||
|
||||
EXPOSE 4180 8080
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"oauth2-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "2a6731ffd46daa23f7d429e614595b624f5eeeceb424bbd521f60c889a0b3668",
|
||||
"digest": "d49d12a1fddcf7fd74dc60027db12d5d54097356ab1ca8c7b7a926ab72a8f55a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "6.1.1-1"
|
||||
"version": "6.1.1-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -34,7 +34,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/).
|
||||
|
||||
|
||||
* [`6`, `6-debian-10`, `6.1.1`, `6.1.1-debian-10-r127`, `latest` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/6.1.1-debian-10-r127/6/debian-10/Dockerfile)
|
||||
* [`6`, `6-debian-10`, `6.1.1`, `6.1.1-debian-10-r128`, `latest` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/6.1.1-debian-10-r128/6/debian-10/Dockerfile)
|
||||
* [`5`, `5-debian-10`, `5.1.1`, `5.1.1-debian-10-r182` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/5.1.1-debian-10-r182/5/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