Brandon Mitchell

Results 554 comments of Brandon Mitchell

Just found the following indicating that it's a configuration issue on my side: ``` sysctl -w user.max_user_namespaces=15000 ``` https://github.com/docker/docker.github.io/issues/7962#issuecomment-450889365

Octty McOctface (someone had to do it)

Cuttle (related to cuttlefish, and a pronunciation guide for `.*ctl` commands)

~Inky~ (Looks like this got taken by another project in the container ecosystem https://twitter.com/_ediri/status/1541531833342607365)

Can we pass this into the RUN steps without defining an ARG in the Dockerfile? I.e. the same way we do for [http proxy](https://github.com/moby/buildkit/blob/b57ada1d548a942957dcc4269bb9d93f3e6aeeb2/frontend/dockerfile/docs/reference.md#predefined-args) today?

> I think defining `ARG` should be required. This changes the behavior of the `RUN` and output of the created image so should be decision user makes. Since the user...

> What points of the builds are useful to capture? I want to be sure all of the source code dependencies are included. Whether that means running the generator before...

@tonistiigi the working group appears to be consolidating behind proposal E which also has a backwards compatible component. There's still some work to be done before we're ready to propose...

@chris-crone I was looking at whether we could do all of this with an index or manifest list, pushing artifacts directly into that and shipping along side images. I think...