Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating the image in place #344

Open
sassanh opened this issue Apr 19, 2024 · 1 comment
Open

Creating the image in place #344

sassanh opened this issue Apr 19, 2024 · 1 comment

Comments

@sassanh
Copy link

sassanh commented Apr 19, 2024

I'm trying to create RPi images for my application based on lite, normal and full images. It works for lite and normal images but for the full image, since it is ~13GB when uncompressed, the GitHub runner instance goes out of free space as you can see here.

It is happening because packer-builder-arm tries to copy the image after it has been downloaded.

Is it possible to make packer-builder-arm to work on the image in place?

@michalfita
Copy link
Contributor

As far as I'm aware, no. I tried to tackle the issue in my fork, but the original download is cached for reuse. We should probably have the option to tell we do one off and we don't want the copy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants