parent
b7adf4f8ac
commit
574d156f8b
|
|
@ -1,16 +1,16 @@
|
|||
FROM bitnami/minideb-extras:jessie-r22
|
||||
FROM bitnami/minideb-extras:jessie-r24
|
||||
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 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 libpng12-0 libpq5 libreadline6 librtmp1 libsasl2-2 libssh2-1 libssl1.0.0 libstdc++6 libsybdb5 libtasn1-6 libtidy-0.99-0 libtinfo5 libxml2 libxslt1.1 zlib1g
|
||||
RUN bitnami-pkg install php-7.1.12-1 --checksum 4e811f854f9938c110a75e6b11d67ee6eb65154c38f65e2f55b202ea75ac5517
|
||||
RUN bitnami-pkg install mysql-client-10.1.30-0 --checksum 2f7bfecc0e405c53c0dc0508670af2b87124fbf3475f597fe8359e85d14e2a0c
|
||||
RUN bitnami-pkg install php-7.1.14-0 --checksum b6b036115be30b4bc5f20d97b2dd84e68a59a753ee2d91379c1a94d48a271b43
|
||||
RUN bitnami-pkg install mysql-client-10.1.31-0 --checksum c5140f9fd386782201b78559972045018928a405df324564deb392c6c61073c1
|
||||
RUN bitnami-pkg install symfony-1.5.10-0 --checksum a68daa318f71c412bef17a7901ae0a9d4031dc3d1e1eb3210df999d166899bc8
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
ENV BITNAMI_APP_NAME="symfony" \
|
||||
BITNAMI_IMAGE_VERSION="1.5.10-r0" \
|
||||
BITNAMI_IMAGE_VERSION="1.5.10-r1" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_USER="root" \
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ Discussions are archived at [bitnami-oss.slackarchive.io](https://bitnami-oss.sl
|
|||
|
||||
## License
|
||||
|
||||
Copyright (c) 2015-2017 Bitnami
|
||||
Copyright (c) 2015-2018 Bitnami
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ jobs:
|
|||
LATEST_STABLE: "1"
|
||||
IMAGE_NAME: symfony
|
||||
DOCKER_PROJECT: bitnami
|
||||
IBM_PROJECT: bitnami-bx-test
|
||||
QUAY_PROJECT: bitnami
|
||||
GCLOUD_PROJECT: bitnami-containers
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue