Skip to content

Commit

Permalink
Remove CentOS support from operating system manager (#426)
Browse files Browse the repository at this point in the history
* remove centos support from operating system manager

Signed-off-by: Adonis Murati <[email protected]>

* add rhel specific repo for docker ce in rhel config

Signed-off-by: Adonis Murati <[email protected]>

* add update fixtures target

Signed-off-by: Adonis Murati <[email protected]>

---------

Signed-off-by: Adonis Murati <[email protected]>
  • Loading branch information
adoi authored Nov 18, 2024
1 parent 09781bf commit 5db575f
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 927 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ clean:
rm -rf $(BUILD_DEST)
@echo "Cleaned $(BUILD_DEST)"

.PHONY: update-fixtures
update-fixtures:
./hack/update-fixtures.sh

.PHONY: download-gocache
download-gocache:
@./hack/ci/download-gocache.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ spec:
enum:
- flatcar
- rhel
- centos
- ubuntu
- amzn2
- rockylinux
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ spec:
enum:
- flatcar
- rhel
- centos
- ubuntu
- amzn2
- rockylinux
Expand Down
Loading

0 comments on commit 5db575f

Please sign in to comment.