# Set this to the contents of bootstrap/sha1sum.txt
# which is generated by bootstrap/template.py --render
#
- SAMBA_CI_CONTAINER_TAG: 38de01039fd443a1392050bdd4eab6cdc83f2e53
+ SAMBA_CI_CONTAINER_TAG: 936722ecb26bedf6ea0acd9228963ce45ed419d4
#
# We use the ubuntu2204 image as default as
# it matches what we have on atb-devel-224
yum update -y
yum install -y dnf-plugins-core
yum install -y epel-release
+yum install -y centos-release-ceph-pacific
+
+sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Ceph-*
+sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Ceph-*
+sed -i 's/$contentdir/centos/g' /etc/yum.repos.d/CentOS-Ceph-*
yum -v repolist all
yum config-manager --set-enabled powertools -y
yum install -y \
--setopt=install_weak_deps=False \
+ --setopt=centos-ceph-pacific.module_hotfixes=true \
{pkgs}
yum clean all
'ShellCheck': '',
'shfmt': '',
'codespell': '',
- 'utf8proc-devel': '',
}
},
'centos9s': {
yum update -y
yum install -y dnf-plugins-core
yum install -y epel-release
+yum install -y centos-release-ceph-pacific
+
+sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Ceph-*
+sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Ceph-*
+sed -i 's/$contentdir/centos/g' /etc/yum.repos.d/CentOS-Ceph-*
yum -v repolist all
yum config-manager --set-enabled powertools -y
yum install -y \
--setopt=install_weak_deps=False \
+ --setopt=centos-ceph-pacific.module_hotfixes=true \
"@Development Tools" \
acl \
attr \
tar \
tracker-devel \
tree \
+ utf8proc-devel \
wget \
which \
xfsprogs-devel \
- tar
- tracker-devel
- tree
+ - utf8proc-devel
- wget
- which
- xfsprogs-devel
-38de01039fd443a1392050bdd4eab6cdc83f2e53
+936722ecb26bedf6ea0acd9228963ce45ed419d4