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

Bug: docker pull takes very long time in case image size is very large in ci-build stage, hence in case of runtime params the image pull makes huge cache whose push takes time and finally fails and ci-build fails #5769

Closed
2 tasks done
prakash100198 opened this issue Aug 30, 2024 · 0 comments · Fixed by #5767
Assignees
Labels
bug Something isn't working

Comments

@prakash100198
Copy link
Contributor

📜 Description

docker pull takes very long time in case image size is very large in ci-build stage, hence in case of runtime params the image pull makes huge cache whose push takes time and finally fails and ci-build fails

👟 Reproduction steps

  1. in runtime param add extractImageDigest as image(a big image) and , make sure to have image scan plugin configured because that 's the case we need digest.
  2. now start the build.
  3. docker pull take long time

👍 Expected behavior

  1. docker pull should be fast since we only need digest from that image

👎 Actual Behavior

  1. pulling takes large amt of time.

☸ Kubernetes version

1.30

Cloud provider

🌍 Browser

Chrome

🧱 Your Environment

No response

✅ Proposed Solution

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find any similar issue

🏢 Have you read the Code of Conduct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants