Giter VIP home page Giter VIP logo

php83-fpm's Introduction

php83-fpm

Build Images

A PHP 8.3 (FPM) based Docker base image.

NOTE:
This is replaced by https://github.com/Ilyes512/php83 which contains both a FPM and a Apache based version.

Pulling the images

docker pull ghcr.io/ilyes512/php83-fpm:runtime-latest
docker pull ghcr.io/ilyes512/php83-fpm:builder-latest
docker pull ghcr.io/ilyes512/php83-fpm:builder-nodejs-latest
docker pull ghcr.io/ilyes512/php83-fpm:vscode-latest

The tag scheme: {TARGET}-{VERSION}

  • {TARGET}: runtime, builder, builder_nodejs or vscode
  • {VERSION}: latest or tag i.e. 1.0.0

Building the docker image(s)

There are multiple targets:

  • runtime: this is for production. It does not contain any development tools like Composer and Xdebug.
  • builder: this is for development. This is based on the runtime-target and it adds Composer, Xdebug etc.
  • builder_nodejs: this is for development. This is based on the builder-target and it adds NodeJS.
  • vscode: this is for development using VS Code Remote. This is based on the builder_nodejs-target and adds some VS Code deps.

Building runtime-target:

docker build --tag ghcr.io/ilyes512/php83-fpm:runtime-latest --target runtime .

Building builder-target:

docker build --tag ghcr.io/ilyes512/php83-fpm:builder-latest --target builder .

Building builder_nodejs-target:

docker build --tag ghcr.io/ilyes512/php83-fpm:builder-nodejs-latest --target builder_nodejs .

Building vscode-target:

docker build --tag ghcr.io/ilyes512/php83-fpm:vscode-latest --target vscode .

Task commands

Available Task commands:

* build:       Build all PHP Docker image targets
* lint:        Apply a Dockerfile linter (https://github.com/hadolint/hadolint)
* shell:       Interactive shell

php83-fpm's People

Contributors

dependabot[bot] avatar ilyes512 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

php83-fpm's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.