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

Move qemu image build to Docker image rather than the init tasks #4945

Closed
csweichel opened this issue Jul 26, 2021 · 3 comments · Fixed by #4959
Closed

Move qemu image build to Docker image rather than the init tasks #4945

csweichel opened this issue Jul 26, 2021 · 3 comments · Fixed by #4959
Assignees
Labels
groundwork: in progress priority: high (dev loop impact) Gitpod development loop impacting issues

Comments

@csweichel
Copy link
Contributor

Right now we're building the agent-smith qemu image for every prebuild. Instead we should be building it once during the image build. This way, prebuilds will be considerably quicker.

@csweichel csweichel added the priority: high (dev loop impact) Gitpod development loop impacting issues label Jul 26, 2021
@csweichel
Copy link
Contributor Author

/schedule

@svenefftinge
Copy link
Member

Would the 22GB move into the image then as well?

@ghuntley
Copy link
Contributor

It's circa 2GB these days after

qemu-img resize --preallocation=off bionic-server-cloudimg-amd64.img +20G
. Specific change: --preallocation=off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
groundwork: in progress priority: high (dev loop impact) Gitpod development loop impacting issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants