mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
0.5.2-debian-9-r0 release
Update pushgateway to 0.5.2
This commit is contained in:
23
bitnami/pushgateway/0/debian-9/Dockerfile
Normal file
23
bitnami/pushgateway/0/debian-9/Dockerfile
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
|
||||
##################
|
||||
|
||||
FROM bitnami/minideb:stretch
|
||||
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-r0" \
|
||||
PATH="/opt/bitnami/pushgateway/bin:$PATH"
|
||||
|
||||
EXPOSE 9091
|
||||
|
||||
WORKDIR /opt/bitnami/pushgateway
|
||||
USER 1001
|
||||
ENTRYPOINT ["/opt/bitnami/pushgateway/bin/pushgateway"]
|
||||
Reference in New Issue
Block a user