This repository was archived by the owner on May 27, 2025. It is now read-only.
Replies: 1 comment 3 replies
-
Hello Niklas, Not at this time, no. But does #1353 match your request? HTH, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I understand that if
CH_IMAGE_STORAGE
is set and I run e.g.ch-image pull someimage
the cache will be in$CH_IMAGE_STORAGE
.If I set
$CH_IMAGE_STORAGE
and ranch-image pull -s /some/dir someimage
(/some/dir
not being the same directory as$CH_IMAGE_STORAGE
), since-s
takes priority over$CH_IMAGE_STORAGE
, I assume the build cache would be in/some/dir
?Is there a way to e.g. pull an image to
/some/dir
, while making use of the cache in$CH_IMAGE_STORAGE
?Thanks a lot
Niklas
Beta Was this translation helpful? Give feedback.
All reactions