All Projects → sagebind → dockerfiles

sagebind / dockerfiles

Licence: MIT license
Repository for my public Docker images.

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
lua
6591 projects
HTML
75241 projects
awk
318 projects
Makefile
30231 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to dockerfiles

Dockerfiles
Optimized media, analytics and graphics software stack images. Use the dockerfile(s) in your project or as a recipe book for bare metal installation.
Stars: ✭ 98 (+345.45%)
Mutual labels:  dockerfiles, docker-images
Earthly
Repeatable builds
Stars: ✭ 5,805 (+26286.36%)
Mutual labels:  dockerfiles, docker-images
binance-node-docker
Docker image for Binance full and light nodes
Stars: ✭ 24 (+9.09%)
Mutual labels:  dockerfiles, docker-images
Docker Images
Official source for Docker configurations, images, and examples of Dockerfiles for Oracle products and projects
Stars: ✭ 5,120 (+23172.73%)
Mutual labels:  dockerfiles, docker-images
dockerfiles
Dockerfiles for various things
Stars: ✭ 37 (+68.18%)
Mutual labels:  dockerfiles, docker-images
dockerfiles
A collection of Dockerfiles
Stars: ✭ 103 (+368.18%)
Mutual labels:  dockerfiles, docker-images
Dockerfiles
Almost all of these live on dockerhub under jess. Because you cannot use notary with autobuilds on dockerhub I also build these continuously on a private registry at r.j3ss.co for public download. (You're welcome.)
Stars: ✭ 12,213 (+55413.64%)
Mutual labels:  dockerfiles
Jetson Containers
Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
Stars: ✭ 223 (+913.64%)
Mutual labels:  dockerfiles
Dockerfile
📦 Dockerfiles from WebDevOps for PHP, Apache and Nginx (with PHP5 and PHP7)
Stars: ✭ 1,169 (+5213.64%)
Mutual labels:  dockerfiles
Dockerfiles
lots of dockerfiles, based on alpine
Stars: ✭ 69 (+213.64%)
Mutual labels:  dockerfiles
Docker Minecraft Server
Docker image that provides a Minecraft Server that will automatically download selected version at startup
Stars: ✭ 3,642 (+16454.55%)
Mutual labels:  dockerfiles
Devops Docker Images
A collection of Dockerfiles for images that can be used to implement Continuous Delivery pipelines for SAP development projects with project "Piper" or any other CD tool.
Stars: ✭ 52 (+136.36%)
Mutual labels:  dockerfiles
Dockerfiles
Phalcon Dockerfiles used for internal purposes.
Stars: ✭ 145 (+559.09%)
Mutual labels:  dockerfiles
docker-library
Collection of Dockerfiles
Stars: ✭ 20 (-9.09%)
Mutual labels:  dockerfiles
Docker
Directus Docker — The Official Docker Container for the Directus Suite
Stars: ✭ 93 (+322.73%)
Mutual labels:  dockerfiles
dockerfiles
Dockerfiles I use for development
Stars: ✭ 64 (+190.91%)
Mutual labels:  dockerfiles
opcode-analysis
A set of Docker images to test out PHP code against the interpreter to see the resulting opcodes with multiple PHP versions.
Stars: ✭ 14 (-36.36%)
Mutual labels:  dockerfiles
Container.training
Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes.
Stars: ✭ 2,377 (+10704.55%)
Mutual labels:  dockerfiles
docker-credential-magic
A magic shim for Docker credential helpers 🪄
Stars: ✭ 56 (+154.55%)
Mutual labels:  docker-images
Docker Php Fpm
Devilbox's PHP-FPM Docker Images
Stars: ✭ 188 (+754.55%)
Mutual labels:  dockerfiles

Dockerfiles

Build Status

This repository contains a collection of Dockerfiles, which are specifications of container images for Docker. Official builds of these images are available in Docker Hub under my user name.

Conventions

While each image in this repository serves a different use-case, for simplicity they all share some common conventions:

  • When possible, services are run under a non-root user for enhanced security.
  • Binaries, sources, and configs for a container's primary apps are put in /srv to keep paths short and sane and to ease managing permissions. This directory is accessible to all users in the srv group, and is always readable and writable to users in the srv group. These settings are set when the container boots up.

Images

Below is a list and brief summary of all the images contained in this repository. The image name is linked to an appropriate README with further details on the image.

base

A tiny image based on Alpine Linux using s6 to supervise multiple processes in one container. Most of the images in this repository are based on this image.

matomo

A lightweight image for Matomo, a popular open-source analytics platform.

nginx

A lightweight NGINX image that runs NGINX as an unpriveleged system service.

php-nginx

A lightweight PHP application server with PHP 7, PHP-FPM and NGINX.

License

Unless otherwise indicated, all files in this repository are licensed under the MIT license.

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].