mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
6.1.1-debian-10-r128 release
This commit is contained in:
@@ -9,16 +9,16 @@ ENV HOME="/" \
|
|||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
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 && \
|
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 "2a6731ffd46daa23f7d429e614595b624f5eeeceb424bbd521f60c889a0b3668 /tmp/bitnami/pkg/cache/oauth2-proxy-6.1.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
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-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
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-1-linux-amd64-debian-10.tar.gz
|
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 && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
|
|
||||||
ENV BITNAMI_APP_NAME="oauth2-proxy" \
|
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"
|
PATH="/opt/bitnami/oauth2-proxy/bin:$PATH"
|
||||||
|
|
||||||
EXPOSE 4180 8080
|
EXPOSE 4180 8080
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"oauth2-proxy": {
|
"oauth2-proxy": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "2a6731ffd46daa23f7d429e614595b624f5eeeceb424bbd521f60c889a0b3668",
|
"digest": "d49d12a1fddcf7fd74dc60027db12d5d54097356ab1ca8c7b7a926ab72a8f55a",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"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/).
|
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)
|
* [`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).
|
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