mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 08:47:47 +08:00
1.7.3-4-debian-8-r4 release
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM bitnami/minideb-extras:jessie-r95
|
||||
FROM bitnami/minideb-extras:jessie-r96
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages libbz2-1.0 libc6 libcomerr2 libcurl3 libexpat1 libffi6 libfreetype6 libgcc1 libgcrypt20 libgmp10 libgnutls-deb0-28 libgpg-error0 libgssapi-krb5-2 libhogweed2 libicu52 libidn11 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmcrypt4 libncurses5 libnettle4 libp11-kit0 libpcre3 libpng12-0 libpq5 libreadline6 librtmp1 libsasl2-2 libsqlite3-0 libssh2-1 libssl1.0.0 libstdc++6 libsybdb5 libtasn1-6 libtidy-0.99-0 libtinfo5 libxml2 libxslt1.1 zlib1g
|
||||
RUN bitnami-pkg unpack apache-2.4.33-4 --checksum f26751a96abdc45db43c4b92eb9f792a4b630ad0edd5667aa73ccafa0aeb3810
|
||||
RUN bitnami-pkg unpack php-7.0.30-7 --checksum b4345c3643125d34b93f3988ef22b01fdcd70ffa20f89abb966d073da87a887c
|
||||
RUN bitnami-pkg unpack php-7.0.30-8 --checksum c9bcf8d4c9c280645e44de07ae4a0e8d436333688094d5587b4b0766036cff8a
|
||||
RUN bitnami-pkg unpack mysql-client-10.1.34-0 --checksum 2954d9390cb8b91dc924beacc179ed03050f6c5cb7ad328010cdbde1ab05c1e9
|
||||
RUN bitnami-pkg install libphp-7.0.30-8 --checksum 0fb74a5477bdf72ee85751af91ee2e41beec5b18657a9891d7081a3e2ce7289e
|
||||
RUN bitnami-pkg unpack prestashop-1.7.3-4-0 --checksum b281a7201f8a03a701dcd56d80546feeeb953bbf90dea513b97519ad3b6483c7
|
||||
@@ -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-r3" \
|
||||
BITNAMI_IMAGE_VERSION="1.7.3-4-debian-8-r4" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
||||
@@ -25,8 +25,9 @@ $ docker-compose up -d
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`1.7`, `1.7.3-4-r3`, `latest` (1.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prestashop/blob/1.7.3-4-r3/1.7/Dockerfile)
|
||||
* [`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-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)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/prestashop GitHub repo](https://github.com/bitnami/bitnami-docker-prestashop).
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ jobs:
|
||||
environment:
|
||||
RELEASE_SERIES_LIST: "1.7"
|
||||
LATEST_STABLE: "1.7"
|
||||
DISTRIBUTIONS_LIST: "debian-8,ol-7"
|
||||
DISTRIBUTIONS_LIST: "debian-8,debian-9,ol-7"
|
||||
IMAGE_NAME: prestashop
|
||||
CHART_NAME: prestashop
|
||||
CHART_REPO: https://github.com/kubernetes/charts
|
||||
|
||||
Reference in New Issue
Block a user