Justin Chadwell
Justin Chadwell
Still seeing this, even after #8645.
Ohhh. I think https://github.com/dagger/dagger/pull/8645#issuecomment-2399543690 is the right fix, but I think the `docker.json` we pass only has creds for docker hub - not for `ghcr.io`. We need to do a...
@idlsoft hey any chance I could grab some more info from you from your macos machine where you're seeing this? Feel free to directly email me at `justin` at `dagger.io`...
@helderco I replaced the `:mem:` with `dagger` in https://github.com/dagger/dagger/pull/8463 But yeah, still not fully sure what the root cause is.
Ahhhh, that kinda does explain the `:mem:` thing. Kinda interesting to me that we get OOM with only 2GB of memory - are we really *that* bad with memory usage?...
The flag has been deprecated for `docker buildx build`: https://github.com/docker/buildx/blob/441853f189fa51a83d7e241aaa5684a21c8288ab/commands/build.go#L526 but it does still seem to work for `docker build` (with and without buildkit): https://github.com/moby/moby/blob/51c7992928fb83ecfb4b62fc6cd51c76090e3042/api/server/backend/build/backend.go#L80-L89 @PAStheLoD, you can get a...
CC @thaJeztah - not sure what the intended future of the `--squash` option is :tada: I assume that if `buildx` replaces `build` at some point, `--squash` will be fully gone,...
I like this API idea a lot :tada: One potential point of contention though - how does this new config API interact with the old `config.toml` file? Are settings loaded...
@OptikMist fyi we've fixed the CA certs issues with modules in https://github.com/dagger/dagger/pull/7356, which has been released (just now!) in https://github.com/dagger/dagger/releases/tag/v0.11.5 :tada:
Heya y'all, I've written up a proposal for how we could build these features into dagger in https://github.com/dagger/dagger/issues/10895. There's a lot to unpack, since there's a lot of use cases...