File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ TARGET ?= local
2
2
3
3
export DOCKER_BUILDKIT = 1
4
4
5
- all : amazon amazon2 centos7 centos8 debian
5
+ all : amazon amazon2 centos7 centosstream8 debian
6
6
7
7
.PHONY : test
8
8
test :
@@ -31,9 +31,9 @@ centos7: build
31
31
docker build -t centos7-builder --target ${TARGET} --build-arg CONTAINER_VERSION=centos:7 --build-arg OS_TYPE=rpm_based -f build/Dockerfile .
32
32
docker run --rm -v $(shell pwd) /build/package/rpm:/rpm -v $(shell pwd) /build_output:/build_output centos7-builder
33
33
34
- centos8 : build
35
- docker build -t centos8 -builder --target ${TARGET} --build-arg CONTAINER_VERSION=centos:8 --build-arg OS_TYPE=rpm_based -f build/Dockerfile .
36
- docker run --rm -v $(shell pwd) /build/package/rpm:/rpm -v $(shell pwd) /build_output:/build_output centos8 -builder
34
+ centosstream8 : build
35
+ docker build -t centosstream8 -builder --target ${TARGET} --build-arg CONTAINER_VERSION=quay.io/ centos/centos:stream8 --build-arg OS_TYPE=rpm_based -f build/Dockerfile .
36
+ docker run --rm -v $(shell pwd) /build/package/rpm:/rpm -v $(shell pwd) /build_output:/build_output centosstream8 -builder
37
37
38
38
debian : build
39
39
docker build -t debian-builder --target ${TARGET} --build-arg OS_TYPE=deb_based -f build/Dockerfile .
You can’t perform that action at this time.
0 commit comments