mirror of
https://github.com/bitnami/containers.git
synced 2026-04-01 06:48:13 +08:00
0.18.1-scratch-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
b3a5ecebd6
commit
09300423e7
@@ -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/sealed-secrets-0.18.0-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "8a3fea19d67a4acce5fc97ab2976ffd9c042417c13f84a60cfd7490355880fd5 /tmp/bitnami/pkg/cache/sealed-secrets-0.18.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/sealed-secrets-0.18.0-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/sealed-secrets-0.18.0-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/sealed-secrets-0.18.1-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "f9c35abe028e67525c4735a49570021b0e07da2741fe402ee6b9d286bd93d4eb /tmp/bitnami/pkg/cache/sealed-secrets-0.18.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/sealed-secrets-0.18.1-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/sealed-secrets-0.18.1-0-linux-amd64-debian-11.tar.gz
|
||||
|
||||
######
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"sealed-secrets": {
|
||||
"arch": "amd64",
|
||||
"digest": "8a3fea19d67a4acce5fc97ab2976ffd9c042417c13f84a60cfd7490355880fd5",
|
||||
"digest": "f9c35abe028e67525c4735a49570021b0e07da2741fe402ee6b9d286bd93d4eb",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.18.0-150"
|
||||
"version": "0.18.1-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user