Skip to content

pantheon-systems/docker-build-tools-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 9.x: Terminus 4. Produces:
    • 9.x-php8.2
    • 9.x-php8.3
    • 9.x-php8.4
  • 8.x: Terminus 3. Produces:
    • 8.x-php7.4
    • 8.x-php8.0
    • 8.x-php8.1
    • 8.x-php8.2
    • 8.x-php8.3

Branches 7.x and lower are deprecated and unsupported.

9.x Docker images

Building the image

From project root:

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

Using the image

Image name and tag

  • quay.io/pantheon-public/build-tools-ci:9.x-php8.2
  • quay.io/pantheon-public/build-tools-ci:9.x-php8.3
  • quay.io/pantheon-public/build-tools-ci:9.x-php8.4

Usage example

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

About

Dockerfile source for docker image pantheon-public/build-tools-ci on quay.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 20