#
docker-images
Here are 684 public repositories matching this topic...
Official source for Docker configurations, images, and examples of Dockerfiles for Oracle products and projects
docker
dockerfile
dockerfiles
oracle
docker-images
oracle-database
oracle-linux
oracle-commercial
oracle-products
-
Updated
Apr 20, 2022 - Shell
python
docker
kubernetes
devops
api-gateway
kubernetes-service
kubernetes-cluster
minikube
minikube-cluster
docker-images
devops-tools
service-mesh
ambassador
kubernetes-deployment
kubernetes-api
pods
kubernetes-client
kubernetes-apis
kubernetes-services
-
Updated
Jun 2, 2021 - Python
DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.
-
Updated
Mar 10, 2021
A simple script to wait for other docker images to be started while using docker-compose
-
Updated
Apr 5, 2022 - Rust
[DEPRECATED] Docker images for Confluent Platform.
-
Updated
Apr 5, 2022 - Python
Hundreds of Offensive and Useful Docker Images for Network Intrusion. The name says it all.
-
Updated
Apr 3, 2022 - TypeScript
Various Dockerfiles for Windows Containers
dockerfile
docker-image
dockerfiles-windows
docker-for-windows
docker-images
windows-containers
windowscontainers
-
Updated
Oct 26, 2021 - JavaScript
Docker Compose for Node projects with Node, MySQL, Redis, MongoDB, NGINX, Apache2, Memcached, Certbot and RabbitMQ images
nodejs
docker
redis
memcached
node
rabbitmq
docker-compose
postgresql
apache
cron-jobs
workspace
docker-node
node-mysql
certbot
docker-images
nginx-server
node-nginx
node-docker
-
Updated
Sep 22, 2020 - Shell
Adlik: Toolkit for Accelerating Deep Learning Inference
deep-learning
compiler
inference
docker-images
tensorflow-serving
tensorrt
inference-engine
openvino
model-optimizer
-
Updated
Apr 22, 2022 - C++
docker
php
gitlab
continuous-integration
continuous-delivery
ci
cd
gitlab-ci
docker-images
laravel-dusk
hacktoberfest
test-laravel
-
Updated
Jun 29, 2021 - Shell
Command line tool to create and query container image manifest list/indexes
docker
docker-image
docker-registry
oci-image
multiplatform
docker-images
container-registry
multiarch
container-image
container-images
oci-distribution
-
Updated
Mar 15, 2022 - Go
Docuum performs least recently used (LRU) eviction of Docker images. 🗑️
-
Updated
Apr 21, 2022 - Rust
docker
golang
jenkins
dockerfile
circleci
build
travis-ci
makefile
helm
build-automation
build-tool
build-system
helm-charts
docker-images
cicd
codefresh
-
Updated
Apr 16, 2022 - Makefile
Build php development & production environment based on Docker
-
Updated
Apr 23, 2019 - Dockerfile
-
Updated
Nov 20, 2020
A Docker credential helper for GCR users
docker
docker-registry
gcloud
docker-images
docker-client
compute-engine
gcloud-sdk
docker-image-registry
-
Updated
Apr 15, 2022 - Go
This repo covers containerization and Docker Environment: Docker File, Image, Container, Commands, Volumes, Networks, Swarm, Stack, Service, possible scenarios.
docker
dockerfile
docker-compose
docker-container
docker-image
docker-swarm
docker-registry
docker-volumes
how-to
dockerhub
docker-images
docker-service
docker-network
docker-stack
swarm-mode
docker-compose-template
docker-tutorial
swarm-mode-cluster
play-with-docker
-
Updated
Aug 12, 2021
A set of Python libraries and tools for interacting with a Docker Registry.
-
Updated
Feb 8, 2021 - Python
nodejs
docker
node
docker-compose
docker-node
docker-images
docker-containers
node-docker
node-container
nodedock
-
Updated
Feb 11, 2022 - Dockerfile
Container images for IBM® MQ
-
Updated
Mar 30, 2022 - Go
A Docker-powered seedbox with persistent data and more cool stuff.
letsencrypt
docker
docker-compose
sonarr
plex
self-hosted
seedbox
traefik
docker-images
radarr
tv-shows
-
Updated
Mar 21, 2022 - Shell
Bitnami Docker Image for SuiteCRM
-
Updated
Apr 23, 2022 - Shell
Sakuli is an end-2-end testing and monitoring tool for web sites and common UIs with multiple monitoring integrations
testing
open-source
monitoring
openshift
docker-container
nagios
icinga
e2e-tests
e2e
docker-image-available
sikuli
docker-images
icinga2
testautomation
ui-testing
e2e-monitoring
application-monitoring
omd
checkmk
sahi
-
Updated
Apr 23, 2022 - Java
dazzle is a rather experimental Docker image builder which builds independent layers
-
Updated
Apr 11, 2022 - Go
Docker images for Katalon Studio and other frameworks
-
Updated
Apr 23, 2022 - Groovy
A web hacking toolkit Docker image with GUI applications support.
docker
osint
docker-image
hacking
nmap
penetration-testing
bug-bounty
web-security
pentesting
recon
dockerhub
docker-images
bugbounty
hacker-tools
web-hacking
reconnaissance
bugbounty-tool
web-hacking-toolkit
web-hacking-tool
-
Updated
Apr 10, 2022 - Shell
Optimized media, analytics and graphics software stack images. Use the dockerfile(s) in your project or as a recipe book for bare metal installation.
nginx
dockerfiles
encoding
gstreamer
ffmpeg
analytics
rtmp
webrtc
container
media
docker-images
media-delivery
vaapi
delivery
stack-images
svt
openvino
inferencing-engine
vcac-a
media-analytics
-
Updated
Mar 4, 2022 - Dockerfile
Templates for Packer!
-
Updated
Apr 11, 2022 - Ruby
DockerFile with GPU support for TensorFlow and OpenCV
-
Updated
Apr 22, 2022 - Dockerfile
Improve this page
Add a description, image, and links to the docker-images topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the docker-images topic, visit your repo's landing page and select "manage topics."


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),