Here are
801 public repositories
matching this topic...
Various Dockerfiles I use on the desktop and on servers.
Updated
Mar 24, 2022
Dockerfile
Official source for Docker configurations, images, and examples of Dockerfiles for Oracle products and projects
Updated
Apr 7, 2022
Shell
Docker image that provides a Minecraft Server that will automatically download selected version at startup
Updated
Apr 2, 2022
Shell
Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes.
Updated
Apr 7, 2022
Shell
some personally made dockerfile
Updated
Oct 11, 2021
HTML
📦 Dockerfiles from WebDevOps for PHP, Apache and Nginx (with PHP5 and PHP7)
Updated
Jan 21, 2022
Shell
cas单点登录系统,其中包括cas认证服务,配置中心,监控平台,服务管理的高可用项目
Updated
May 25, 2018
Java
Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
Updated
Apr 8, 2022
Shell
Compilation of Dockerfiles with automated builds enabled on the Docker Registry
Updated
Aug 2, 2019
Dockerfile
Bioinformatics containers
Updated
Mar 18, 2022
Dockerfile
PHP APK Repository for Alpine Linux
Updated
Jan 18, 2022
Shell
Devilbox's PHP-FPM Docker Images
A language server for Dockerfiles powered by Node.js, TypeScript, and VSCode technologies.
Updated
Jan 23, 2022
TypeScript
Phalcon Dockerfiles used for internal purposes.
Updated
Sep 9, 2021
Dockerfile
Create 3d rooms in blender from floorplans.
Updated
Mar 10, 2022
Python
Optimized media, analytics and graphics software stack images. Use the dockerfile(s) in your project or as a recipe book for bare metal installation.
Updated
Mar 4, 2022
Dockerfile
📦 🐳 Dockerfiles and documentation on tools for public health bioinformatics
Updated
Apr 8, 2022
Dockerfile
A collection of dockerfile I use
Updated
Mar 30, 2022
Dockerfile
A collection of Dockerfiles
Updated
Feb 25, 2022
Dockerfile
Making it easy to build Bitcoin secure, efficient and scalable Bitcoin applications!
Updated
Apr 5, 2022
Shell
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.
Updated
Aug 12, 2021
JavaScript
Updated
Mar 10, 2022
Shell
Ten Simple Rules for Writing Dockerfiles for Reproducible Data Science
Repo containing the dockerfiles and scripts to produce the official eclipse-temurin containers.
Updated
Mar 30, 2022
Shell
Updated
Aug 7, 2014
Shell
Jmeter test workload on kubernetes deployed via helm charts – Please [✩Star] if you're using it ;)
Updated
Sep 28, 2018
Shell
Improve this page
Add a description, image, and links to the
dockerfiles
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
dockerfiles
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently, when using explicit cache a single cache image can be specified to read from. It could be useful to have a priority-ordered list of images to check for cache hits. @mattste provided this use case:
Use Case
I'm attempting to do pull request previews where each pull request has its own Docker image. For pull requests that update a dependency (such as a package.json or mix.lock),