Skip to content

taemon1337/preload-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preload Docker Registry

Load container images into registry:v2 and build a new image containing those images

Getting Started

git clone https://github.com/taemon1337/preload-registry.git
cd preload-registry

# build preloaded registry image
make build

# start preloaded registry image
make start

# exec into preloaded registry image
make exec

# download chart from preloaded registry (oci helm chart)
> helm pull oci://localhost:5000/traefik/traefik --version 34.0.0 --plain-http

# download image from preloaded registry (container image)
crane pull localhost:5000/traefik:2.10.4 traefik.img

About

A container image registry toolkit using crane

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published