Sign inSign up

ramaid/image

By ramaid

Updated 6 months ago

PHP development environment for consistent, isolated environments.

Image
Developer tools
1

10K+

ramaid/image repository overview

Introduction

Streamlining the environment for junior web development with Docker is an exciting and rewarding project. Docker simplifies the development process by providing consistent and isolated environments for building and deploying applications. This not only reduces the "it works on my machine" problem but also enhances collaboration among team members. Through this project, junior developers will gain hands-on experience with containerization, which is an essential skill in modern web development.

Uncompiled Image

There is an issue with GitHub Actions, so if you need a Docker image with the OCI8 extension, it needs to be built manually.

docker build -t php-oci8 --build-arg PHP_VERSION=8.1 -f src/oci8/Dockerfile .
Repository GitHub

Check the repository on GitHub: https://github.com/ramaid/image

Tag summary

Content type

Image

Digest

sha256:6f7e106d9

Size

202.7 MB

Last updated

6 months ago

docker pull ramaid/image:php8.5-franken-v2.8.0