1.7.7-7-debian-10-r0 release
This commit is contained in:
parent
42d0a298c5
commit
8e7a911913
|
|
@ -14,14 +14,14 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.48-
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.2.40-0" --checksum ba75bc49bfef36af7f775a5f57ae66026aa840813bbf91826a6a6661b8276534
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.3.29-1" --checksum bb5e5663ed26e35eac840f2f98d5beb0a458bad653dceb6efba0d8fd4918d673
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "prestashop" "1.7.7-6-0" --checksum d794b6972e0e95411d4c240962199b3881c977dc33feeb043345794110c442f2
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "prestashop" "1.7.7-7-0" --checksum a74c0c10bcc3df476219be0d85e9085b20e0a2d6d79d82a64961c012270f4392
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/php/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/apache/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/php/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/prestashop/postunpack.sh
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
|
|
@ -29,7 +29,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
|||
APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
BITNAMI_APP_NAME="prestashop" \
|
||||
BITNAMI_IMAGE_VERSION="1.7.7-6-debian-10-r9" \
|
||||
BITNAMI_IMAGE_VERSION="1.7.7-7-debian-10-r0" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ services:
|
|||
mariadb:
|
||||
image: docker.io/bitnami/mariadb:10.3
|
||||
environment:
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- MARIADB_USER=bn_prestashop
|
||||
- MARIADB_DATABASE=bitnami_prestashop
|
||||
|
|
@ -19,6 +20,7 @@ services:
|
|||
- PRESTASHOP_DATABASE_PORT_NUMBER=3306
|
||||
- PRESTASHOP_DATABASE_USER=bn_prestashop
|
||||
- PRESTASHOP_DATABASE_NAME=bitnami_prestashop
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
volumes:
|
||||
- 'prestashop_data:/bitnami/prestashop'
|
||||
|
|
|
|||
|
|
@ -36,10 +36,10 @@
|
|||
},
|
||||
"prestashop": {
|
||||
"arch": "amd64",
|
||||
"digest": "d794b6972e0e95411d4c240962199b3881c977dc33feeb043345794110c442f2",
|
||||
"digest": "a74c0c10bcc3df476219be0d85e9085b20e0a2d6d79d82a64961c012270f4392",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.7.7-6-0"
|
||||
"version": "1.7.7-7-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ $ curl -sSL https://raw.githubusercontent.com/bitnami/bitnami-docker-prestashop/
|
|||
$ docker-compose up -d
|
||||
```
|
||||
|
||||
You can find the default credentials and available configuration options in the [Environment Variables](#environment-variables) section.
|
||||
**Warning**: This quick setup is only intended for development environments. You are encouraged to change the insecure default credentials and check out the available configuration options in the [Environment Variables](#environment-variables) section for a more secure deployment.
|
||||
|
||||
## Why use Bitnami Images?
|
||||
|
||||
|
|
@ -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-10`, `1.7.7-6`, `1.7.7-6-debian-10-r9`, `latest` (1.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prestashop/blob/1.7.7-6-debian-10-r9/1.7/debian-10/Dockerfile)
|
||||
* [`1.7`, `1.7-debian-10`, `1.7.7-7`, `1.7.7-7-debian-10-r0`, `latest` (1.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prestashop/blob/1.7.7-7-debian-10-r0/1.7/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/prestashop GitHub repo](https://github.com/bitnami/bitnami-docker-prestashop).
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ services:
|
|||
mariadb:
|
||||
image: docker.io/bitnami/mariadb:10.3
|
||||
environment:
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- MARIADB_USER=bn_prestashop
|
||||
- MARIADB_DATABASE=bitnami_prestashop
|
||||
|
|
@ -19,6 +20,7 @@ services:
|
|||
- PRESTASHOP_DATABASE_PORT_NUMBER=3306
|
||||
- PRESTASHOP_DATABASE_USER=bn_prestashop
|
||||
- PRESTASHOP_DATABASE_NAME=bitnami_prestashop
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
volumes:
|
||||
- 'prestashop_data:/bitnami/prestashop'
|
||||
|
|
|
|||
Loading…
Reference in New Issue