Skip to content

jsdecena/php8-fpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP 8-fpm

Snyk Container

Minimal PHP 8 with FPM Docker Image

Docker build commands

docker build -t jsdecena/php8-fpm:latest .
docker build -t jsdecena/php8-fpm:8.1.0 .
docker build -t jsdecena/php8-fpm:8.0.13 .

Push to docker hub

docker login -u <username> -p <token>
docker push jsdecena/php8-fpm:<tag>