7.1.1-debian-10-r0 release
This commit is contained in:
parent
4a2cd924d5
commit
b57feb1d43
|
|
@ -9,14 +9,14 @@ 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.1.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "c2109745ddccb8979849a5f63fe6f794a991f588b0da554ece025fdd249c03cc /tmp/bitnami/pkg/cache/oauth2-proxy-7.1.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/oauth2-proxy-7.1.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.1.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/oauth2-proxy-7.1.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "8ca2b012262f221b24b835ab75af35dce6accdc2a061363aed69356d0214e635 /tmp/bitnami/pkg/cache/oauth2-proxy-7.1.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/oauth2-proxy-7.1.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/oauth2-proxy-7.1.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="oauth2-proxy" \
|
||||
BITNAMI_IMAGE_VERSION="7.1.0-debian-10-r3" \
|
||||
BITNAMI_IMAGE_VERSION="7.1.1-debian-10-r0" \
|
||||
PATH="/opt/bitnami/oauth2-proxy/bin:$PATH"
|
||||
|
||||
EXPOSE 4180 8080
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"oauth2-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "c2109745ddccb8979849a5f63fe6f794a991f588b0da554ece025fdd249c03cc",
|
||||
"digest": "8ca2b012262f221b24b835ab75af35dce6accdc2a061363aed69356d0214e635",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.1.0-0"
|
||||
"version": "7.1.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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/).
|
||||
|
||||
|
||||
* [`7`, `7-debian-10`, `7.1.1`, `7.1.1-debian-10-r-1`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/7.1.1-debian-10-r-1/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.1.1`, `7.1.1-debian-10-r0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/7.1.1-debian-10-r0/7/debian-10/Dockerfile)
|
||||
* [`6`, `6-debian-10`, `6.1.1`, `6.1.1-debian-10-r193` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-oauth2-proxy/blob/6.1.1-debian-10-r193/6/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