Skip to content

Fix test leaking tagged Alpine image#3618

Merged
AkihiroSuda merged 1 commit intocontainerd:mainfrom
apostasie:fix-leaking-test
Oct 30, 2024
Merged

Fix test leaking tagged Alpine image#3618
AkihiroSuda merged 1 commit intocontainerd:mainfrom
apostasie:fix-leaking-test

Conversation

@apostasie
Copy link
Copy Markdown
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.

Signed-off-by: apostasie <spam_blackhole@farcloser.world>
@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
Copy Markdown
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
apostasie added a commit to apostasie/nerdctl that referenced this pull request Oct 31, 2024
Fixed in containerd#3618

Signed-off-by: apostasie <spam_blackhole@farcloser.world>
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