Updated PrestaShop to 1.6.1.7

This commit is contained in:
Juan Ariza
2016-10-07 12:28:18 +02:00
parent d36b55fdbe
commit 4141c69f42
2 changed files with 8 additions and 9 deletions

View File

@@ -3,17 +3,17 @@ FROM gcr.io/stacksmith-images/ubuntu:14.04-r10
MAINTAINER Bitnami <containers@bitnami.com>
ENV BITNAMI_APP_NAME=prestashop \
BITNAMI_IMAGE_VERSION=1.6.1.6-r4 \
BITNAMI_IMAGE_VERSION=1.6.1.7 \
PATH=/opt/bitnami/php/bin:/opt/bitnami/mysql/bin/:$PATH
# Additional modules required
RUN bitnami-pkg unpack apache-2.4.23-5 --checksum ce7996de3c2173a72ad742e7ad0b4d48a1947454d4e0001497be74f19f9aa74c
RUN bitnami-pkg unpack apache-2.4.23-7 --checksum bcbe93875f4017ed762caf73774a35b449e22c441e6b3f619f386294ba0a5958
RUN bitnami-pkg unpack php-5.6.26-1 --checksum b7a72ae78f9b19352bd400dfe027465c88a8643c0e5d9753f8d12f4ebae542a2
RUN bitnami-pkg install libphp-5.6.26-1 --checksum 327d070f57727f2ed4f0246d0e3f61c5a94f6366d21a7e7e4572fe6c9c8e8c2d
RUN bitnami-pkg install mysql-client-10.1.13-4 --checksum 14b45c91dd78b37f0f2366712cbe9bfdf2cb674769435611955191a65dbf4976
# Install prestashop
RUN bitnami-pkg unpack prestashop-1.6.1.6-1 --checksum 9076e05c581760c53820083c990533ed25bb804f8542e623fc3c45ae1909c21a
RUN bitnami-pkg unpack prestashop-1.6.1.7-0 --checksum a86f2e7b222aeb22667639ed2f8d18b9dd8d63edc33e7ec64eca02657afa22e9
COPY rootfs /

View File

@@ -1,7 +1,6 @@
[![Docker Hub Automated Build](http://container.checkforupdates.com/badges/bitnami/prestashop)](https://hub.docker.com/r/bitnami/prestashop/)
# What is PrestaShop?
> PrestaShop is a popular open source ecommerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned cart reminders and automated Email marketing.
PrestaShop is a popular open source ecommerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned cart reminders and automated Email marketing.
http://www.prestashop.com
@@ -67,9 +66,9 @@ If you want to run the application manually instead of using docker-compose, the
$ docker run -d -p 80:80 --name prestashop --net=prestashop_network bitnami/prestashop
```
Then you can access the PrestaStop storefront at http://your-ip/. To access the administration area, logon to http://your-ip/administration
Then you can access your application at http://your-ip/
*Note:* If you want to access your application from a public IP or hostname you need to configure PrestaShop for it. You can handle it adjusting the configuration of the instance by setting the environment variable "PRESTASHOP_HOST" to your public IP or hostname. In case you already started your containers, you can reconfigure your prestashop host via executing the next commmand: `docker-compose exec application nami execute prestashop configureHost new.host.name.com`
*Note:* If you want to access your application from a public IP or hostname you need to configure PrestaShop for it. You can handle it adjusting the configuration of the instance by setting the environment variable "PRESTASHOP_HOST" to your public IP or hostname.
## Persisting your application
@@ -229,7 +228,7 @@ information)
# License
Copyright (c) 2016 Bitnami
Copyright 2016 Bitnami
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.