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
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
Hi,
I am new to duffle cli and VMware Tanzu. I am trying to push images to registry.
however when I am using following command, duffle is unzipping the files in /tmp and there is no space left resulting in an error. Can this be re-directed to other location?
Hi @manoj3986. Currently the command doesn't support unzipping to a location other than the default temp dir. It looks like it might be fairly straightforward to add a new flag and plumb the user-supplied override into the relevant function. Alternatively, would it be possible for your use case to increase the size and/or make space in /tmp prior to running the relocate command?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am new to duffle cli and VMware Tanzu. I am trying to push images to registry.
however when I am using following command, duffle is unzipping the files in /tmp and there is no space left resulting in an error. Can this be re-directed to other location?
/duffle-0.1.0-linux relocate -f /var/tmp/build-service-0.1.0.tgz -m relocated.json -p harbor.io/image-registry
The text was updated successfully, but these errors were encountered: