Allows specifying Drupal core versions for the Bitnami Drupal image
2.1K
Dockerfile links8.6.0-beta2, 8.6.0-beta2-r0 (Dockerfile)8.6.0-beta1, 8.6.0-beta1-r0 (Dockerfile)8.6.0-alpha1, 8.6.0-alpha1-r5 (Dockerfile)8.5.6, 8.5.6-r0, latest (Dockerfile)8.7.x-dev (Dockerfile)8.6.x-dev (Dockerfile)8.5.x-dev (Dockerfile)Allows specifying Drupal core versions for the Bitnami Drupal image.

Follow the Bitnami Drupal image instructions. Whether using the Docker Compose or docker run method, swap out bitnami/drupal:latest with a scottrigby/bitnami-drupal-core:TAG (where TAG is your preferred DRUPAL_VERSION above).
Note the Drupal core version tags are mutable (8.5.6, 8.6.0-beta2 etc), whereas the versioned image release tags (DRUPAL_VERSION-r[0-9] etc) are immutable. If you use the Drupal core version short tags, be sure to follow the Bitnami upgrade instructions when the corresponding versioned image release tags increment.
In Kubernetes, it's a good idea to use the immutable tag, or set the imagePullPolicy to Always. If using the Helm Drupal chart, you can set the configuration directly:
helm install stable/drupal \
--set image.repository=scottrigby/bitnami-drupal-core \
--set image.tag=8.5.6 \
--set image.pullPolicy=Always
The images are hosted by Docker Hub, and built from versioned image release tags. See .circleci/config.yml for config details, and the CircleCI UI for build history:
See Drupal 8 core releases for valid release versions.
docker build \
--build-arg DRUPAL_VERSION=${DRUPAL_VERSION} \
--tag ${REGISTRY}/${REPOSITORY}:${DRUPAL_VERSION}
docker push ${REGISTRY}/${REPOSITORY}:${DRUPAL_VERSION}
Content type
Image
Digest
Size
166.1 MB
Last updated
about 8 years ago
docker pull r6by/bitnami-drupal-core