mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 07:29:11 +08:00
8.6.5-rhel-7-r0 release
This commit is contained in:
@@ -11,7 +11,7 @@ RUN bitnami-pkg unpack apache-2.4.37-21 --checksum b7ae0764960ad19d6272b2b97b4fd
|
||||
RUN bitnami-pkg unpack php-7.1.25-1 --checksum b6ff0d0faff32e7bb9d1c4a86f7908c8c19ee3ce85b66c22e974f2258797d660
|
||||
RUN bitnami-pkg unpack mysql-client-10.1.37-21 --checksum 0a7e787e823d7c416eabf3fe66e3f6e9c6702c84c07241de2dffebbcb96d9172
|
||||
RUN bitnami-pkg unpack libphp-7.1.25-20 --checksum 2d4359e62de5e630ec023446628cb4ac9812f99de54496e17c3383c3b9a8fd43
|
||||
RUN bitnami-pkg unpack drupal-8.6.4-20 --checksum 6738d8c22bb73158f3e73bddecd515830325a1dd4c303d6257ddbabd7b3e3d4b
|
||||
RUN bitnami-pkg unpack drupal-8.6.5-0 --checksum 82144e3ead0a8fc4153e8fbbed406b1f28f4bffc2adbfb762f393b1bbb62119a
|
||||
RUN ln -sf /dev/stdout /opt/bitnami/apache/logs/access_log
|
||||
RUN ln -sf /dev/stdout /opt/bitnami/apache/logs/error_log
|
||||
|
||||
@@ -20,7 +20,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
APACHE_HTTPS_PORT_NUMBER="8443" \
|
||||
APACHE_HTTP_PORT_NUMBER="8080" \
|
||||
BITNAMI_APP_NAME="drupal" \
|
||||
BITNAMI_IMAGE_VERSION="8.6.4-rhel-7-r34" \
|
||||
BITNAMI_IMAGE_VERSION="8.6.5-rhel-7-r0" \
|
||||
DRUPAL_DATABASE_NAME="bitnami_drupal" \
|
||||
DRUPAL_DATABASE_PASSWORD="" \
|
||||
DRUPAL_DATABASE_USER="bn_drupal" \
|
||||
|
||||
@@ -21,9 +21,8 @@ $ docker-compose up -d
|
||||
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
|
||||
* Bitnami container images are released daily with the latest distribution packages available.
|
||||
|
||||
[](https://anchore.io/image/dockerhub/bitnami%2Fdrupal%3Alatest#security)
|
||||
|
||||
> The image overview badge contains a security report with all open CVEs. Click on 'Show only CVEs with fixes' to get the list of actionable security issues.
|
||||
> This [CVE scan report](https://quay.io/repository/bitnami/drupal?tab=tags) contains a security report with all open CVEs. To get the list of actionable security issues, find the "latest" tag, click the vulnerability report link under the corresponding "Security scan" field and then select the "Only show fixable" filter on the next page.
|
||||
|
||||
# How to deploy Drupal in Kubernetes?
|
||||
|
||||
@@ -39,10 +38,10 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`8-rhel-7`, `8.6.4-rhel-7-r34` (8/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.4-rhel-7-r34/8/rhel-7/Dockerfile)
|
||||
* [`8-php5-rhel-7`, `8.6.4-php5-rhel-7-r36` (8-php5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.4-php5-rhel-7-r36/8-php5/rhel-7/Dockerfile)
|
||||
* [`8-ol-7`, `8.6.4-ol-7-r36` (8/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.4-ol-7-r36/8/ol-7/Dockerfile)
|
||||
* [`8-debian-9`, `8.6.4-debian-9-r21`, `8`, `8.6.4`, `8.6.4-r21`, `latest` (8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.4-debian-9-r21/8/debian-9/Dockerfile)
|
||||
* [`8-rhel-7`, `8.6.5-rhel-7-r0` (8/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.5-rhel-7-r0/8/rhel-7/Dockerfile)
|
||||
* [`8-php5-rhel-7`, `8.6.5-php5-rhel-7-r0` (8-php5/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.5-php5-rhel-7-r0/8-php5/rhel-7/Dockerfile)
|
||||
* [`8-ol-7`, `8.6.5-ol-7-r0` (8/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.5-ol-7-r0/8/ol-7/Dockerfile)
|
||||
* [`8-debian-9`, `8.6.5-debian-9-r0`, `8`, `8.6.5`, `8.6.5-r0`, `latest` (8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-drupal/blob/8.6.5-debian-9-r0/8/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/drupal GitHub repo](https://github.com/bitnami/bitnami-docker-drupal).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user