@@ -8,10 +8,10 @@ ARG TARGETARCH
88
99LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
1010 org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11- org.opencontainers.image.created="2025-03-18T00:17:52Z " \
11+ org.opencontainers.image.created="2025-03-24T00:16:32Z " \
1212 org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313 org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/discourse/README.md" \
14- org.opencontainers.image.ref.name="3.4.1-debian-12-r3 " \
14+ org.opencontainers.image.ref.name="3.4.1-debian-12-r4 " \
1515 org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/discourse" \
1616 org.opencontainers.image.title="discourse" \
1717 org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -25,9 +25,9 @@ COPY prebuildfs /
2525SHELL ["/bin/bash" , "-o" , "errexit" , "-o" , "nounset" , "-o" , "pipefail" , "-c" ]
2626# Install required system packages and dependencies
2727RUN install_packages acl advancecomp ca-certificates curl file gifsicle git hostname imagemagick jhead jpegoptim libbrotli1 libbsd0 libbz2-1.0 libcom-err2 libcrypt1 libcurl4 libedit2 libffi8 libgcc-s1 libgmp10 libgnutls30 libgssapi-krb5-2 libhogweed6 libicu72 libidn2-0 libjpeg-turbo-progs libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0 liblz4-1 liblzma5 libmd0 libncursesw6 libnettle8 libnghttp2-14 libnsl2 libp11-kit0 libpcre2-8-0 libpq5 libpsl5 libreadline-dev libreadline8 librtmp1 libsasl2-2 libsqlite3-0 libssh2-1 libssl-dev libssl3 libstdc++6 libtasn1-6 libtinfo6 libtirpc3 libunistring2 libuuid1 libxml2 libxslt1.1 libyaml-0-2 libyaml-dev libzstd1 optipng pngcrush pngquant procps rsync sqlite3 zlib1g
28- RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
28+ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
2929 COMPONENTS=( \
30- "python-3.12.9-8 -linux-${OS_ARCH}-debian-12" \
30+ "python-3.12.9-9 -linux-${OS_ARCH}-debian-12" \
3131 "wait-for-port-1.0.8-14-linux-${OS_ARCH}-debian-12" \
3232 "ruby-3.2.7-4-linux-${OS_ARCH}-debian-12" \
3333 "postgresql-client-17.4.0-0-linux-${OS_ARCH}-debian-12" \
@@ -41,7 +41,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
4141 curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256" -O ; \
4242 fi ; \
4343 sha256sum -c "${COMPONENT}.tar.gz.sha256" ; \
44- tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; \
44+ tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
4545 rm -rf "${COMPONENT}" .tar.gz{,.sha256} ; \
4646 done
4747RUN apt-get autoremove --purge -y curl && \
0 commit comments