All Projects → 0x46616c6b → docker-image-mirror

0x46616c6b / docker-image-mirror

Licence: MIT license
simple bash script to copy often used docker images to our registry

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to docker-image-mirror

Deckschrubber
Deckschrubber inspects images of a Docker Registry and removes those older than a given age. 🔆🚢
Stars: ✭ 176 (+1366.67%)
Mutual labels:  docker-registry
copy-docker-image
Copy a Docker image between registries without a full Docker installation
Stars: ✭ 34 (+183.33%)
Mutual labels:  docker-registry
docker-nginx-mainline
Devilbox's Nginx mainline (based on official Nginx Docker) [multi-arch]
Stars: ✭ 15 (+25%)
Mutual labels:  docker-registry
Docker Credential Gcr
A Docker credential helper for GCR users
Stars: ✭ 192 (+1500%)
Mutual labels:  docker-registry
Nexus Cli
Nexus CLI for Docker Registry v2 🐳
Stars: ✭ 236 (+1866.67%)
Mutual labels:  docker-registry
docker-credential-magic
A magic shim for Docker credential helpers 🪄
Stars: ✭ 56 (+366.67%)
Mutual labels:  docker-registry
Docker Reg Tool
Docker registry cli tool, primarily for deleting images.
Stars: ✭ 144 (+1100%)
Mutual labels:  docker-registry
Create-your-own-docker.io
Create your own docker.io
Stars: ✭ 24 (+100%)
Mutual labels:  docker-registry
Docker Registry Browser
🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.
Stars: ✭ 239 (+1891.67%)
Mutual labels:  docker-registry
craneoperator
Gives you a simple web interface for browsing around a Docker Registry
Stars: ✭ 116 (+866.67%)
Mutual labels:  docker-registry
Docker Build With Cache Action
Build and push docker images caching each stage to reduce build time
Stars: ✭ 228 (+1800%)
Mutual labels:  docker-registry
Ormb
Docker for Your ML/DL Models Based on OCI Artifacts
Stars: ✭ 234 (+1850%)
Mutual labels:  docker-registry
collage
read-only docker registry made of images coming from different locations
Stars: ✭ 23 (+91.67%)
Mutual labels:  docker-registry
Containerregistry
A set of Python libraries and tools for interacting with a Docker Registry.
Stars: ✭ 183 (+1425%)
Mutual labels:  docker-registry
docker-registry-artifact-plugin
The docker registry artifact plugin provides a way to push and pull docker images on GoCD
Stars: ✭ 21 (+75%)
Mutual labels:  docker-registry
Login Action
GitHub Action to login against a Docker registry
Stars: ✭ 149 (+1141.67%)
Mutual labels:  docker-registry
docker-ci-deploy
Python script to help push Docker images to a registry using CI services
Stars: ✭ 20 (+66.67%)
Mutual labels:  docker-registry
ketos
Cross Container Builder (Ketos), a tasting project for Go Hackathon 2017 Shanghai. This project aims to help you building a docker image in CI platform better.
Stars: ✭ 20 (+66.67%)
Mutual labels:  docker-registry
headless-chrome-alpine
A Docker container running headless Chrome
Stars: ✭ 26 (+116.67%)
Mutual labels:  docker-registry
moadsd-ng
The MOADSD-NG project does provide a simple way to setup a hybrid cloud security demo, playground and learning environment within the clouds.
Stars: ✭ 13 (+8.33%)
Mutual labels:  docker-registry

Docker Image Mirror

Build Status

simple bash script to copy often used docker images to our registry to prevent a single point of failure ;)

Installation

You can easily install the Script with make

git clone https://github.com/0x46616c6b/docker-image-mirror.git
cd docker-image-mirror
make install
docker-image-mirror -h

Ubuntu/Debian

wget https://github.com/0x46616c6b/docker-image-mirror/releases/download/1.0.0/docker-image-mirror_amd64.deb
sudo dpkg -i docker-image-mirror_amd64.deb

Usage

# mirror multiple images
docker-image-mirror -r yourregistry.com -i "ubuntu redis"

# only one tag
docker-image-mirror -r yourregistry.com -i "redis" -t 3
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].