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
Actual behavior
A clear and concise description of what the bug is.
I get an error
INFO[0000] Building stage 'localhost:5000/intermediate:4' [idx: '0', base-idx: '-1']
INFO[0000] Unpacking rootfs as cmd RUN touch grass requires it.
error building image: error building stage: failed to get filesystem from image: mkdir /things: file exists
buildpack-deps:bookworm has /usr/include/mysql symlink to mariadb, apt install -y libperconaserverclient20-dev both removes /usr/include/mariadb and creates dir /usr/include/mysql; so this image cannot be used in kaniko, no matter if it's built in kaniko itself of docker
i experienced the same issue originally when installing percona, i dumbed it down to the manually create link, should have left you a breadcrumb in the issue description.
Actual behavior
A clear and concise description of what the bug is.
I get an error
Maybe it's the same as #3428
Expected behavior
A clear and concise description of what you expected to happen.
Dir should be created successfully
To Reproduce
Steps to reproduce the behavior:
Note:
this also fails
but remove in different steps
or
works, also it works if target dir is kept
./build.sh
Additional Information
Please provide either the Dockerfile you're trying to build or one that can reproduce this error.
Multiple files above
Please provide or clearly describe any files needed to build the Dockerfile (ADD/COPY commands)
No ADD/COPY commands used
gcr.io/kaniko-project/executor@sha256:9e69fd4330ec887829c780f5126dd80edc663df6def362cd22e79bcdf00ac53f
Triage Notes for the Maintainers
--cache
flagThe text was updated successfully, but these errors were encountered: