Sign inSign up

r6by/bitnami-drupal-core

By r6by

Updated about 8 years ago

Allows specifying Drupal core versions for the Bitnami Drupal image

Image
0

2.1K

r6by/bitnami-drupal-core repository overview

What is Bitnami Drupal Core?

Allows specifying Drupal core versions for the Bitnami Drupal image.

Bitnami logo Docker logo Drupal logo

How to use this 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

Automation

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:

CircleCI

How to build this image manually

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}

Tag summary

Content type

Image

Digest

Size

166.1 MB

Last updated

about 8 years ago

docker pull r6by/bitnami-drupal-core