From 6839f38dc7aed16848d113b80cc4e6f4849f4ffc Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Mon, 4 Jan 2021 10:59:34 +0200 Subject: [PATCH 1/2] Bump CentOS 7 kernel version --- .circleci/config.yml | 1 + fixtures/kernel.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index af0b3c6..51f925d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,6 +33,7 @@ jobs: "debian10": <<: *test "centos7": + <<: *test "fedora29": <<: *test diff --git a/fixtures/kernel.yml b/fixtures/kernel.yml index 34ceb9a..fcc11b6 100644 --- a/fixtures/kernel.yml +++ b/fixtures/kernel.yml @@ -1,6 +1,6 @@ kernel: - 5.3.11-100 #fedora - - 3.10.0-1127.8.2 #centos7 centos8 + - 3.10.0-1160 #centos7 centos8 - 4.18.0-193 #centos8 rhel8 - 4.19.0-8 #debian - 5.4.0-42 #ubuntu From 1856f430b271b5c7de85d2316fc741a1b5343c4d Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Wed, 6 Jan 2021 10:51:46 +0200 Subject: [PATCH 2/2] bump footloose images to 0.6.4 --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index cec35f2..e467a08 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ e2e-all: deps linux debian ubuntu20 ubuntu18 ubuntu16 fedora centos .PHONY: amazonlinux2 amazonlinux2: deps - IMAGE=quay.io/footloose/amazonlinux2:0.6.3 ./scripts/e2e.sh $(test) + IMAGE=quay.io/footloose/amazonlinux2:0.6.4 ./scripts/e2e.sh $(test) .PHONY: debian9 debian9: deps @@ -67,15 +67,15 @@ debian9: deps .PHONY: debian10 debian10: deps - IMAGE=quay.io/footloose/debian10:0.6.3 ./scripts/e2e.sh $(test) + IMAGE=quay.io/footloose/debian10:0.6.4 ./scripts/e2e.sh $(test) .PHONY: ubuntu16 ubuntu16: deps - IMAGE=quay.io/footloose/ubuntu16.04:0.6.3 ./scripts/e2e.sh $(test) + IMAGE=quay.io/footloose/ubuntu16.04:0.6.4 ./scripts/e2e.sh $(test) .PHONY: ubuntu18 ubuntu18: deps - IMAGE=quay.io/footloose/ubuntu18.04:0.6.3 ./scripts/e2e.sh $(test) + IMAGE=quay.io/footloose/ubuntu18.04:0.6.4 ./scripts/e2e.sh $(test) .PHONY: ubuntu20 ubuntu20: deps @@ -83,7 +83,7 @@ ubuntu20: deps .PHONY: fedora29 fedora29: deps - IMAGE=quay.io/footloose/fedora29:0.6.3 ./scripts/e2e.sh $(test) + IMAGE=quay.io/footloose/fedora29:0.6.4 ./scripts/e2e.sh $(test) .PHONY: photon3 photon3: deps @@ -91,7 +91,7 @@ photon3: deps .PHONY: centos7 centos7: deps - IMAGE=quay.io/footloose/centos7:0.6.3 ./scripts/e2e.sh $(test) + IMAGE=quay.io/footloose/centos7:0.6.4 ./scripts/e2e.sh $(test) .PHONY: centos8 centos8: deps @@ -113,7 +113,7 @@ pack: .PHONY: test-env test-env: - docker run --privileged -v /sys/fs/cgroup:/sys/fs/cgroup -v $(PWD):$(PWD) -w $(PWD) --rm -it quay.io/footloose/debian10:0.6.3 /lib/systemd/systemd + docker run --privileged -v /sys/fs/cgroup:/sys/fs/cgroup -v $(PWD):$(PWD) -w $(PWD) --rm -it quay.io/footloose/debian10:0.6.4 /lib/systemd/systemd .PHONY: lint lint: