geerlingguy / docker-rockylinux9-ansible

Rocky Linux 9 Docker container for Ansible playbook and role testing.

Home Page:https://hub.docker.com/r/geerlingguy/docker-rockylinux8-ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues building Rocky Linux 9 version of image

geerlingguy opened this issue · comments

I initially had an issue enabling the powertools repo, now I'm getting:

#6 20.98 Upgraded:
#6 20.98   rocky-gpg-keys-9.0-2.1.el9.noarch       rocky-release-9.0-2.1.el9.noarch      
#6 20.98   rocky-repos-9.0-2.1.el9.noarch         
#6 20.98 
#6 20.98 Complete!
#6 24.39 Rocky Linux 9 - BaseOS                          416 kB/s | 1.3 MB     00:03    
#6 32.29 Rocky Linux 9 - AppStream                       641 kB/s | 4.9 MB     00:07    
#6 34.36 Rocky Linux 9 - Extras                          1.5 kB/s | 3.1 kB     00:02    
#6 34.41 Package hostname-3.23-6.el9.aarch64 is already installed.
#6 34.41 No match for argument: libyaml-devel
#6 34.41 Package python3-3.9.10-2.el9.aarch64 is already installed.
#6 34.41 Error: Unable to find a match: libyaml-devel
------
executor failed running [/bin/sh -c yum -y install rpm dnf-plugins-core  && yum -y update  && yum -y install       epel-release       initscripts       sudo       which       hostname       libyaml-devel       python3       python3-pip       python3-pyyaml  && yum clean all]: exit code: 1

Ah, just installing libyaml is fine for getting Ansible to pick up libyaml support now. So going to do that, and it should be good to go. libyaml-devel is available in one of the other repos, though (devel), just not BaseOS.