Skip to content

Commit 8f01201

Browse files
committed
Update dhbp and config.
1 parent 7eaf3dc commit 8f01201

File tree

2 files changed

+78
-15
lines changed

2 files changed

+78
-15
lines changed

.github/workflows/latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
password: ${{ secrets.DOCKERHUB_TOKEN }}
2424

2525
- name: Install the builder-pusher app
26-
run: nimble install dhbp@">=1.0.7"
26+
run: nimble install dhbp@">=1.1.2"
2727

2828
- name: Set up multiarch builder
2929
run: dhbp setup

config.json

Lines changed: 77 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,32 @@
11
{
22
"versions": {
33
"2.2.4": {
4-
"latest": true
4+
"tags": [
5+
"latest",
6+
"2",
7+
"2.2"
8+
]
59
},
610
"2.2.2": {},
711
"2.2.0": {},
8-
"2.0.14": {},
12+
"2.0.14": {
13+
"tags": [
14+
"2.0"
15+
]
16+
},
917
"2.0.12": {},
1018
"2.0.10": {},
1119
"2.0.8": {},
1220
"2.0.6": {},
1321
"2.0.4": {},
1422
"2.0.2": {},
1523
"2.0.0": {},
16-
"1.6.20": {},
24+
"1.6.20": {
25+
"tags": [
26+
"1",
27+
"1.6"
28+
]
29+
},
1730
"1.6.18": {},
1831
"1.6.16": {},
1932
"1.6.14": {},
@@ -24,44 +37,94 @@
2437
"1.6.4": {},
2538
"1.6.2": {},
2639
"1.6.0": {},
27-
"1.4.8": {},
40+
"1.4.8": {
41+
"tags": [
42+
"1.4"
43+
]
44+
},
2845
"1.4.6": {},
2946
"1.4.4": {},
3047
"1.4.2": {},
3148
"1.4.0": {},
32-
"1.2.12": {},
49+
"1.2.12": {
50+
"tags": [
51+
"1.2"
52+
]
53+
},
3354
"1.2.8": {},
3455
"1.2.6": {},
3556
"1.2.4": {},
3657
"1.2.2": {},
3758
"1.2.0": {},
38-
"1.0.10": {},
59+
"1.0.10": {
60+
"tags": [
61+
"1.0"
62+
]
63+
},
3964
"1.0.8": {},
4065
"1.0.6": {},
4166
"1.0.4": {},
4267
"1.0.2": {},
4368
"1.0.0": {},
44-
"0.20.2": {},
69+
"0.20.2": {
70+
"tags": [
71+
"0.20"
72+
]
73+
},
4574
"0.20.0": {},
46-
"0.19.6": {},
75+
"0.19.6": {
76+
"tags": [
77+
"0.19"
78+
]
79+
},
4780
"0.19.4": {},
4881
"0.19.2": {},
4982
"0.19.0": {},
50-
"0.18.0": {},
51-
"0.17.2": {},
83+
"0.18.0": {
84+
"tags": [
85+
"0.18"
86+
]
87+
},
88+
"0.17.2": {
89+
"tags": [
90+
"0.17"
91+
]
92+
},
5293
"0.17.0": {},
53-
"0.16.0": {},
54-
"0.15.2": {},
94+
"0.16.0": {
95+
"tags": [
96+
"0.16"
97+
]
98+
},
99+
"0.15.2": {
100+
"tags": [
101+
"0.15"
102+
]
103+
},
55104
"0.15.0": {},
56-
"0.14.3": {},
105+
"0.14.3": {
106+
"tags": [
107+
"0.14"
108+
]
109+
},
57110
"0.14.2": {},
58111
"0.14.0": {},
59-
"0.13.0": {}
112+
"0.13.0": {
113+
"tags": [
114+
"0.13"
115+
]
116+
}
60117
},
61118
"bases": {
62119
"ubuntu": {
63120
"default": true
64121
},
65122
"alpine": {}
123+
},
124+
"flavors": {
125+
"regular": {
126+
"default": true
127+
},
128+
"slim": {}
66129
}
67130
}

0 commit comments

Comments
 (0)