[bitnami/ruby] Release 3.2.0-debian-11-r2 (#20788)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
448879e909
commit
11cf1b87b6
|
|
@ -5,7 +5,7 @@ ARG TARGETARCH
|
|||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.2.0-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="3.2.0-debian-11-r2" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ruby" \
|
||||
org.opencontainers.image.title="ruby" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages build-essential ca-certificates curl git libcrypt1 libffi7 libreadline-dev libreadline8 libsqlite3-dev libssl-dev libssl1.1 libtinfo6 libyaml-0-2 pkg-config procps sqlite3 unzip wget zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"ruby-3.2.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"ruby-3.2.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"ruby": {
|
||||
"arch": "amd64",
|
||||
"digest": "7a1198720aed15504629c9fac72c8be65c66697a57322511b6965334d80be09d",
|
||||
"digest": "e36b172781dd2ccd8e77034dcb1b5b0b95a78d47c09aa3253e9f8520647a6973",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.2.0-0"
|
||||
"version": "3.2.0-1"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue