Skip to main content

Loading Images to a Registry

This page will walk you through seeding your registry with local images from the hardened registry for all Rancher components.

Make sure you've checked out the section on Downloading Images and that you've airgapped the tarballs onto your network.

Carbide

# load the content from the tarball to the hauler store
hauler store load carbide-images.tar.zst

# copy the content from the hauler store to your registry
hauler store copy --username <redacted> --password <redacted> registry://<registry-url>

K3s

# load the content from the tarball to the hauler store
hauler store load k3s-images.tar.zst

# copy the content from the hauler store to your registry
hauler store copy --username <redacted> --password <redacted> registry://<registry-url>

RKE2

# load the content from the tarball to the hauler store
hauler store load rke2-images.tar.zst

# copy the content from the hauler store to your registry
hauler store copy --username <redacted> --password <redacted> registry://<registry-url>

Rancher

Cert Manager

# load the content from the tarball to the hauler store
hauler store load cert-manager-images.tar.zst

# copy the content from the hauler store to your registry
hauler store copy --username <redacted> --password <redacted> registry://<registry-url>

Rancher

# load the content from the tarball to the hauler store
hauler store load rancher-images.tar.zst

# copy the content from the hauler store to your registry
hauler store copy --username <redacted> --password <redacted> registry://<registry-url>

Longhorn

# load the content from the tarball to the hauler store
hauler store load longhorn-images.tar.zst

# copy the content from the hauler store to your registry
hauler store copy --username <redacted> --password <redacted> registry://<registry-url>

NeuVector

# load the content from the tarball to the hauler store
hauler store load neuvector-images.tar.zst

# copy the content from the hauler store to your registry
hauler store copy --username <redacted> --password <redacted> registry://<registry-url>

Kubewarden

# load the content from the tarball to the hauler store
hauler store load kubewarden-images.tar.zst

# copy the content from the hauler store to your registry
hauler store copy --username <redacted> --password <redacted> registry://<registry-url>