Skip to content

Dockerfile source for docker image apax/acquia-ci on hub.docker.com

Notifications You must be signed in to change notification settings

apaxsoftware/docker-acquia-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Docker Acquia CI

docker pull apax/acquia-ci

This is the source Dockerfile for the apax/acquia-ci docker image.

Image Contents

Building the image

From project root:

# PHPVERSION could be 7.4, 8.1, 8.2 or 8.3.
PHPVERSION=7.4
docker build --build-arg PHPVERSION=$PHPVERSION -t apax/acquia-ci:php${PHPVERSION} .

Using the image

Image name and tag

  • apax/acquia-ci:php7.4
  • apax/acquia-ci:php8.1
  • apax/acquia-ci:php8.2
  • apax/acquia-ci:php8.3

About

Dockerfile source for docker image apax/acquia-ci on hub.docker.com

Resources

Stars

Watchers

Forks

Packages

No packages published