Aleksa Sarai
Aleksa Sarai
It should be noted that with the existence of reflinks it is now possible to `chown` entire images with very little duplication overhead (only the inode metadata is copied --...
idmapped mounts have been available in upstream Linux for a few releases now, which means it should be entirely possible for Docker to support this without needing any workarounds (fuse-overlayfs,...
@rata The main justification given why Docker did not implement that feature in "phase 1" of user namespaces was that there wasn't a solution for using the same downloaded and...
I wanted to mention that there is probably a licensing issue with shipping Microsoft's fonts in a project like this -- Arial by default is not under a license that...
@defect-track By default, Incus containers use [SLAAC](https://en.wikipedia.org/wiki/IPv6_address#Stateless_address_autoconfiguration_(SLAAC)) to configure their own IPv6 address and thus don't need DHCPv6 and so leases aren't an issue AFAICS (`dnsmasq` does router advertisements and...
@tonistiigi It only overrides `CC` if `CC` wasn't already set for the purposes of cross-compilation. It seems Docker uses `xx-go --wrap` to hide that it is cross-compiling when building dependencies,...
Ideally we would just do `GOARCH=xxx go env CC` to get the compiler to use, but that doesn't work at all outside of `xx-go --wrap`: 1. For proper target triples,...
I'm :+1: on a bi-monthly release schedule, and the complete removal of the voting system for releases. However, I'm not sure it's a good idea to do this before `1.0.0`...
> One other thing that needs to be done before 1.0.0 is reviewing the API (i.e. all the public identifiers) and moving the stuff that is not supposed to be...
This will be sorted out in post-1.0. I will include this in a set of governance updates that I'm working on for post-1.0.