mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
3.1.10-debian-9-r80 release
This commit is contained in:
@@ -3,13 +3,13 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages libbz2-1.0 libc6 libcomerr2 libcurl3 libffi6 libfreetype6 libgcc1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed4 libicu57 libidn11 libidn2-0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmcrypt4 libmemcached11 libmemcachedutil2 libncurses5 libnettle6 libnghttp2-14 libp11-kit0 libpng16-16 libpq5 libpsl5 libreadline7 librtmp1 libsasl2-2 libssh2-1 libssl1.0.2 libssl1.1 libstdc++6 libsybdb5 libtasn1-6 libtidy5 libtinfo5 libunistring0 libxml2 libxslt1.1 zlib1g
|
||||
RUN bitnami-pkg install php-7.1.28-0 --checksum d42b033c9f897a43d96b1a34c5ebf53472f3c880ae1e3abf39ee361e116cccbe
|
||||
RUN bitnami-pkg install mysql-client-10.1.38-0 --checksum 7202055a6688186df2570efea631940d25f5bb6ecd06f4e036c852d13ffded0c
|
||||
RUN bitnami-pkg install php-7.1.29-0 --checksum cd0fba56de5fc1fa5c3d4eb5ef85bcd613cf0875fefe37beaddc9327f5cd7d8e
|
||||
RUN bitnami-pkg install mysql-client-10.1.39-0 --checksum 9c7eb46bc6de4491742e9e195c2611edafcbe3abf098eb2cb4fb1e24ad31fcb1
|
||||
RUN bitnami-pkg install codeigniter-3.1.10-0 --checksum 645d32f002b30842538574bb4627742d84c4b0deec93f2007381805792b04311
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="codeigniter" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.10-debian-9-r79" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.10-debian-9-r80" \
|
||||
CODEIGNITER_PROJECT_NAME="myapp" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
|
||||
@@ -9,6 +9,6 @@ services:
|
||||
depends_on:
|
||||
- mariadb
|
||||
mariadb:
|
||||
image: 'bitnami/mariadb:latest'
|
||||
image: 'bitnami/mariadb:10.1'
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
|
||||
@@ -50,7 +50,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`3-ol-7`, `3.1.10-ol-7-r79` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-codeigniter/blob/3.1.10-ol-7-r79/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.1.10-debian-9-r79`, `3`, `3.1.10`, `3.1.10-r79`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-codeigniter/blob/3.1.10-debian-9-r79/3/debian-9/Dockerfile)
|
||||
* [`3-debian-9`, `3.1.10-debian-9-r80`, `3`, `3.1.10`, `3.1.10-r80`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-codeigniter/blob/3.1.10-debian-9-r80/3/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/codeigniter GitHub repo](https://github.com/bitnami/bitnami-docker-codeigniter).
|
||||
|
||||
|
||||
@@ -9,6 +9,6 @@ services:
|
||||
depends_on:
|
||||
- mariadb
|
||||
mariadb:
|
||||
image: 'bitnami/mariadb:latest'
|
||||
image: 'bitnami/mariadb:10.1'
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
|
||||
Reference in New Issue
Block a user