[kubic-bugs] [Bug 1122799] New: Tumbleweed base container on hub.docker.com broken, contains 2 layers, 1 expected
http://bugzilla.opensuse.org/show_bug.cgi?id=1122799 Bug ID: 1122799 Summary: Tumbleweed base container on hub.docker.com broken, contains 2 layers, 1 expected Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Critical Priority: P5 - None Component: Kubic Assignee: kubic-bugs@opensuse.org Reporter: rbrown@suse.com QA Contact: qa-bugs@suse.de CC: dimstar@opensuse.org, fvogt@suse.com Found By: --- Blocker: --- https://openqa.opensuse.org/tests/835073#step/podman/43 This error happens also on previous Tumbleweed snapshots that were green, confirming that the issue is with the delivered base container opensuse/tumbleweed:latest from hub.docker.com I've even confirmed it manually to make sure that absolutely without a shadow of a doubt previously green podman versions are now broken with the current tumbleweed container. Therefore, this issue was almost certainly introduced in snapshot 0115's base container image This issue cannot be reproduced with the current leap containers, even with the 0121 snapshot, so I am 100% certain than the problem is not anything on the media. Dominique, that means I'm comfortable with TTM ignoring this for the purposes of releasing the snapshot - the broken image is already out there. Fabian - HELP! :) Bug marked as critical because it does mask some of the testing done by openQA, but for now I can supplement that with manual testing -- You are receiving this mail because: You are the assignee for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1122799 http://bugzilla.opensuse.org/show_bug.cgi?id=1122799#c1 --- Comment #1 from Richard Brown <rbrown@suse.com> --- steps to reproduce Any Kubic/Tumbleweed system with podman installed podman run -d -name tw opensuse/tumbleweed tail -f /dev/null podman commit tw tw:saved Expected behaviour, image is committed. Actual behaviour - see openQA screenshot -- The following leap-base container test works at time of writing podman run -d -name lea opensuse/leap tail -f /dev/null podman commit leap leap:saved -- You are receiving this mail because: You are the assignee for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1122799 http://bugzilla.opensuse.org/show_bug.cgi?id=1122799#c2 Richard Brown <rbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED Assignee|kubic-bugs@opensuse.org |fvogt@suse.com --- Comment #2 from Richard Brown <rbrown@suse.com> --- more info, thanks to afbjorklund from #podman IRC, that makes me think OBS broke it -- leap image (working) podman history opensuse/leap ID CREATED CREATED BY SIZE COMMENT bb77bd72ae3d 5 days ago umoci config 0B <missing> 5 days ago umoci config 41.21MB -- tumbleweed image (broken) podman history opensuse/tumbleweed ID CREATED CREATED BY SIZE COMMENT c8a6d5afa5f2 6 days ago KIWI 9.17.7 0B -- It looks like KIWI 9.17.7 was used to build the latest Tumbleweed base container and totally missed recording the history of the data layer It looks like umoci was used to build even the recently published leap container So, Fabian, can you fix this easily? -- You are receiving this mail because: You are the assignee for the bug.
participants (1)
-
bugzilla_noreply@novell.com