|
1 | 1 | {
|
2 |
| - "variants": ["8.0-apache-bullseye", "7.4-apache-bullseye", "7.3-apache-bullseye", "8.0-apache-buster", "7.4-apache-buster", "7.3-apache-buster"], |
3 |
| - "definitionVersion": "0.202.1", |
| 2 | + "variants": ["8.1-apache-bullseye", "8.0-apache-bullseye", "7.4-apache-bullseye", "8.1-apache-buster", "8.0-apache-buster", "7.4-apache-buster" ], |
| 3 | + "definitionVersion": "0.203.0", |
4 | 4 | "build": {
|
5 |
| - "latest": "8.0-apache-bullseye", |
| 5 | + "latest": "8.1-apache-bullseye", |
6 | 6 | "rootDistro": "debian",
|
7 | 7 | "architectures": {
|
| 8 | + "8.1-apache-bullseye": ["linux/amd64", "linux/arm64"], |
8 | 9 | "8.0-apache-bullseye": ["linux/amd64", "linux/arm64"],
|
9 | 10 | "7.4-apache-bullseye": ["linux/amd64", "linux/arm64"],
|
10 |
| - "7.3-apache-bullseye": ["linux/amd64", "linux/arm64"], |
| 11 | + "8.1-apache-buster": ["linux/amd64"], |
11 | 12 | "8.0-apache-buster": ["linux/amd64"],
|
12 |
| - "7.4-apache-buster": ["linux/amd64"], |
13 |
| - "7.3-apache-buster": ["linux/amd64"] |
| 13 | + "7.4-apache-buster": ["linux/amd64"] |
14 | 14 | },
|
15 | 15 | "tags": [
|
16 | 16 | "php:${VERSION}-${VARIANT}"
|
17 | 17 | ],
|
18 | 18 | "variantTags": {
|
19 |
| - "8.0-apache-bullseye": [ |
| 19 | + "8.1-apache-bullseye": [ |
20 | 20 | "php:${VERSION}-8",
|
| 21 | + "php:${VERSION}-8.1", |
21 | 22 | "php:${VERSION}-8-bullseye",
|
22 |
| - "php:${VERSION}-8.0-bullseye", |
| 23 | + "php:${VERSION}-8.1-bullseye", |
23 | 24 | "php:${VERSION}-bullseye"
|
24 | 25 | ],
|
| 26 | + "8.0-apache-bullseye": [ |
| 27 | + "php:${VERSION}-8.0", |
| 28 | + "php:${VERSION}-8.0-bullseye" |
| 29 | + ], |
25 | 30 | "7.4-apache-bullseye": [
|
26 | 31 | "php:${VERSION}-7" ,
|
27 | 32 | "php:${VERSION}-7-bullseye",
|
28 | 33 | "php:${VERSION}-7.4",
|
29 | 34 | "php:${VERSION}-7.4-bullseye"
|
30 | 35 | ],
|
31 |
| - "7.3-apache-bullseye": [ |
32 |
| - "php:${VERSION}-7.3", |
33 |
| - "php:${VERSION}-7.3-bullseye" |
34 |
| - ], |
35 |
| - "8.0-apache-buster": [ |
| 36 | + "8.1-apache-buster": [ |
36 | 37 | "php:${VERSION}-8-buster",
|
37 |
| - "php:${VERSION}-8.0-buster", |
| 38 | + "php:${VERSION}-8.1-buster", |
38 | 39 | "php:${VERSION}-buster"
|
39 | 40 | ],
|
| 41 | + "8.0-apache-buster": [ |
| 42 | + "php:${VERSION}-8.0-buster" |
| 43 | + ], |
40 | 44 | "7.4-apache-buster": [
|
41 | 45 | "php:${VERSION}-7-buster",
|
42 | 46 | "php:${VERSION}-7.4-buster"
|
43 |
| - ], |
44 |
| - "7.3-apache-buster": [ "php:${VERSION}-7.3-buster" ] |
| 47 | + ] |
45 | 48 | }
|
46 | 49 | },
|
47 | 50 | "dependencies": {
|
|
0 commit comments