I'm experiencing a strange issue with Uyuni software distribution. Working with spacewalk i have never had this kind of problem. We configured many channels with related repos, but we are experiencing problems with Docker-ce repository. The web ui shows No packages in the docker channel:
As for the other channels, I have configured a sub channel and its repository
The real issue is shown when, for the fist time, we start spacewalk-repo-sync -c ol8_base_epel_docker_src manually:
uyuni:~ # spacewalk-repo-sync -c ol8_base_epel_docker_src
20:54:23 ======================================
20:54:23 | Channel: ol8_base_epel_docker_src
20:54:23 ======================================
20:54:23 Sync of channel started.
Retrieving repository 'ol8_base_epel_docker_src' metadata ........................................................................................................................................................[done]
Building repository 'ol8_base_epel_docker_src' cache .............................................................................................................................................................[done]
All repositories have been refreshed.
20:54:26 Repo URL: https://download.docker.com/linux/rhel/8/source/stable/
20:54:26 Packages in repo: 18
20:54:26 No new packages to sync.
20:54:26
20:54:26 Patches in repo: 0.
20:54:26 Sync completed.
20:54:26 Total time: 0:00:02
uyuni:~ #
Packages in repo: 18 = I'm unable to find those packages in any channel
No new package to sync = It says it since the first execution
Total time: 0:00:02 = Each time says 2 seconds elapsed, even the first time
I also destroyed the Docker Channel and the Docker repo, reconfigured and re-synced ma same behavior happened.
Some suggestions? Thanks to everyone
OC
I solved my needs on creating the repo. By the way I don't know why this issue occur.
Solution: Use https://download.docker.com/linux/centos/8/x86_64/stable/
instead of: https://download.docker.com/linux/rhel/8/source/stable/