mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 16:17:31 +08:00
3.0.4-r3 release
Use a more stable revision of libphp
This commit is contained in:
@@ -6,7 +6,7 @@ RUN install_packages libapr1 libaprutil1 libbz2-1.0 libc6 libcomerr2 libcurl3 li
|
||||
RUN bitnami-pkg unpack apache-2.4.25-0 --checksum 8b46af7d737772d7d301da8b30a2770b7e549674e33b8a5b07480f53c39f5c3f
|
||||
RUN bitnami-pkg unpack php-7.0.19-0 --checksum dcd5e4a19792dbfde5157d33f09e3c030ac11da92606ade08576bea795d6ac53
|
||||
RUN bitnami-pkg install mysql-client-10.1.23-1 --checksum 0be92fcc4f7fec93edfa7f788e2bbb87b5b3aac92dfdec159a10590345362512
|
||||
RUN bitnami-pkg install libphp-7.0.19-0 --checksum c8c6f4e5fd15551802e3902261488f06175d64980de59bf72600bc256d828ba4
|
||||
RUN bitnami-pkg install libphp-7.0.19-1 --checksum a72cb1bc3513549b5e94052549e78921a127617c38a4bd4586ae26976cac0af6
|
||||
RUN bitnami-pkg unpack piwik-3.0.4-0 --checksum 037a9a4b84bf8d920321a2623f38efb39b21fdef4469c02eb8742060e832fdad
|
||||
|
||||
COPY rootfs /
|
||||
@@ -14,7 +14,7 @@ COPY rootfs /
|
||||
ENV APACHE_HTTPS_PORT="443" \
|
||||
APACHE_HTTP_PORT="80" \
|
||||
BITNAMI_APP_NAME="piwik" \
|
||||
BITNAMI_IMAGE_VERSION="3.0.4-r2" \
|
||||
BITNAMI_IMAGE_VERSION="3.0.4-r3" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PASSWORD="" \
|
||||
MARIADB_PORT="3306" \
|
||||
|
||||
@@ -18,7 +18,7 @@ $ docker-compose up
|
||||
|
||||
## Kubernetes
|
||||
|
||||
> **WARNING**: This is a beta configuration, currently unsupported.
|
||||
> **WARNING:** This is a beta configuration, currently unsupported.
|
||||
|
||||
Get the raw URL pointing to the kubernetes.yml manifest and use kubectl to create the resources on your Kubernetes cluster like so:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user