Rolf Neugebauer
Rolf Neugebauer
- I think having `tag: foo` in the `build.yml` is fine. if present we should push to `/:` *and* `/:-` - Specifying `--build-arg` in the `build.yml` would be good, I...
- moby issue linked in the comment: https://github.com/moby/buildkit/issues/4255 - `sed` is certainly an option
Taking a stab at this. One other problem with the kernel build, not yet mentioned above, is also that we currently have to rebuild *all* kernels even if we only...
> The repetition of the versions you mention could be resolved by having e.g. 4.14.x/{kernel,dbg,perf} instead of ``4.14.x{,-dbg,-perf}. Or you could have them all in the same dir but differently...
One of the key concepts behind the linuxkit package is that the build entirely depends on files checked into a git repository (with the git commit and repository being recorded...
@Rajpratik71 thank you for these suggestions. I wasn't aware of these options are they are certainly useful. This repository is mostly a read-only repository as a record of the experiments...
@aludin Thanks for your report. We are already tracking this issue internally and have almost all the pieces in place. Hopefully this feature will be added in one of the...
@aludin We recently added TRIM support which will reclaim un-used disk space when the application exits. This is currently checked into our master tree and will be available in the...
Beta31 has been release: https://download.docker.com/win/beta/InstallDocker.msi and TRIM support is enabled. I'm closing this issue for now. Please re-open if it is not working as expected. Note, You have to quit...
I'm re-opening this as we there was a minor bug in Beta31 which prevents the TRIM support to actually be activated. We noticed this too late to merge a fix...