Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
bump footloose images to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paddatrapper committed Jan 7, 2021
1 parent 75fcf9e commit 561c196
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,39 +59,39 @@ 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
IMAGE=jrei/systemd-debian:9 ./scripts/e2e.sh $(test)

.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
IMAGE=docker.io/flanksource/ubuntu:20.04 ./scripts/e2e.sh $(test)

.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
IMAGE=docker.io/tarun18/photon:3.0 ./scripts/e2e.sh $(test)

.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
Expand All @@ -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:
Expand Down

0 comments on commit 561c196

Please sign in to comment.