-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
failed to get filesystem from image: error removing lib to make way for new symlink: unlinkat #1745
Comments
podman also works just fine:
|
this seems to fail when a base image has a "/lib" folder. so far it happened for the library/fedora images and the jboss/keycloak (based on redhat's ubi8) image. |
A workaround: probably doesn't have an impact, but not entirely sure |
It seems that |
On master this particular issue still happens and also a SIGSEGV is triggered when using the
|
same error even without
|
possible dupe of #1619 |
Actual behavior
Build of simple image with kaniko/executor:debug in docker with sysbox-runc runtime fails with:
Expected behavior
image builds just fine
To Reproduce
Steps to reproduce the behavior:
docker run --rm -it --entrypoint sh gcr.io/kaniko-project/executor:debug
/kaniko/executor --context . --dockerfile Dockerfile --destination "docker.repo.lbaum.eu/test123:latest" --cache=true --force
Additional Information
packages
:gcr.io/kaniko-project/executor@sha256:fcccd2ab9f3892e33fc7f2e950c8e4fc665e7a4c66f6a9d70b300d7a2103592f
Triage Notes for the Maintainers
--cache
flagThe text was updated successfully, but these errors were encountered: