Skip to content
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

/usr/lib/x86_64-linux-gnu/libcurl.so.4 Missing #3320

Open
rlindsberg opened this issue Sep 19, 2024 · 1 comment
Open

/usr/lib/x86_64-linux-gnu/libcurl.so.4 Missing #3320

rlindsberg opened this issue Sep 19, 2024 · 1 comment

Comments

@rlindsberg
Copy link

rlindsberg commented Sep 19, 2024

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:

  1. Use docker to build a image
    `FROM ubuntu

RUN apt update && apt install libcurl4 -y

RUN ls -l /usr/lib/x86_64-linux-gnu/libcurl*
`

  1. docker run that image, verify that libcurl.so.4 is present.
  2. Repeat step 1 and 2 but instead using docker build, use Kaniko instead.
  3. results
    Screenshot 2024-09-19 at 10 40 43

Additional Information

  • Dockerfile
    Please provide either the Dockerfile you're trying to build or one that can reproduce this error.
  • Build Context
    Please provide or clearly describe any files needed to build the Dockerfile (ADD/COPY commands)
  • Kaniko Image (fully qualified with digest)

Triage Notes for the Maintainers

Description Yes/No
Please check if this a new feature you are proposing
Please check if the build works in docker but not in kaniko
Please check if this error is seen when you use --cache flag
Please check if your dockerfile is a multistage dockerfile
@rlindsberg
Copy link
Author

related: #1045

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant