diff --git a/bitnami/magento/2/debian-11/Dockerfile b/bitnami/magento/2/debian-11/Dockerfile index bb7ef69dce97..60489375f9c7 100644 --- a/bitnami/magento/2/debian-11/Dockerfile +++ b/bitnami/magento/2/debian-11/Dockerfile @@ -9,14 +9,14 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages acl ca-certificates cron curl gzip libaudit1 libbrotli1 libbsd0 libbz2-1.0 libc6 libcap-ng0 libcom-err2 libcrypt1 libcurl4 libexpat1 libffi7 libfftw3-double3 libfontconfig1 libfreetype6 libgcc-s1 libgcrypt20 libglib2.0-0 libgmp10 libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.4-2 liblqr-1-0 libltdl7 liblzma5 libmagickcore-6.q16-6 libmagickwand-6.q16-6 libmd0 libmemcached11 libncurses6 libnettle8 libnghttp2-14 libonig5 libp11-kit0 libpam0g libpcre2-8-0 libpcre3 libpng16-16 libpq5 libpsl5 libreadline8 librtmp1 libsasl2-2 libsodium23 libsqlite3-0 libssh2-1 libssl1.1 libstdc++6 libsybdb5 libtasn1-6 libtidy5deb1 libtinfo6 libunistring2 libuuid1 libwebp6 libx11-6 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxslt1.1 libzip4 procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.1.7-0" --checksum 23f8e06041e1215731e7c6edf82909e70be22a2f950e7dc7edf47e5225033599 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.54-0" --checksum d6ead7637955f94ec4821b1d2ceccb36fb91b8f4ee4aef3bf4287c588be2f1b4 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-0" --checksum 1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-0" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.1.7-1" --checksum 7dee08d5125a12dce1685e4f46141f0b15c08c5d155da13b0362f6088c10693e -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-1" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "magento" "2.4.4-0" --checksum 0631ce15f96096ad0c9691f4447fa45a34b28edd2febd6a51f0704960c823422 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.1.7-150" --checksum 23f8e06041e1215731e7c6edf82909e70be22a2f950e7dc7edf47e5225033599 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.54-150" --checksum d6ead7637955f94ec4821b1d2ceccb36fb91b8f4ee4aef3bf4287c588be2f1b4 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-150" --checksum 1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.1.7-150" --checksum 7dee08d5125a12dce1685e4f46141f0b15c08c5d155da13b0362f6088c10693e +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "magento" "2.4.4-150" --checksum 0631ce15f96096ad0c9691f4447fa45a34b28edd2febd6a51f0704960c823422 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami diff --git a/bitnami/magento/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/magento/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 6f7f4e0fcf6d..4dd8f4115464 100644 --- a/bitnami/magento/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/magento/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -4,55 +4,55 @@ "digest": "d6ead7637955f94ec4821b1d2ceccb36fb91b8f4ee4aef3bf4287c588be2f1b4", "distro": "debian-11", "type": "NAMI", - "version": "2.4.54-0" + "version": "2.4.54-150" }, "gosu": { "arch": "amd64", "digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b", "distro": "debian-11", "type": "NAMI", - "version": "1.14.0-0" + "version": "1.14.0-150" }, "libphp": { "arch": "amd64", "digest": "7dee08d5125a12dce1685e4f46141f0b15c08c5d155da13b0362f6088c10693e", "distro": "debian-11", "type": "NAMI", - "version": "8.1.7-1" + "version": "8.1.7-150" }, "magento": { "arch": "amd64", "digest": "0631ce15f96096ad0c9691f4447fa45a34b28edd2febd6a51f0704960c823422", "distro": "debian-11", "type": "NAMI", - "version": "2.4.4-0" + "version": "2.4.4-150" }, "mysql-client": { "arch": "amd64", "digest": "b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047", "distro": "debian-11", "type": "NAMI", - "version": "10.6.8-0" + "version": "10.6.8-150" }, "php": { "arch": "amd64", "digest": "23f8e06041e1215731e7c6edf82909e70be22a2f950e7dc7edf47e5225033599", "distro": "debian-11", "type": "NAMI", - "version": "8.1.7-0" + "version": "8.1.7-150" }, "render-template": { "arch": "amd64", "digest": "8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a", "distro": "debian-11", "type": "NAMI", - "version": "1.0.3-1" + "version": "1.0.3-150" }, "wait-for-port": { "arch": "amd64", "digest": "1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924", "distro": "debian-11", "type": "NAMI", - "version": "1.0.3-0" + "version": "1.0.3-150" } } \ No newline at end of file diff --git a/bitnami/magento/README.md b/bitnami/magento/README.md index a5beabe387eb..e1fa7df24d7b 100644 --- a/bitnami/magento/README.md +++ b/bitnami/magento/README.md @@ -37,7 +37,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deploy 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/). -* [`2`, `2-debian-11`, `2.4.4`, `2.4.4-debian-11-r2`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-magento/blob/2.4.4-debian-11-r2/2/debian-11/Dockerfile) +* [`2`, `2-debian-11`, `2.4.4`, `2.4.4-debian-11-r3`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-magento/blob/2.4.4-debian-11-r3/2/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/magento GitHub repo](https://github.com/bitnami/bitnami-docker-magento).