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

Fix test leaking tagged Alpine image #3618

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

apostasie
Copy link
Contributor

This test is/was leaking busybox tagged as alpine.

Further tests that would call run alpine would then not pull, since the image is already here.

But then - see #3617 - if said test was to run -d sleep inf - it would fail silently, because the version of busybox we are using has an old sleep that does not support inf, causing cascading errors into unrelated commands.

@apostasie apostasie marked this pull request as ready for review October 30, 2024 17:48
@AkihiroSuda AkihiroSuda added this to the v2.0.0 milestone Oct 30, 2024
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda added the area/ci e.g., CI failure label Oct 30, 2024
@AkihiroSuda AkihiroSuda merged commit acbec64 into containerd:main Oct 30, 2024
26 checks passed
apostasie added a commit to apostasie/nerdctl that referenced this pull request Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci e.g., CI failure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants