mirror of
https://github.com/bitnami/containers.git
synced 2026-03-17 14:57:40 +08:00
1.4.2-debian-10-r87 release
This commit is contained in:
@@ -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/pushgateway-1.4.2-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "6deb26b528e5f4b88851c7fb57b5f79e707cf2f57080a6d87432e2185090c0a3 /tmp/bitnami/pkg/cache/pushgateway-1.4.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/pushgateway-1.4.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/pushgateway-1.4.2-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/pushgateway-1.4.2-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "6297a39c0aa4316720794c5f213cfa95d4c2d6dd96fa1ecff931e616beacb7ff /tmp/bitnami/pkg/cache/pushgateway-1.4.2-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/pushgateway-1.4.2-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/pushgateway-1.4.2-1-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="pushgateway" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.2-debian-10-r86" \
|
||||
BITNAMI_IMAGE_VERSION="1.4.2-debian-10-r87" \
|
||||
PATH="/opt/bitnami/pushgateway/bin:$PATH"
|
||||
|
||||
EXPOSE 9091
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"pushgateway": {
|
||||
"arch": "amd64",
|
||||
"digest": "6deb26b528e5f4b88851c7fb57b5f79e707cf2f57080a6d87432e2185090c0a3",
|
||||
"digest": "6297a39c0aa4316720794c5f213cfa95d4c2d6dd96fa1ecff931e616beacb7ff",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.4.2-0"
|
||||
"version": "1.4.2-1"
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,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/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-10`, `1.4.2`, `1.4.2-debian-10-r86`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pushgateway/blob/1.4.2-debian-10-r86/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.4.2`, `1.4.2-debian-10-r87`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pushgateway/blob/1.4.2-debian-10-r87/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/pushgateway GitHub repo](https://github.com/bitnami/bitnami-docker-pushgateway).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user