There is a working docker on the s390x platform in all Fedora releases, so please enable the docker support in cockpit with eg. diff --git a/cockpit.spec b/cockpit.spec index ba9ea84..9fdf495 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -87,7 +87,7 @@ Recommends: %{name}-dashboard = %{version}-%{release} Recommends: %{name}-networkmanager = %{version}-%{release} Recommends: %{name}-storaged = %{version}-%{release} Recommends: sscg >= 2.0.4 -%ifarch x86_64 %{arm} aarch64 ppc64le i686 +%ifarch x86_64 %{arm} aarch64 ppc64le i686 s390x Recommends: %{name}-docker = %{version}-%{release} %endif Suggests: %{name}-pcp = %{version}-%{release} @@ -212,7 +212,7 @@ echo '%dir %{_datadir}/%{name}/selinux' > selinux.list find %{buildroot}%{_datadir}/%{name}/selinux -type f >> selinux.list %endif -%ifarch x86_64 %{arm} aarch64 ppc64le i686 +%ifarch x86_64 %{arm} aarch64 ppc64le i686 s390x echo '%dir %{_datadir}/%{name}/docker' > docker.list find %{buildroot}%{_datadir}/%{name}/docker -type f >> docker.list %else @@ -594,7 +594,7 @@ utility setroubleshoot to diagnose and resolve SELinux issues. %endif -%ifarch x86_64 %{arm} aarch64 ppc64le i686 +%ifarch x86_64 %{arm} aarch64 ppc64le i686 s390x %package docker Summary: Cockpit user interface for Docker containers Version-Release number of selected component (if applicable): cockpit-142-1.fc27
upstream PR is https://github.com/cockpit-project/cockpit/pull/6954
Hi, the patch was merged and included in the release of Cockpit 143 [0]. It doesn't look like s390x gets built on Fedora 26 by default, but cockpit-docker-141 was built for s390x on Fedora 27 [1]. rpm: cockpit-docker-143-1.fc27.s390x.rpm [2] Does this meet your expectations? [0] https://github.com/cockpit-project/cockpit/releases/tag/143 [1] https://koji.fedoraproject.org/koji/buildinfo?buildID=909630 [2] https://koji.fedoraproject.org/koji/rpminfo?rpmID=9995084
Hi, yes, it's correct, s390x was merged into the primary koji instance at the end of April (for F-27+). F<=26 is still built in https://s390.koji.fedoraproject.org and cockpit 143 is built there [3]. [3] https://s390.koji.fedoraproject.org/koji/buildinfo?buildID=493072
Thanks for confirming!