Skip to content

fix tests after busybox update#1681

Merged
AkihiroSuda merged 1 commit intomoby:masterfrom
tonistiigi:test-busybox-fix
Sep 13, 2020
Merged

fix tests after busybox update#1681
AkihiroSuda merged 1 commit intomoby:masterfrom
tonistiigi:test-busybox-fix

Conversation

@tonistiigi
Copy link
Copy Markdown
Member

CI is broken and the issue seems to be not a buildkit change but a change in busybox image used in test.

 # docker run -it --rm busybox:1.31 cat /etc/group | grep no
nogroup:x:65534:
 # docker run -it --rm busybox:1.32 cat /etc/group | grep no
nobody:x:65534:

We should probably also pin to a specific version to avoid this. But corrected the tests atm.

@tianon I assume this change was intentional and we don't expect a rollback.

Signed-off-by: Tonis Tiigi tonistiigi@gmail.com

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@AkihiroSuda AkihiroSuda merged commit a8fd413 into moby:master Sep 13, 2020
@tianon
Copy link
Copy Markdown
Member

tianon commented Sep 13, 2020

Yep, this was a result of buildroot/buildroot@0d887cc and seems pretty intentional; I'll be really surprised if they revert it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants