-
Notifications
You must be signed in to change notification settings - Fork 415
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
Live rebuild #1647
Conversation
34a62a1
to
76c1f14
Compare
core/Dockerfile
Outdated
FROM runner AS watcher | ||
|
||
RUN apt update && \ | ||
apt install --yes python3-pip rsync |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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...
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done :-)
76c1f14
to
ea47352
Compare
There was a problem hiding this 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
Be able to develop in auto-rebuild mode, a modification will be available in 15s. Instead of more than 10 minutes.