xcat2 / xcat-docker

Repository to build Docker image for xCAT
5 stars 5 forks source link

Adding centos 7.9 tag to centos image #20

Open bwerts opened 3 years ago

bwerts commented 3 years ago

Generic "centos" image callout breaks now that it's pulling latest centos 8 images.

Centos 8 images have dhcp installed and line 21: mkdir -p /xcatdata/etc/{dhcp,goconserver,xcat} && ln -sf -t /etc /xcatdata/etc/{dhcp,goconserver,xcat} breaks because ln can't overwrite /etc/dhcp with an empty dir