All Projects → webdevops → Dockerfile

webdevops / Dockerfile

Licence: mit
📦 Dockerfiles from WebDevOps for PHP, Apache and Nginx (with PHP5 and PHP7)

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Dockerfile

Dockerfiles
Phalcon Dockerfiles used for internal purposes.
Stars: ✭ 145 (-87.6%)
Mutual labels:  centos, alpine, docker-image, dockerfiles
Dockerfiles
lots of dockerfiles, based on alpine
Stars: ✭ 69 (-94.1%)
Mutual labels:  alpine, docker-image, dockerfiles, nginx
Uwsgi Nginx Flask Docker
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
Stars: ✭ 2,607 (+123.01%)
Mutual labels:  alpine, docker-image, nginx
Docker Oidc Proxy
Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
Stars: ✭ 91 (-92.22%)
Mutual labels:  alpine, docker-image, nginx
Uwsgi Nginx Docker
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
Stars: ✭ 466 (-60.14%)
Mutual labels:  alpine, docker-image, nginx
Janus Webrtc Gateway Docker
Perfect Docker Image for Media Streaming Expert User ( https://github.com/meetecho/janus-gateway )
Stars: ✭ 582 (-50.21%)
Mutual labels:  docker-image, nginx
Atilo
Linux installer for termux
Stars: ✭ 629 (-46.19%)
Mutual labels:  centos, alpine
Ffmpeg
Docker build for FFmpeg on Ubuntu / Alpine / Centos 7 / Scratch
Stars: ✭ 828 (-29.17%)
Mutual labels:  centos, alpine
Nano Nginx
Nano container with nginx preconfigured as reverse proxy
Stars: ✭ 15 (-98.72%)
Mutual labels:  docker-image, nginx
Centminmod
CentOS Shell menu based Nginx LEMP web stack auto installer (GPLv3 licensed)
Stars: ✭ 519 (-55.6%)
Mutual labels:  centos, nginx
Docker Node Nginx Alpine
Dockerfile to build an image with Nginx and Node (npm and yarn) on Alpine Linux
Stars: ✭ 16 (-98.63%)
Mutual labels:  alpine, nginx
Postgresql Postgis Timescaledb
PostgreSQL + PostGIS + TimescaleDB docker image 🐘🌎📈
Stars: ✭ 19 (-98.37%)
Mutual labels:  alpine, docker-image
Docker Alpine Glibc
Carefully crafted Alpine Docker image with glibc (~12MB)
Stars: ✭ 581 (-50.3%)
Mutual labels:  alpine, docker-image
Alpine Chrome
Chrome Headless docker images built upon alpine official image
Stars: ✭ 754 (-35.5%)
Mutual labels:  alpine, dockerfiles
Docker Alpine
Docker containers running Alpine Linux and s6 for process management. Solid, reliable containers.
Stars: ✭ 574 (-50.9%)
Mutual labels:  docker-image, nginx
Ngx mruby Package Builder
Package Builder of ngx_mruby with Docker
Stars: ✭ 25 (-97.86%)
Mutual labels:  centos, nginx
Phalcon Vm
Vagrant configuration for PHP7, Phalcon 3.x and Zephir development.
Stars: ✭ 43 (-96.32%)
Mutual labels:  varnish, nginx
Magento2 Varnish Redis Ssl Docker Compose
Deploy Magento2 with Varnish Cache and Redis with SSL termination using Docker-compose tool
Stars: ✭ 37 (-96.83%)
Mutual labels:  docker-image, nginx
Uvicorn Gunicorn Fastapi Docker
Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python 3.6 and above with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 1,014 (-13.26%)
Mutual labels:  alpine, docker-image
Docker Magento Mutagen
Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
Stars: ✭ 64 (-94.53%)
Mutual labels:  varnish, nginx

Introduction

GitHub issuesGitHub forksGitHub starsGitHub license pipeline status

Dockerfile

Automated build and test running on WebDevOps CI (GitLab.com CI custom AWS runner) sponsored by Onedrop GmbH & Co. KG.

Docker layout

Communication and support

Join us on Slack

Or write an issue in our GitHub repository.

Documentation

Deprecations

Debian/Ubuntu PHP

The following images are DEPRECATED and not longer built automatically:

  • webdevops/php:ubuntu-*
  • webdevops/php:debian-*
  • webdevops/php-dev:ubuntu-*
  • webdevops/php-dev:debian-*
  • webdevops/php-apache:ubuntu-*
  • webdevops/php-apache:debian-*
  • webdevops/php-apache-dev:ubuntu-*
  • webdevops/php-apache-dev:debian-*
  • webdevops/php-nginx:ubuntu-*
  • webdevops/php-nginx:debian-*
  • webdevops/php-nginx-dev:ubuntu-*
  • webdevops/php-nginx-dev:debian-*

You shall use the new images which are based on the official php:7.(1|2|3|4)-fpm images. The official PHP images are based on debian.

  • webdevops/php:5.6
  • webdevops/php:7.0
  • webdevops/php:7.1
  • webdevops/php:7.2
  • webdevops/php:7.3
  • webdevops/php:7.4
  • webdevops/php-dev:5.6
  • webdevops/php-dev:7.0
  • webdevops/php-dev:7.1
  • webdevops/php-dev:7.2
  • webdevops/php-dev:7.3
  • webdevops/php-dev:7.4
  • webdevops/php-apache:5.6
  • webdevops/php-apache:7.0
  • webdevops/php-apache:7.1
  • webdevops/php-apache:7.2
  • webdevops/php-apache:7.3
  • webdevops/php-apache:7.4
  • webdevops/php-apache-dev:5.6
  • webdevops/php-apache-dev:7.0
  • webdevops/php-apache-dev:7.1
  • webdevops/php-apache-dev:7.2
  • webdevops/php-apache-dev:7.3
  • webdevops/php-apache-dev:7.4
  • webdevops/php-nginx:5.6
  • webdevops/php-nginx:7.0
  • webdevops/php-nginx:7.1
  • webdevops/php-nginx:7.2
  • webdevops/php-nginx:7.3
  • webdevops/php-nginx:7.4
  • webdevops/php-nginx-dev:5.6
  • webdevops/php-nginx-dev:7.0
  • webdevops/php-nginx-dev:7.1
  • webdevops/php-nginx-dev:7.2
  • webdevops/php-nginx-dev:7.3
  • webdevops/php-nginx-dev:7.4

Alpine PHP

The following images are DEPRECATED and not longer built automatically:

  • webdevops/php:alpine
  • webdevops/php:alpine-3
  • webdevops/php:alpine-3-php7
  • webdevops/php-dev:alpine
  • webdevops/php-dev:alpine-3
  • webdevops/php-dev:alpine-3-php7
  • webdevops/php-apache:alpine
  • webdevops/php-apache:alpine-3
  • webdevops/php-apache:alpine-3-php7
  • webdevops/php-apache-dev:alpine
  • webdevops/php-apache-dev:alpine-3
  • webdevops/php-apache-dev:alpine-3-php7
  • webdevops/php-nginx:alpine
  • webdevops/php-nginx:alpine-3
  • webdevops/php-nginx:alpine-3-php7
  • webdevops/php-nginx-dev:alpine
  • webdevops/php-nginx-dev:alpine-3
  • webdevops/php-nginx-dev:alpine-3-php7

You shall use the new images which are based on the official php:7.(1|2|3|4)-fpm-alpine images.

  • webdevops/php:7.1-alpine
  • webdevops/php:7.2-alpine
  • webdevops/php:7.3-alpine
  • webdevops/php:7.4-alpine
  • webdevops/php-dev:7.1-alpine
  • webdevops/php-dev:7.2-alpine
  • webdevops/php-dev:7.3-alpine
  • webdevops/php-dev:7.4-alpine
  • webdevops/php-apache:7.1-alpine
  • webdevops/php-apache:7.2-alpine
  • webdevops/php-apache:7.3-alpine
  • webdevops/php-apache:7.4-alpine
  • webdevops/php-apache-dev:7.1-alpine
  • webdevops/php-apache-dev:7.2-alpine
  • webdevops/php-apache-dev:7.3-alpine
  • webdevops/php-apache-dev:7.4-alpine
  • webdevops/php-nginx:7.1-alpine
  • webdevops/php-nginx:7.2-alpine
  • webdevops/php-nginx:7.3-alpine
  • webdevops/php-nginx:7.4-alpine
  • webdevops/php-nginx-dev:7.1-alpine
  • webdevops/php-nginx-dev:7.2-alpine
  • webdevops/php-nginx-dev:7.3-alpine
  • webdevops/php-nginx-dev:7.4-alpine

We left out 7.0 because it would vary too much from the current versions

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].