mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
1.20.2-scratch-r1 release
This commit is contained in:
committed by
Bitnami Containers
parent
411254f197
commit
7b27d432df
@@ -1,7 +1,24 @@
|
||||
FROM scratch
|
||||
FROM bitnami/minideb:bullseye as builder
|
||||
|
||||
COPY prebuildfs /
|
||||
|
||||
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/contour-operator-1.20.2-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "0198624fd54e973fd16dd81bf7e14fee6149a9c5c9be03b24528c594efb97d30 /tmp/bitnami/pkg/cache/contour-operator-1.20.2-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/contour-operator-1.20.2-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/contour-operator-1.20.2-0-linux-amd64-debian-11.tar.gz
|
||||
|
||||
######
|
||||
|
||||
FROM scratch
|
||||
|
||||
COPY prebuildfs /
|
||||
COPY rootfs /
|
||||
COPY --from=builder /opt/bitnami/contour-operator/bin/contour-operator /contour-operator
|
||||
|
||||
USER 1001
|
||||
|
||||
ENTRYPOINT [ "/contour-operator" ]
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"contour-operator": {
|
||||
"digest": "16273437a19f5fa22eefeb1e9ad85cc400349afe6604f67f3213b30c02fc0efc",
|
||||
"type": "BLACKSMITH",
|
||||
"version": "1.20.2"
|
||||
"arch": "amd64",
|
||||
"digest": "0198624fd54e973fd16dd81bf7e14fee6149a9c5c9be03b24528c594efb97d30",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.20.2-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user