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
Actual behavior The following files are missing when using Kaniko to build.
lrwxrwxrwx 1 root root 16 Sep 19 08:57 /usr/lib/x86_64-linux-gnu/libcurl.so.4 -> libcurl.so.4.8.0 -rw-r--r-- 1 root root 677656 Sep 6 11:38 /usr/lib/x86_64-linux-gnu/libcurl.so.4.7.0 -rw-r--r-- 1 root root 786336 Sep 6 11:27 /usr/lib/x86_64-linux-gnu/libcurl.so.4.8.0
Expected behavior Symbolink and files present
To Reproduce Steps to reproduce the behavior:
RUN apt update && apt install libcurl4 -y
RUN ls -l /usr/lib/x86_64-linux-gnu/libcurl* `
Additional Information
Triage Notes for the Maintainers
--cache
The text was updated successfully, but these errors were encountered:
related: #1045
Sorry, something went wrong.
No branches or pull requests
Actual behavior
The following files are missing when using Kaniko to build.
lrwxrwxrwx 1 root root 16 Sep 19 08:57 /usr/lib/x86_64-linux-gnu/libcurl.so.4 -> libcurl.so.4.8.0 -rw-r--r-- 1 root root 677656 Sep 6 11:38 /usr/lib/x86_64-linux-gnu/libcurl.so.4.7.0 -rw-r--r-- 1 root root 786336 Sep 6 11:27 /usr/lib/x86_64-linux-gnu/libcurl.so.4.8.0
Expected behavior
Symbolink and files present
To Reproduce
Steps to reproduce the behavior:
`FROM ubuntu
RUN apt update && apt install libcurl4 -y
RUN ls -l /usr/lib/x86_64-linux-gnu/libcurl*
`
Additional Information
Please provide either the Dockerfile you're trying to build or one that can reproduce this error.
Please provide or clearly describe any files needed to build the Dockerfile (ADD/COPY commands)
Triage Notes for the Maintainers
--cache
flagThe text was updated successfully, but these errors were encountered: