push to insecure registry (panic: runtime error: index out of range [0] with length 0
)
#2542
Labels
panic: runtime error: index out of range [0] with length 0
)
#2542
I would like to use rootless buildkit in a Kubernetes Job and trying to use the provided rootless template from the examples folder.
Build works greate, but pushing fails with:
I then stumbled upon #2044 and used the mentioned approach mounting a
buildkit.toml
file. My.toml
file looks like this:It is mounted under
/home/user/.config/buildkit/buildkit.toml
.However this results in the following error:
Any idea what I might do wrong?
The text was updated successfully, but these errors were encountered: