1.7.3-4-ol-7-r7 release
This commit is contained in:
parent
13926a3431
commit
e2fe7a57f3
|
|
@ -1,10 +1,10 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r26
|
||||
FROM bitnami/oraclelinux-extras:7-r27
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages bzip2-libs cyrus-sasl-lib expat freetds freetype glibc gmp gnutls keyutils-libs krb5-libs libcom_err libcurl libffi libgcc libgcrypt libgpg-error libicu libidn libjpeg-turbo libmcrypt libpng libselinux libssh2 libstdc++ libtasn1 libtidy libxml2 libxslt ncurses-libs nettle nspr nss nss-softokn-freebl nss-util openldap openssl-libs p11-kit pcre postgresql-libs readline sqlite xz-libs zlib
|
||||
RUN bitnami-pkg unpack apache-2.4.33-4 --checksum 4e8daac4fc3f70870a856be2dbabe35c060bae4319da105a1cd38ea2335cc5a1
|
||||
RUN bitnami-pkg unpack php-7.0.30-7 --checksum 5754714c3964c1ced5ed1d9c8c3f059ca59f65c400f1c9e00f655bae869bef61
|
||||
RUN bitnami-pkg unpack php-7.0.30-8 --checksum de307e2ec402df76859bf1bc702346f92de16704b24013b451c73e1af3be6175
|
||||
RUN bitnami-pkg unpack mysql-client-10.1.34-0 --checksum 012f1f222898565b55f7d4522514c7c130d2bfe4c988754eed658ef6dafa980c
|
||||
RUN bitnami-pkg install libphp-7.0.30-8 --checksum d56f04ce65e0caabe624739aa5a1b4d0980b612edc5331b647c86457b1bc36e6
|
||||
RUN bitnami-pkg unpack prestashop-1.7.3-4-0 --checksum f36d7c4d093ecad31b4c2e33b88829b882e1f5a6ddcc49aaf1c20daa9e7b08b9
|
||||
|
|
@ -14,7 +14,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
|||
APACHE_HTTPS_PORT_NUMBER="443" \
|
||||
APACHE_HTTP_PORT_NUMBER="80" \
|
||||
BITNAMI_APP_NAME="prestashop" \
|
||||
BITNAMI_IMAGE_VERSION="1.7.3-4-ol-7-r6" \
|
||||
BITNAMI_IMAGE_VERSION="1.7.3-4-ol-7-r7" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ $ docker-compose up -d
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`1.7-ol-7`, `1.7.3-4-ol-7-r6` (1.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prestashop/blob/1.7.3-4-ol-7-r6/1.7/ol-7/Dockerfile)
|
||||
* [`1.7-ol-7`, `1.7.3-4-ol-7-r7` (1.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prestashop/blob/1.7.3-4-ol-7-r7/1.7/ol-7/Dockerfile)
|
||||
* [`1.7-debian-8`, `1.7.3-4-debian-8-r4`, `1.7`, `1.7.3-4`, `1.7.3-4-r4`, `latest` (1.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prestashop/blob/1.7.3-4-debian-8-r4/1.7/Dockerfile)
|
||||
* [`1.7-debian-9`, `0.0.0-0-debian-9-r0` (1.7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-prestashop/blob/0.0.0-0-debian-9-r0/1.7/debian-9/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue