From 4a8e6bcf70f4be35b7a3ddd51e6326802e3cee14 Mon Sep 17 00:00:00 2001 From: Kevin Porras Date: Mon, 22 May 2023 14:43:48 -0600 Subject: [PATCH] Update README.md. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 120bad4..a9e2d03 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This is the source Dockerfile for the [pantheon-public/build-tools-ci](https://q ## Branches -- 8.x: Use a CircleCI base image with Node JS, composer 2 and Terminus 3. Produces 7.x-php7.4 and 7.x-php8.0 image tags. +- 8.x: Use a CircleCI base image with Node JS, composer 2 and Terminus 3. Produces 8.x-php7.4, 8.x-php8.0, 8.x-php8.1 and 8.x-php8.2 image tags. - 7.x: Use a CircleCI base image with Node JS and composer 2. Produces 7.x-php7.3, 7.x-php7.4 and 7.x-php8.0 image tags. - 6.x: Use a CircleCI base image with Node JS - 5.x: Don't create multidevs when commits are made to the default branch, instead working directly on the dev environment @@ -49,7 +49,7 @@ This is the source Dockerfile for the [pantheon-public/build-tools-ci](https://q From project root: ``` -# PHPVERSION could be 7.4 or 8.0. +# PHPVERSION could be 7.4, 8.0, 8.1 or 8.2. PHPVERSION=7.4 docker build --build-arg PHPVERSION=$PHPVERSION -t quay.io/pantheon-public/build-tools-ci:8.x-php${PHPVERSION} . ``` @@ -70,8 +70,10 @@ docker build --build-arg PHPVERSION=$PHPVERSION -t quay.io/pantheon-public/build #### Image name and tag -- quay.io/pantheon-public/build-tools-ci:7.x-php7.4 -- quay.io/pantheon-public/build-tools-ci:7.x-php8.0 +- quay.io/pantheon-public/build-tools-ci:8.x-php7.4 +- quay.io/pantheon-public/build-tools-ci:8.x-php8.0 +- quay.io/pantheon-public/build-tools-ci:8.x-php8.1 +- quay.io/pantheon-public/build-tools-ci:8.x-php8.2 #### Usage example