All Projects → olbat → dockerfiles

olbat / dockerfiles

Licence: GPL-3.0 license
A collection of Dockerfiles

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to dockerfiles

Docker Images
Official source for Docker configurations, images, and examples of Dockerfiles for Oracle products and projects
Stars: ✭ 5,120 (+4870.87%)
Mutual labels:  dockerfiles, docker-images
binance-node-docker
Docker image for Binance full and light nodes
Stars: ✭ 24 (-76.7%)
Mutual labels:  dockerfiles, docker-images
dockerfiles
Repository for my public Docker images.
Stars: ✭ 22 (-78.64%)
Mutual labels:  dockerfiles, docker-images
dockerfiles
Dockerfiles for various things
Stars: ✭ 37 (-64.08%)
Mutual labels:  dockerfiles, docker-images
Earthly
Repeatable builds
Stars: ✭ 5,805 (+5535.92%)
Mutual labels:  dockerfiles, docker-images
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 (-4.85%)
Mutual labels:  dockerfiles, docker-images
Dockerfiles
Docker Projects Collection
Stars: ✭ 43 (-58.25%)
Mutual labels:  dockerfiles
Dockerfile Language Server Nodejs
A language server for Dockerfiles powered by Node.js, TypeScript, and VSCode technologies.
Stars: ✭ 170 (+65.05%)
Mutual labels:  dockerfiles
Alpine Chrome
Chrome Headless docker images built upon alpine official image
Stars: ✭ 754 (+632.04%)
Mutual labels:  dockerfiles
Containers
Bioinformatics containers
Stars: ✭ 435 (+322.33%)
Mutual labels:  dockerfiles
instadown
🖼A python package to download all the public posts of an Instagram account.(deprecated)
Stars: ✭ 22 (-78.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 (+3435.92%)
Mutual labels:  dockerfiles
Dockerfiles
Phalcon Dockerfiles used for internal purposes.
Stars: ✭ 145 (+40.78%)
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 (-49.51%)
Mutual labels:  dockerfiles
Docker Php Fpm
Devilbox's PHP-FPM Docker Images
Stars: ✭ 188 (+82.52%)
Mutual labels:  dockerfiles
Sso
cas单点登录系统,其中包括cas认证服务,配置中心,监控平台,服务管理的高可用项目
Stars: ✭ 797 (+673.79%)
Mutual labels:  dockerfiles
Jetson Containers
Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
Stars: ✭ 223 (+116.5%)
Mutual labels:  dockerfiles
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 (+11757.28%)
Mutual labels:  dockerfiles
Docker
Directus Docker — The Official Docker Container for the Directus Suite
Stars: ✭ 93 (-9.71%)
Mutual labels:  dockerfiles
Dockerfile
📦 Dockerfiles from WebDevOps for PHP, Apache and Nginx (with PHP5 and PHP7)
Stars: ✭ 1,169 (+1034.95%)
Mutual labels:  dockerfiles

Dockerfiles Build Status

A collection of Dockerfiles.

Fresh images are generated by the CI on a daily basis.

Images

Note: images are based on the official Debian images (slim versions)

Dependencies

Project's structure

  • Each directory contains dockerfiles used to build a specific image
  • build.sh: builds images and tag them using their directory and the extension of their Dockerfile (i.e. the gnupg/Dockerfile.unstable is used to build the $DOCKER_USER/gnupg:unstable image).
  • build.env: contains settings for the build.sh script
  • gen-dockerfiles.sh: this script is used to generate dockefiles every time a gen-*.env file is found in a directory (the Dockerfile is generated using the gen-$TYPE-dockerfile.sh script and named Dockerfile.$TYPE)
  • gen-light-dockerfile.sh: this script is used to generate multi-stage dockefiles used to build light images that only contains a few executables and static files (no system tools, no shell, ...).
  • */gen-*.env: contains settings for the Dockerfile generation scripts
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].