Skip to content

Commit b14e3fa

Browse files
authored
Remove Centos (#249)
1 parent 0383ff5 commit b14e3fa

File tree

28 files changed

+10
-583
lines changed

28 files changed

+10
-583
lines changed

Makefile

-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ all: clean binary
1717
.PHONY: clean
1818
clean:
1919
rm -f debian/context/install-go
20-
rm -f centos/context/install-go
2120
rm -f almalinux/context/install-go
2221

2322
.PHONY: binary
@@ -31,7 +30,6 @@ binary: test
3130
github.com/metal-stack/metal-images/cmd
3231
strip bin/$(BINARY)
3332
cp bin/$(BINARY) debian/context/install-go
34-
cp bin/$(BINARY) centos/context/install-go
3533
cp bin/$(BINARY) almalinux/context/install-go
3634

3735
.PHONY: test
@@ -54,10 +52,6 @@ ubuntu: binary
5452
firewall: ubuntu
5553
docker-make -nNL -w firewall -f docker-make.yaml
5654

57-
.PHONY: centos
58-
centos: binary
59-
docker-make -nNL -w centos -f docker-make.yaml
60-
6155
.PHONY: almalinux
6256
almalinux: binary
6357
docker-make -nNL -w almalinux -f docker-make.yaml

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Currently these images are supported:
2020

2121
We also publish images that we need for special purposes but do not officially support. Use at your own risk.
2222

23-
1. CentOS 7
2423
1. Almalinux 9
2524

2625
### GPU Support
@@ -69,9 +68,6 @@ make ubuntu
6968
# for firewall images
7069
make firewall
7170

72-
# for centos images
73-
make centos
74-
7571
# for nvidia images
7672
make nvidia
7773

centos/Dockerfile

-105
This file was deleted.

centos/context/etc/default/watchdog.conf

-7
This file was deleted.

centos/context/etc/docker/daemon.json

-7
This file was deleted.

centos/context/etc/frr/daemons

-5
This file was deleted.

centos/context/etc/initramfs-tools/conf.d/resume

-1
This file was deleted.

centos/context/etc/modules-load.d/ipmi_watchdog.conf

-1
This file was deleted.

centos/context/etc/selinux/config

-12
This file was deleted.

centos/context/etc/ssh/sshd_config

-128
This file was deleted.

centos/context/etc/sudoers.d/metal

-1
This file was deleted.

centos/context/etc/sysctl.d/10-hugepages.conf

-1
This file was deleted.

centos/context/etc/sysctl.d/11-console-logging.conf

-1
This file was deleted.

centos/context/etc/sysctl.d/12-raid-sync-speed.conf

-2
This file was deleted.

centos/context/etc/sysctl.d/99-frr_defaults.conf

-55
This file was deleted.

centos/context/etc/sysctl.d/99-tcp.conf

-2
This file was deleted.

centos/context/etc/systemd/journald.conf.d/00-journal-size.conf

-2
This file was deleted.

0 commit comments

Comments
 (0)