mirror of
https://github.com/bitnami/containers.git
synced 2026-04-07 06:59:26 +08:00
1.4.3-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
4e21c7398d
commit
a4b944d473
@@ -9,15 +9,15 @@ 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-34-linux-amd64-debian-10.tar.gz && \
|
||||
echo "dc5a12bcb88635d6d2188eb7d2dbf8e49af713e3ef1f5f2bd882078e27512cf1 /tmp/bitnami/pkg/cache/pushgateway-1.4.2-34-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/pushgateway-1.4.2-34-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/pushgateway-1.4.2-34-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/pushgateway-1.4.3-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "a0a1c4c29a26d5a9380393f94325202860b90c3429d390f6afd2b363a829558a /tmp/bitnami/pkg/cache/pushgateway-1.4.3-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/pushgateway-1.4.3-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/pushgateway-1.4.3-0-linux-amd64-debian-10.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
|
||||
|
||||
ENV APP_VERSION="1.4.2" \
|
||||
ENV APP_VERSION="1.4.3" \
|
||||
BITNAMI_APP_NAME="pushgateway" \
|
||||
PATH="/opt/bitnami/pushgateway/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"pushgateway": {
|
||||
"arch": "amd64",
|
||||
"digest": "dc5a12bcb88635d6d2188eb7d2dbf8e49af713e3ef1f5f2bd882078e27512cf1",
|
||||
"digest": "a0a1c4c29a26d5a9380393f94325202860b90c3429d390f6afd2b363a829558a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.4.2-34"
|
||||
"version": "1.4.3-0"
|
||||
}
|
||||
}
|
||||
@@ -32,7 +32,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-r222`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pushgateway/blob/1.4.2-debian-10-r222/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.4.3`, `1.4.3-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-pushgateway/blob/1.4.3-debian-10-r0/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