Skip to content

digitalpolygon/docker-pantheon-image-tools-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image Tools CI

Dockerfile image specially for Drupal and Pantheon environments. It contains just basic and important packages to configure and build Drupal projects compatible with Pantheon on Bitbucket pipelines or local environments.

Images can be pulled from digitalpolygon/docker-pantheon-image-tools-ci.

Image Contents

Branches

  • 8.x: Use a Docker official base image with Node JS, composer 2 and Terminus 3. Produces 8.x-php8.0, 8.x-php8.1 and 8.x-php8.2 image tags.

8.x Docker images

Building the image

From project root:

# PHP_VERSION could be 8.0, 8.1, 8.2 or 8.3.
PHP_VERSION=8.1
docker build --build-arg PHP_VERSION=PHP_VERSION -t ghcr.io/digitalpolygon/docker-pantheon-image-tools-ci:8.x-php${PHP_VERSION} .

Using the image

Image name and tags

https://github.com/digitalpolygon/docker-pantheon-image-tools-ci/pkgs/container/docker-pantheon-image-tools-ci/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages