pantheon-systems / docker-build-tools-ci

Dockerfile source for docker image pantheon-public/build-tools-ci on quay.io
34 stars 39 forks source link

Docker Build Tools CI

docker pull quay.io/pantheon-public/build-tools-ci Actively Maintained

Docker Hub pantheonpublic/build-tools-ci

This is the source Dockerfile for the pantheon-public/build-tools-ci and pantheonpublic/build-tools-ci docker image.

Image Contents

Branches

8.x Docker images

Building the image

From project root:

# PHPVERSION could be 7.4, 8.0, 8.1, 8.2 or 8.3.
PHPVERSION=7.4
docker build --build-arg PHPVERSION=$PHPVERSION -t quay.io/pantheon-public/build-tools-ci:8.x-php${PHPVERSION} .

7.x Docker images

Building the image

From project root:

# PHPVERSION could be 7.3, 7.4 or 8.0.
PHPVERSION=7.4
docker build --build-arg PHPVERSION=$PHPVERSION -t quay.io/pantheon-public/build-tools-ci:7.x-php${PHPVERSION} .

Using the image

Image name and tag

Usage example

Set the right image tag in the following files and it will work as expected: