Documentation incorrect
Is this a docs issue?
- [x] My issue is about the documentation content or website
Type of issue
Information is incorrect
Description
Following the documentation for installing docker yields errors when trying to do the install.
A prompt is given informing that a dependency is missing with the error: nothing provides 'libcgroup-devel'
It would appear a step is missing to install requirements
Location
https://docs.docker.com/engine/install/sles/
Suggestion
No response
Can you confirm that you are trying to install this on an s390x system?
I am indeed, I also found that the issue could be resolved by doing the following 2 steps prior to installing docker:
suseconnect -p PackageHub//15.4/s390x
suseconnect -p sle-module-legacy/15.4/s390x
where 15.4 is the distribution version
@thaJeztah @neersighted do we need a packaging update for SLES?
There hasn't been any activity on this issue for a long time.
If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale comment.
If not, this issue will be closed in 14 days. This helps our maintainers focus on the active issues.
Prevent issues from auto-closing with a /lifecycle frozen comment.
/lifecycle stale
I think IBM dropped this dependency from their latest builds;
27.3.1 packages required it;
curl -sO https://download.docker.com/linux/sles/15/s390x/stable/Packages/docker-ce-27.3.1-1.s390x.rpm
rpm --requires -qp ./docker-ce-27.3.1-1.s390x.rpm | grep libcgroup
libcgroup-devel
27.4.1 packages no longer do;
curl -sO https://download.docker.com/linux/sles/15/s390x/stable/Packages/docker-ce-27.4.1-1.s390x.rpm
rpm --requires -qp ./docker-ce-27.4.1-1.s390x.rpm | grep libcgroup
Closed issues are locked after 30 days of inactivity. This helps our team focus on active issues.
If you have found a problem that seems similar to this, please open a new issue.
/lifecycle locked