Dockerfile icon indicating copy to clipboard operation
Dockerfile copied to clipboard

:package: Dockerfiles from WebDevOps for PHP, Apache and Nginx

Results 116 Dockerfile issues
Sort by recently updated
recently updated
newest added

I'm trying to install the gmp module for PHP by doing as suggested in #413 Works like a charm locally, but when I'm building the project in Jenkins it fails...

It looks like all the Alpine images are derived from alpine:3.11 which has been unsupported since December 2019. The latest stable version of Alpine is 3.16. Is the webdevops/bootstrap:alpine DockerFile...

Hello, With docker-compose version 3.0 and higher, is no longer possible to add a healthcheck to a database service and set a conditional `depends_on`. See: https://docs.docker.com/compose/compose-file/#depends_on As per https://docs.docker.com/compose/startup-order/, we...

This PR shows an example how to generate the dockerfiles to support arm architecture. Also it tries to give a proposal how to modify the jinja files to get the...

If you're not hosting a slack channel anymore please remove this assertion from your gitlab and website, I've wasted quite a bit of time trying to get through a process...

I am using the `webdevops/php-apache-dev:7.4-alpine` image and it works fine on my Intel i7 MacBook Pro. But when I try running it on Apple's new M1 Max chip, the `apached`...

python (python 2.x) is no longer distributed on Ubuntu, Mac and several other distros. This pull changes all the build interpreters to use `python3` and makes appropriate changes to do...

Using webdevops/php-apache-dev:7.4-alpine (b674bfeb161b) or webdevops/php-apache:7.4-alpine (d236854bcfc2), imagick.so is built against libMagickCore-7.Q16HDRI.so.9, which is not available in alpine linux 3.14. running php command line print this error: ``` PHP Warning: PHP...

Tried run on Apple Silicon, M1. I have installed latest golang from website go1.16.darwin-arm64.pkg (released few yours ago) but still doesn't work. Docker try use go 1.8.1. Any ideas? ```...