Bug ID | 1231789 |
---|---|
Summary | Docker image opensuse/leap:15.6 for linux/arm is actually Leap 15.5 |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | Leap 15.6 |
Hardware | armv7 |
OS | Linux |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Containers |
Assignee | containers-bugowner@suse.de |
Reporter | opensuse@karuhtz.de |
QA Contact | qa-bugs@suse.de |
Target Milestone | --- |
Found By | --- |
Blocker | --- |
The official Docker image `opensuse/leap:15.6` for `linux/arm` architecture (https://hub.docker.com/layers/opensuse/leap/15.6/images/sha256-1f4a999dce168219f83b8b3d6c5f6cf75e5c7571d79b89beabcfe57d13399486) seems to actually be a Leap 15.5 image: * /etc/os-release says VERSION="15.5" * `zypper lr -u` lists repos with 15.5 URIs Reproduce with: > docker run --rm --platform=linux/arm opensuse/leap:15.6 cat /etc/os-release NAME="openSUSE Leap" VERSION="15.5" ID="opensuse-leap" ID_LIKE="suse opensuse" VERSION_ID="15.5" PRETTY_NAME="openSUSE Leap 15.5" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:leap:15.5" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" DOCUMENTATION_URL="https://en.opensuse.org/Portal:Leap" LOGO="distributor-logo-Leap" Expected: I would expect an image tagged with `15.6` to actually contain a 15.6 release.