mcandre
(Andrew)
1
Why am I now seeing this annoying warning message every time I use buildx to create images?
WARNING: new settings may not be used until builder is restarted
What “new settings” are being used?
I stopped (there is no restart command) the builder. No change in behavior.
Restarted the Docker daemon. No change in behavior.
Pruned Docker. No change in behavior.
Example project:
meyay
(Metin Y.)
2
If you feel this is a bug, you can raise an issue in the BuildKit GItHub repository: https://github.com/moby/buildkit/issues
rimelek
(Ákos Takács)
3
The error message is thrown by buildx
But the warning is in a function called “update”
So if the build process itself updates anything, it might not be a bug. And it would explain why restarting the builder doesn’t help.
1 Like
mcandre
(Andrew)
4
Dunno if bug.
The phrasing of the message is confusing. I have no idea what action is expected of the user. All attempts to restart the builder have no effect.
rimelek
(Ákos Takács)
5
What is the command you run before you see the warning?
system
(system)
Closed
6
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.