You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case of running envbuilder in Kubernetes with container registry credential mounted (as mentioned in README.md), running fails with the following error:
error: remove docker config: remove /.envbuilder/config.json: device or resource busy
A potential cause is that envbuilder tries to delete the volume mounted credential file.
In the case of running envbuilder in Kubernetes with container registry credential mounted (as mentioned in README.md), running fails with the following error:
A potential cause is that envbuilder tries to delete the volume mounted credential file.
https://github.com/coder/envbuilder/blob/main/envbuilder.go#L771
The text was updated successfully, but these errors were encountered: