mirror of
https://github.com/bitnami/containers.git
synced 2026-04-07 07:29:28 +08:00
[bitnami/oras] Release 0.13.0-scratch-r3 (#2357)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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/oras-0.13.0-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "aa4b40f9349406be381583fe4582726517c4be9539e7c4ada0338e9a43da4710 /tmp/bitnami/pkg/cache/oras-0.13.0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/oras-0.13.0-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/oras-0.13.0-1-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/oras-0.13.0-2-linux-amd64-debian-11.tar.gz && \
|
||||
echo "5559cb6df54d0b6b07bfb34ec4aa32b3cd1d807fef3b1a0552be1ef04906dea6 /tmp/bitnami/pkg/cache/oras-0.13.0-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/oras-0.13.0-2-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/oras-0.13.0-2-linux-amd64-debian-11.tar.gz
|
||||
|
||||
######
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"oras": {
|
||||
"arch": "amd64",
|
||||
"digest": "aa4b40f9349406be381583fe4582726517c4be9539e7c4ada0338e9a43da4710",
|
||||
"digest": "5559cb6df54d0b6b07bfb34ec4aa32b3cd1d807fef3b1a0552be1ef04906dea6",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.13.0-1"
|
||||
"version": "0.13.0-2"
|
||||
}
|
||||
}
|
||||
@@ -30,7 +30,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.13.0`, `0.13.0-scratch-r2`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/oras/0/scratch/Dockerfile)
|
||||
* [`0`, `0-scratch`, `0.13.0`, `0.13.0-scratch-r3`, `latest` (0/scratch/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/oras/0/scratch/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user