Yaroslav Bannov

Results 2 comments of Yaroslav Bannov

Using Kamal with self-hosted Docker registries with self-signed CAs is indeed a useful feature to have. Currently Kamal with `docker-container` default driver refuses to push images to Docker registries with...

Alternative workaround (without patching kamal) would be to (re)-create buildx builder manually, using naming convention used by kamal, but with proper command line, which **will** include `--config=/etc/buildkitd.toml` option. As of...