4.5.1-debian-11-r15 release
This commit is contained in:
parent
35180cdf18
commit
1b89f5b0f5
|
|
@ -16,10 +16,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "4580c44a68dab8200beed1d6c1a2397c854722ada2b81d9564b20388336453f9 /tmp/bitnami/pkg/cache/node-14.20.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/node-14.20.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/node-14.20.0-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/configurable-http-proxy-4.5.1-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "3ff716ec1ca406f035f1913abf2487279e386153a375f4c41c399a6efdd9dce6 /tmp/bitnami/pkg/cache/configurable-http-proxy-4.5.1-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/configurable-http-proxy-4.5.1-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/configurable-http-proxy-4.5.1-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/configurable-http-proxy-4.5.1-151-linux-amd64-debian-11.tar.gz && \
|
||||
echo "d914305ab328e73aeafe6170c6a6dc4507aca2ed560c595614cebe4802ce2d4d /tmp/bitnami/pkg/cache/configurable-http-proxy-4.5.1-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/configurable-http-proxy-4.5.1-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/configurable-http-proxy-4.5.1-151-linux-amd64-debian-11.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
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"configurable-http-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "3ff716ec1ca406f035f1913abf2487279e386153a375f4c41c399a6efdd9dce6",
|
||||
"digest": "d914305ab328e73aeafe6170c6a6dc4507aca2ed560c595614cebe4802ce2d4d",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.5.1-150"
|
||||
"version": "4.5.1-151"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ $ docker run --name configurable-http-proxy bitnami/configurable-http-proxy:late
|
|||
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/).
|
||||
|
||||
|
||||
* [`4`, `4-debian-11`, `4.5.1`, `4.5.1-debian-11-r14`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-configurable-http-proxy/blob/4.5.1-debian-11-r14/4/debian-11/Dockerfile)
|
||||
* [`4`, `4-debian-11`, `4.5.1`, `4.5.1-debian-11-r15`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-configurable-http-proxy/blob/4.5.1-debian-11-r15/4/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/configurable-http-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-configurable-http-proxy).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue