Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

duffle relocate unzip files in /tmp which is occupying the entire space left #897

Open
manoj3986 opened this issue Jun 22, 2020 · 1 comment

Comments

@manoj3986
Copy link

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

@vdice
Copy link
Member

vdice commented Jun 23, 2020

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants