|
2 | 2 | build: all
|
3 | 3 |
|
4 | 4 | all:
|
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 . |
| 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 . |
16 | 16 |
|
17 | 17 | all-nc:
|
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 . |
| 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