Skip to content

Commit 517dbbe

Browse files
committed
chore: add tag and php versions
1 parent 882bc1a commit 517dbbe

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

Makefile

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,27 @@
22
build: all
33

44
all:
5-
docker build -f ./Dockerfile-5.6 .
6-
docker build -f ./Dockerfile-7.0 .
7-
docker build -f ./Dockerfile-7.1 .
8-
docker build -f ./Dockerfile-7.2 .
9-
docker build -f ./Dockerfile-7.3 .
10-
docker build -f ./Dockerfile-7.4 .
11-
docker build -f ./Dockerfile-8.0 .
5+
docker build -f ./Dockerfile-5.6 -t php-fpm:dev-5.6 .
6+
docker build -f ./Dockerfile-7.0 -t php-fpm:dev-7.0 .
7+
docker build -f ./Dockerfile-7.1 -t php-fpm:dev-7.1 .
8+
docker build -f ./Dockerfile-7.2 -t php-fpm:dev-7.2 .
9+
docker build -f ./Dockerfile-7.3 -t php-fpm:dev-7.3 .
10+
docker build -f ./Dockerfile-7.4 -t php-fpm:dev-7.4 .
11+
docker build -f ./Dockerfile-8.0 -t php-fpm:dev-8.0 .
12+
docker build -f ./Dockerfile-8.1 -t php-fpm:dev-8.1 .
13+
docker build -f ./Dockerfile-8.2 -t php-fpm:dev-8.2 .
14+
docker build -f ./Dockerfile-8.3 -t php-fpm:dev-8.3 .
15+
docker build -f ./Dockerfile-8.4 -t php-fpm:dev-8.4 .
1216

1317
all-nc:
14-
docker build -f ./Dockerfile-5.6 --no-cache --pull .
15-
docker build -f ./Dockerfile-7.0 --no-cache --pull .
16-
docker build -f ./Dockerfile-7.1 --no-cache --pull .
17-
docker build -f ./Dockerfile-7.2 --no-cache --pull .
18-
docker build -f ./Dockerfile-7.3 --no-cache --pull .
19-
docker build -f ./Dockerfile-7.4 --no-cache --pull .
20-
docker build -f ./Dockerfile-8.0 --no-cache --pull .
18+
docker build -f ./Dockerfile-5.6 -t php-fpm:dev-5.6 --no-cache --pull .
19+
docker build -f ./Dockerfile-7.0 -t php-fpm:dev-7.0 --no-cache --pull .
20+
docker build -f ./Dockerfile-7.1 -t php-fpm:dev-7.1 --no-cache --pull .
21+
docker build -f ./Dockerfile-7.2 -t php-fpm:dev-7.2 --no-cache --pull .
22+
docker build -f ./Dockerfile-7.3 -t php-fpm:dev-7.3 --no-cache --pull .
23+
docker build -f ./Dockerfile-7.4 -t php-fpm:dev-7.4 --no-cache --pull .
24+
docker build -f ./Dockerfile-8.0 -t php-fpm:dev-8.0 --no-cache --pull .
25+
docker build -f ./Dockerfile-8.1 -t php-fpm:dev-8.1 --no-cache --pull .
26+
docker build -f ./Dockerfile-8.2 -t php-fpm:dev-8.2 --no-cache --pull .
27+
docker build -f ./Dockerfile-8.3 -t php-fpm:dev-8.3 --no-cache --pull .
28+
docker build -f ./Dockerfile-8.4 -t php-fpm:dev-8.4 --no-cache --pull .

0 commit comments

Comments
 (0)