Skip to content

Commit

Permalink
Drop CentOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Jan 13, 2025
1 parent 953a2eb commit 0c160e8
Show file tree
Hide file tree
Showing 36 changed files with 5 additions and 125 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ which results in additional undesired packages in the OS.
| Name | Version |
| :------- | :---------------: |
| Ubuntu | 16.04/18.04/20.04 |
| CentOS | 7/8 |
| OpenSUSE | Tumbleweed/Leap |

## How to use this script?
Expand Down
27 changes: 1 addition & 26 deletions build/ci/tkn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
spec:
params:
- name: vagrant-name
description: the vagrant box image to be used (centos_7,centos_8,ubuntu_xenial,ubuntu_bionic,ubuntu_focal,opensuse)
description: the vagrant box image to be used (ubuntu_xenial,ubuntu_bionic,ubuntu_focal,opensuse)
default: ubuntu_xenial
type: string
resources:
Expand Down Expand Up @@ -125,19 +125,6 @@ spec:
runAfter:
- tox-linting
- shellcheck-linting
- name: check-centos-7
taskRef:
name: check-task
params:
- name: vagrant-name
value: centos_7
resources:
inputs:
- name: repo
resource: src
runAfter:
- tox-linting
- shellcheck-linting
- name: check-opensuse
taskRef:
name: check-task
Expand All @@ -163,18 +150,6 @@ spec:
resource: src
runAfter:
- check-ubuntu-xenial
- name: check-centos-8
taskRef:
name: check-task
params:
- name: vagrant-name
value: centos_8
resources:
inputs:
- name: repo
resource: src
runAfter:
- check-centos-7
- name: check-ubuntu-focal
taskRef:
name: check-task
Expand Down
27 changes: 1 addition & 26 deletions build/ci/tkn_legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
spec:
params:
- name: vagrant-name
description: the vagrant box image to be used (centos_7,centos_8,ubuntu_xenial,ubuntu_bionic,ubuntu_focal,opensuse)
description: the vagrant box image to be used (ubuntu_xenial,ubuntu_bionic,ubuntu_focal,opensuse)
default: ubuntu_xenial
type: string
resources:
Expand Down Expand Up @@ -92,19 +92,6 @@ spec:
runAfter:
- tox-linting
- shellcheck-linting
- name: check-centos-7
taskRef:
name: check-task
params:
- name: vagrant-name
value: centos_7
resources:
inputs:
- name: repo
resource: src
runAfter:
- tox-linting
- shellcheck-linting
- name: check-opensuse
taskRef:
name: check-task
Expand All @@ -130,18 +117,6 @@ spec:
resource: src
runAfter:
- check-ubuntu-xenial
- name: check-centos-8
taskRef:
name: check-task
params:
- name: vagrant-name
value: centos_8
resources:
inputs:
- name: repo
resource: src
runAfter:
- check-centos-7
- name: check-ubuntu-focal
taskRef:
name: check-task
Expand Down
2 changes: 0 additions & 2 deletions ci/update_distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ cat <<EOT >.distros_supported.yml
linux:
EOT

_vagrant_pull "centos_7" "centos/7" "centos:centos7"
_vagrant_pull "centos_8" "centos/8" "quay.io/centos/centos:stream8"
_vagrant_pull "ubuntu_xenial" "generic/ubuntu1604" "ubuntu:xenial"
_vagrant_pull "ubuntu_bionic" "generic/ubuntu1804" "mcr.microsoft.com/devcontainers/base:bionic"
_vagrant_pull "ubuntu_focal" "generic/ubuntu2004" "mcr.microsoft.com/devcontainers/base:focal"
Expand Down
8 changes: 0 additions & 8 deletions distros_supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
linux:
- alias: centos_7
name: centos/7
version: "2004.01"
image: centos:centos7
- alias: centos_8
name: centos/8
version: "2011.0"
image: quay.io/centos/centos:stream8
- alias: ubuntu_xenial
name: generic/ubuntu1604
version: "4.3.2"
Expand Down
2 changes: 0 additions & 2 deletions src/act/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Act is an open source project that allows you to run your GitHub flow locally.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ to interact with AWS services using commands in your command-line shell.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/cni-plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ support and the specification is simple to implement.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/crystal-lang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ global type inference algorithm.
| Ubuntu | 16.04 | [ ] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
3 changes: 0 additions & 3 deletions src/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ virtual machines.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down Expand Up @@ -56,6 +54,5 @@ curl -fsSL http://bit.ly/install_pkg | PKG=docker bash
- [Firewall Cloud-Native Network Function Demo](https://github.com/electrocucaracha/cFW-demo)
- [Kubernetes Development Environment](https://github.com/electrocucaracha/kubernetes-dev)
- [Kubernetes NonPreemptingPriority gate feature demo](https://github.com/electrocucaracha/k8s-NonPreemptingPriority-demo)
- [CentOS Mirror Server](https://github.com/electrocucaracha/centos-mirror)
- [QAT enablement on OKD](https://github.com/electrocucaracha/okd)
- [Bare Metal as a Service](https://github.com/electrocucaracha/bmaas)
2 changes: 0 additions & 2 deletions src/fly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ A command-line interface that runs a build in a container with ATC.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/go-lang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ garbage collection, structural typing, and CSP-style concurrency.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/gomplate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ secrets.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/hadolint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ to lint the Bash code inside RUN instructions.
| Ubuntu | 16.04 | [ ] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [ ] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ using Helm and stop the copy-and-paste.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/kind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ itself, but may be used for local development or CI.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/kn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ and reduced operational costs.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/kubectl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ are available on Krew.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [ ] |
| CentOS | 8 | [ ] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/kubectl/os-blacklist.conf
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
centos_7
centos_8
2 changes: 0 additions & 2 deletions src/kustomize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ a file, and it’s like sed, in that it emits edited text.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/libvirt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ development of a cloud-based solution.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/nfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ allowing anyone to implement the protocol.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ for server-side and client-side scripts.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
3 changes: 0 additions & 3 deletions src/pip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Python Package Index (PyPI).
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |
| Debian | 8 | [ ] |
Expand All @@ -37,4 +35,3 @@ curl -fsSL http://bit.ly/install_pkg | PKG=pip bash
## Used by

- [OpenStack Multi-Node Deployment](https://github.com/electrocucaracha/openstack-multinode)
- [CentOS Mirror Server](https://github.com/electrocucaracha/centos-mirror)
2 changes: 0 additions & 2 deletions src/podman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ run as root or in rootless mode.
| Ubuntu | 16.04 | [ ] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [ ] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/qat-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ control processing.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [ ] |
| OpenSUSE | Tumbleweed | [ ] |
| OpenSUSE | Leap | [x] |

Expand Down
1 change: 0 additions & 1 deletion src/qat-driver/os-blacklist.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
opensuse_tumbleweed
centos_8
2 changes: 0 additions & 2 deletions src/qemu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ architecture to run on another.
| Ubuntu | 16.04 | [ ] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [ ] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [ ] |
| OpenSUSE | Leap | [x] |

Expand Down
4 changes: 3 additions & 1 deletion src/qemu/os-blacklist.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
opensuse_tumbleweed
centos_7
ubuntu_xenial
debian_jessie
debian_stretch
debian_buster
2 changes: 0 additions & 2 deletions src/rust-lang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ collection, and reference counting is optional.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/skopeo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ with OCI images as well as the original Docker v2 images.
| Ubuntu | 16.04 | [ ] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ OpenStack.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/tkn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ project provides a common line interface for interacting with Tekton.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/vagrant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ development in a few languages.
| Ubuntu | 16.04 | [ ] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
2 changes: 0 additions & 2 deletions src/virtualbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ x86 virtualization.
| Ubuntu | 16.04 | [x] |
| Ubuntu | 18.04 | [x] |
| Ubuntu | 20.04 | [x] |
| CentOS | 7 | [x] |
| CentOS | 8 | [x] |
| OpenSUSE | Tumbleweed | [x] |
| OpenSUSE | Leap | [x] |

Expand Down
Loading

0 comments on commit 0c160e8

Please sign in to comment.