Skip to content

Commit

Permalink
Remove centos 7 from CI (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen authored Jul 11, 2024
1 parent 00fe8f2 commit 895f1b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packaging/rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SOURCE_FILES=app.tgz cri-docker.service cri-docker.socket LICENSE
SOURCES=$(addprefix rpmbuild/SOURCES/, $(SOURCE_FILES))

FEDORA_RELEASES := fedora-36 fedora-35
CENTOS_RELEASES := centos-stream centos-7
CENTOS_RELEASES :=

.PHONY: help
help: ## show make targets
Expand Down
4 changes: 2 additions & 2 deletions packaging/rpm/centos-stream/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GO_IMAGE
ARG DISTRO=tgagor/centos
ARG SUITE=stream8
ARG DISTRO=aepifanov/centos7.vault
ARG SUITE=latest
ARG BUILD_IMAGE=${DISTRO}:${SUITE}

FROM ${GO_IMAGE} AS golang
Expand Down

0 comments on commit 895f1b6

Please # to comment.