0.5.2-debian-9-r91 release
This commit is contained in:
parent
b3126bfaef
commit
8c8a16e95d
|
|
@ -1,10 +1,10 @@
|
|||
FROM bitnami/minideb:stretch as buildenv
|
||||
|
||||
RUN install_packages ca-certificates wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/pushgateway-0.5.2-0-linux-amd64-debian-9.tar.gz && \
|
||||
echo "eaead463b00c9b33b42934b12d5b0f4475208eb210e478ab78e9540a8bc5b460 /tmp/bitnami/pkg/cache/pushgateway-0.5.2-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/pushgateway-0.5.2-0-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/pushgateway-0.5.2-0-linux-amd64-debian-9.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/pushgateway-0.5.2-1-linux-amd64-debian-9.tar.gz && \
|
||||
echo "a116b01708766bb389601ae096fc1330eefdc5ff28b3355beb5971903867f148 /tmp/bitnami/pkg/cache/pushgateway-0.5.2-1-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/pushgateway-0.5.2-1-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/pushgateway-0.5.2-1-linux-amd64-debian-9.tar.gz
|
||||
|
||||
##################
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|||
|
||||
COPY --from=buildenv /opt/bitnami/pushgateway /opt/bitnami/pushgateway
|
||||
ENV BITNAMI_APP_NAME="pushgateway" \
|
||||
BITNAMI_IMAGE_VERSION="0.5.2-debian-9-r90" \
|
||||
BITNAMI_IMAGE_VERSION="0.5.2-debian-9-r91" \
|
||||
PATH="/opt/bitnami/pushgateway/bin:$PATH"
|
||||
|
||||
EXPOSE 9091
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@ 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/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`0-ol-7`, `0.5.2-ol-7-r101` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-pushgateway/blob/0.5.2-ol-7-r101/0/ol-7/Dockerfile)
|
||||
* [`0-debian-9`, `0.5.2-debian-9-r90`, `0`, `0.5.2`, `0.5.2-r90`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-pushgateway/blob/0.5.2-debian-9-r90/0/debian-9/Dockerfile)
|
||||
* [`0-ol-7`, `0.5.2-ol-7-r100` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-pushgateway/blob/0.5.2-ol-7-r100/0/ol-7/Dockerfile)
|
||||
* [`0-debian-9`, `0.5.2-debian-9-r91`, `0`, `0.5.2`, `0.5.2-r91`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-pushgateway/blob/0.5.2-debian-9-r91/0/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/pushgateway GitHub repo](https://github.com/bitnami/bitnami-docker-pushgateway).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue