About this Issue
As per #11 (comment), the Dive CI for code-server upgrades was failed because /tmp/code-server-*.deb files are left intact, possibly due to image layering-related stuff.
Options?
- Install code-server and other stuff ourselves. Instead of using
codercom/code-server as the base image, we'll use debian:10 if we do that, while keeping the version locking stuff, probably.
- Temporary: bump
highestwastedBytes to at least 300 MB up to 512 MB. This way, we can pass our test CI and merge it