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

Live rebuild #1647

Merged
merged 1 commit into from
Dec 23, 2020
Merged

Live rebuild #1647

merged 1 commit into from
Dec 23, 2020

Conversation

sbrunner
Copy link
Member

Be able to develop in auto-rebuild mode, a modification will be available in 15s. Instead of more than 10 minutes.

core/Dockerfile Outdated
FROM runner AS watcher

RUN apt update && \
apt install --yes python3-pip rsync
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing cleanup of apt mess

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me, we don't need to do that on an image that used only locally.
If you don't agree, no problem to add that...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it still uses more place on the HD. Yesterday I cleaned 56Gb with a docker system prune

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done :-)

Copy link
Contributor

@danduk82 danduk82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, this is VERY nice feature, thanks

@sbrunner sbrunner merged commit 8c2f98f into master Dec 23, 2020
@sbrunner sbrunner deleted the live-rebuild branch December 23, 2020 11:02
@sbrunner sbrunner mentioned this pull request Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants