mirror of
https://github.com/bitnami/containers.git
synced 2026-04-03 15:57:46 +08:00
0.27.0-scratch-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
7514f0287a
commit
c5186c83f4
@@ -6,10 +6,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates gzip tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/thanos-0.26.0-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "8d4fc6e997edfe05e7cc984bf8ff4c1ab6682f824f7898871769365281aab4fe /tmp/bitnami/pkg/cache/thanos-0.26.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/thanos-0.26.0-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/thanos-0.26.0-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/thanos-0.27.0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "3df73af29efde61769231dc26d2ad3886c484283631b219f6de2caae52d3c3b1 /tmp/bitnami/pkg/cache/thanos-0.27.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/thanos-0.27.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/thanos-0.27.0-0-linux-amd64-debian-11.tar.gz
|
||||
|
||||
######
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"thanos": {
|
||||
"arch": "amd64",
|
||||
"digest": "8d4fc6e997edfe05e7cc984bf8ff4c1ab6682f824f7898871769365281aab4fe",
|
||||
"digest": "3df73af29efde61769231dc26d2ad3886c484283631b219f6de2caae52d3c3b1",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.26.0-150"
|
||||
"version": "0.27.0-0"
|
||||
}
|
||||
}
|
||||
@@ -42,7 +42,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/).
|
||||
|
||||
|
||||
* [`0`, `0-scratch`, `0.26.0`, `0.26.0-scratch-r6`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-thanos/blob/0.26.0-scratch-r6/0/scratch/Dockerfile)
|
||||
* [`0`, `0-scratch`, `0.27.0`, `0.27.0-scratch-r0`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-thanos/blob/0.27.0-scratch-r0/0/scratch/Dockerfile)
|
||||
|
||||
## Connecting to other containers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user