Replies: 1 comment 1 reply
-
IIRC, since around 1.29 it's defaulted to |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am coming from docker, and moving to podman. In my dockerfile, I have the following statement
RUN --mount=type=cache,target=/root/.npm npm install
. I am running this on a podman-enabled Gitea runner, thus running on a podman-in-podman scenario. For what I have seen, in case TMPDIR is not defined (the case), I should get the /root/.npm folder in the building container mapped to/var/tmp/buildah-cache
, which I am mapping in the outer container to a folder in the host... but I see that empty. While debugging this, I have observed that there is a chroot involved so... I do not see how to proceed to have this cache persisted.Can anybody provide some help?
Beta Was this translation helpful? Give feedback.
All reactions