You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes, see below
Describe the solution you'd like
For hauler to have the ability to set a registry to automatically prepend to any image
zackbradys@Zacks-MBP ~ % hauler store add image -h
Add an image to the content store
Usage:
hauler store add image [flags]
Flags:
-h, --help helpfor image
-k, --key string (Optional) Path to the key for digital signature verification
-p, --platform string (Optional) Specific platform to save. i.e. linux/amd64. Defaults to all if flag is omitted.
-r, --registry string (Optional) Specific registry to pull images. Defaults to "docker.io"
Global Flags:
--cache string Location of where to store cache data (defaults to $XDG_CACHE_DIR/hauler)
-l, --log-level string (default "info")
-s, --store string Location to create store at (default "store")
zackbradys
changed the title
[RFE] Allow hauler to pull from a registry for images and `charts
[RFE] Allow hauler to pull from a registry for imagesFeb 9, 2024
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
hauler
to have the ability to set aregistry
to automatically prepend to anyimage
Describe alternatives you've considered
hauler
manifests with the registry set at each image.hauler store add image
.Additional context
The text was updated successfully, but these errors were encountered: