Images (Content Type)
Any OCI compatible image can be fetched remotely:
# "shorthand" image references
hauler store add image rancher/rancher:v2.8.1
# fully qualified image references
hauler store add image ghcr.io/fluxcd/flux-cli@sha256:02aa820c3a9c57d67208afcfc4bce9661658c17d15940aea369da259d2b976dd
# adds an arch/platform specific version of a multi-arch image to the haul/store. by default, hauler will pull and save all archs/platforms contained in the image manifest.
hauler store add image rancher/rancher:v2.8.1 --platform linux/amd64