Skip to content

containerbase/php-prebuild

Folders and files

NameName
Last commit message
Last commit date
Jan 15, 2024
Jun 14, 2022
Oct 19, 2023
Mar 22, 2021
Mar 22, 2021
Mar 22, 2021
Jun 14, 2022
Mar 22, 2021
Mar 22, 2021
Jan 17, 2024
Mar 22, 2021
Feb 2, 2023
Dec 4, 2023
Jan 18, 2024
Dec 28, 2023
Jan 18, 2024

Repository files navigation

containerbase PHP releases

build GitHub release (latest SemVer) License: MIT

Prebuild PHP releases used by containerbase/base.

Local development

Build the image

docker build -t builder --build-arg APT_PROXY=http://apt-proxy:3142 --build-arg DISTRO=focal .

Test the image

docker run --rm -it -v ${PWD}/.cache:/cache -e DEBURG=true builder 8.0.3

${PWD}/.cache will contain packed releases after successful build.

Optional environment variables

Name Description Default
DISTRO Set an ubuntu base distro, focal and jammy are supported focal
APT_PROXY Set an APT http proxy for installing build deps <empty>
DEBUG Show verbose php build output <empty>