We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.2.190
Run werf syncrhonization in the registry.werf.io/werf/werf official werf image in the kubernetes/docker runner. It will fail like follows:
werf syncrhonization
registry.werf.io/werf/werf
Error during unshare(CLONE_NEWUSER): Operation not permitted time="2022-12-12T11:26:45Z" level=error msg="error parsing PID \"\": strconv.Atoi: parsing \"\": invalid syntax" time="2022-12-12T11:26:45Z" level=error msg="(Unable to determine exit status)"
This is error due to buildah-subsystem initialization, which is not needed by the werf synchronization command at all.
werf synchronization
No response
The text was updated successfully, but these errors were encountered:
distorhead do you find workaround to resolve this problem?
Sorry, something went wrong.
No branches or pull requests
Before proceeding
Version
1.2.190
How to reproduce
Run
werf syncrhonization
in theregistry.werf.io/werf/werf
official werf image in the kubernetes/docker runner. It will fail like follows:This is error due to buildah-subsystem initialization, which is not needed by the
werf synchronization
command at all.Additional information
No response
The text was updated successfully, but these errors were encountered: