Skip to content

Commit b9b8893

Browse files
xinfengliunwneisen
andauthored
Remove centos build (#463)
Co-authored-by: Nick Neisen <[email protected]>
1 parent 4008b4f commit b9b8893

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packaging/rpm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SOURCE_FILES=app.tgz cri-docker.service cri-docker.socket LICENSE
4343
SOURCES=$(addprefix rpmbuild/SOURCES/, $(SOURCE_FILES))
4444

4545
FEDORA_RELEASES := fedora-36 fedora-35
46-
CENTOS_RELEASES := centos-stream centos-7
46+
CENTOS_RELEASES :=
4747

4848
.PHONY: help
4949
help: ## show make targets

packaging/rpm/centos-stream/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG GO_IMAGE
2-
ARG DISTRO=tgagor/centos
3-
ARG SUITE=stream8
2+
ARG DISTRO=aepifanov/centos7.vault
3+
ARG SUITE=latest
44
ARG BUILD_IMAGE=${DISTRO}:${SUITE}
55

66
FROM ${GO_IMAGE} AS golang

0 commit comments

Comments
 (0)