Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.07 KB

StackHead PHP images

This image comes with a user and group named stackhead with id 1412. This is the user that is used by StackHead deployment.

Processes should be run by this user in order to ensure that the required file system permissions are received. If you're using those images as base image, make sure to switch back to "stackhead" user at the end before starting your process.

Available tags

Each tag relates to the PHP-FPM version used in the image.

Example usage

Dockerfile

# from Docker registry
FROM getstackhead/php:7.4

# from GitHub registry
FROM docker.pkg.github.com/getstackhead/dockerimages/php:7.4