1.7.8-6-debian-11-r13 release
This commit is contained in:
parent
de6f0eaee5
commit
b15fa2fc40
|
|
@ -8,13 +8,13 @@ COPY prebuildfs /
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates 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 libmcrypt4 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" "7.4.30-152" --checksum dd2a897f8089d5329b09f6982d8f7a2a0baace75afbe50500a3036f24753a604
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.54-151" --checksum 988f12cbb80baba2b275ec922bb714852593f5c40940658a8b2717651200d92e
|
||||
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" "7.4.30-150" --checksum eb642c232bfcbf339ac38df9d021ec3ef6da82fdb84e79115ae083ed8326b3dd
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "prestashop" "1.7.8-6-150" --checksum 569d5d8328ff52094e5ff174ba7036a503b4268e1e19243d5183de95f9a4f980
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "7.4.30-154" --checksum 663c09681e8a956ec4b434dfa483814a5cf8364ae8fe377be9cf208751ae0945
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.54-152" --checksum 903fc542776eb549981738f68fdd6435b2c8683686114500f157258dcfdc9617
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-151" --checksum c85e4be9bcee70c86c7bc7e13742e2d97810ad8f7d6154f8b66811b6cc4d0948
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.30-151" --checksum acb478d77e1a246f734cfe777e99e52521c1a0700a65e796f4dbe0a46ac71d67
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-151" --checksum 9690a34674f152e55c71a55275265314ed1bb29e0be8a75d7880488509f70deb
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "prestashop" "1.7.8-6-151" --checksum 9d6b672f15ad6f27f03504e2aa367f089ff320755a40258f0b5bf156f4e629ab
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -1,51 +1,51 @@
|
|||
{
|
||||
"apache": {
|
||||
"arch": "amd64",
|
||||
"digest": "988f12cbb80baba2b275ec922bb714852593f5c40940658a8b2717651200d92e",
|
||||
"digest": "903fc542776eb549981738f68fdd6435b2c8683686114500f157258dcfdc9617",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.54-151"
|
||||
"version": "2.4.54-152"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
|
||||
"digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-151"
|
||||
"version": "1.14.0-152"
|
||||
},
|
||||
"libphp": {
|
||||
"arch": "amd64",
|
||||
"digest": "eb642c232bfcbf339ac38df9d021ec3ef6da82fdb84e79115ae083ed8326b3dd",
|
||||
"digest": "acb478d77e1a246f734cfe777e99e52521c1a0700a65e796f4dbe0a46ac71d67",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.4.30-150"
|
||||
"version": "7.4.30-151"
|
||||
},
|
||||
"mysql-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047",
|
||||
"digest": "c85e4be9bcee70c86c7bc7e13742e2d97810ad8f7d6154f8b66811b6cc4d0948",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.6.8-150"
|
||||
"version": "10.6.8-151"
|
||||
},
|
||||
"php": {
|
||||
"arch": "amd64",
|
||||
"digest": "dd2a897f8089d5329b09f6982d8f7a2a0baace75afbe50500a3036f24753a604",
|
||||
"digest": "663c09681e8a956ec4b434dfa483814a5cf8364ae8fe377be9cf208751ae0945",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.4.30-152"
|
||||
"version": "7.4.30-154"
|
||||
},
|
||||
"prestashop": {
|
||||
"arch": "amd64",
|
||||
"digest": "569d5d8328ff52094e5ff174ba7036a503b4268e1e19243d5183de95f9a4f980",
|
||||
"digest": "9d6b672f15ad6f27f03504e2aa367f089ff320755a40258f0b5bf156f4e629ab",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.7.8-6-150"
|
||||
"version": "1.7.8-6-151"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
"digest": "8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a",
|
||||
"digest": "9690a34674f152e55c71a55275265314ed1bb29e0be8a75d7880488509f70deb",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.3-150"
|
||||
"version": "1.0.3-151"
|
||||
}
|
||||
}
|
||||
|
|
@ -41,7 +41,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/).
|
||||
|
||||
|
||||
* [`1.7`, `1.7-debian-11`, `1.7.8-6`, `1.7.8-6-debian-11-r12`, `latest` (1.7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prestashop/blob/1.7.8-6-debian-11-r12/1.7/debian-11/Dockerfile)
|
||||
* [`1.7`, `1.7-debian-11`, `1.7.8-6`, `1.7.8-6-debian-11-r13`, `latest` (1.7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prestashop/blob/1.7.8-6-debian-11-r13/1.7/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/prestashop GitHub repo](https://github.com/bitnami/bitnami-docker-prestashop).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue