docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation incorrect

Open acursons opened this issue 1 year ago • 3 comments

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

acursons avatar Oct 16 '24 15:10 acursons

Can you confirm that you are trying to install this on an s390x system?

dvdksn avatar Oct 18 '24 07:10 dvdksn

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

acursons avatar Oct 18 '24 08:10 acursons

@thaJeztah @neersighted do we need a packaging update for SLES?

dvdksn avatar Oct 18 '24 09:10 dvdksn

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

docker-robot[bot] avatar Jan 16 '25 01:01 docker-robot[bot]

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

thaJeztah avatar Jan 16 '25 11:01 thaJeztah

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

docker-robot[bot] avatar Feb 15 '25 03:02 docker-robot[bot]