Coder Social home page Coder Social logo

sitepilot / containers Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 60 KB

A collection of optimized and extensible container images for running web applications in production.

Home Page: https://sitepilot.io

License: MIT License

Dockerfile 58.32% Shell 41.68%
docker nginx openlitespeed php ubuntu

containers's Introduction

Container Image Library

This repository contains a collection of optimized and extensible container images for running web applications in production. All images are based on our Runtime image, which is an optimized and extensible Ubuntu 22.04 LTS container image.

Usage

The recommended way to get any of our images is to pull the prebuilt image from the GitHub Registry:

docker run ghcr.io/sitepilot/image:tag

For example, if you wish to run PHP 8.3 with PHP-FPM & NGINX, use the following image:

docker run --rm ghcr.io/sitepilot/php-nginx:8.3

Customization

To use an image as a base image and avoid potential breaking changes in your container builds, use the following image naming pattern in your Dockerfile:

FROM ghcr.io/sitepilot/image:tag-branch

For example, if you wish to customize the PHP 8.3 with FPM & NGINX image:

FROM ghcr.io/sitepilot/php-nginx:8.3-1.x

Images

The following container images are available:

Image Tags Description
ghcr.io/sitepilot/php 7.4, 8.0, 8.1, 8.2, 8.3 PHP
ghcr.io/sitepilot/php-fpm 7.4, 8.0, 8.1, 8.2, 8.3 PHP-FPM
ghcr.io/sitepilot/php-nginx 7.4, 8.0, 8.1, 8.2, 8.3 PHP-FPM & Nginx
ghcr.io/sitepilot/php-ols 7.4, 8.0, 8.1, 8.2, 8.3 PHP-FPM & OpenLiteSpeed

containers's People

Contributors

nbejansen avatar

Stargazers

 avatar

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.