Skip to content

apaxsoftware/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 apax/build-tools

This is the source Dockerfile for the apax/build-tools docker image.

Image Contents

Branches

  • 8.x: Most recent form of pantheon. Produces php7.4, php8.1, php8.2, php8.3 image tags.
  • 6.x: Older deprecated fork of pantheon

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 apax/build-tools:php${PHPVERSION} .

Using the image

Image name and tag

  • apax/build-tools:php7.4
  • apax/build-tools:php8.1
  • apax/build-tools:php8.2
  • apax/build-tools:php8.3

Usage example

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

About

Dockerfile source for docker image apax/build-tools on hub.docker.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.3%
  • Dockerfile 41.7%