Skip to content

Commit cfc2889

Browse files
committed
fixup! only nanoserver-ltsc2019 & windowsservercore-ltsc2022 for now
1 parent fee2c84 commit cfc2889

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

docker-bake.hcl

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
group "linux" {
2-
targets = [
3-
"alpine",
4-
"debian",
5-
"rhel_ubi9"
6-
]
2+
# TODO: restore when fix and test are validated
3+
# targets = [
4+
# "alpine",
5+
# "debian",
6+
# "rhel_ubi9"
7+
# ]
8+
targets = []
79
}
810

911
group "windows" {
@@ -167,8 +169,12 @@ function "windowsversions" {
167169
result = (notequal(WINDOWS_VERSION_OVERRIDE, "")
168170
? [WINDOWS_VERSION_OVERRIDE]
169171
: (equal(flavor, "windowsservercore")
170-
? ["ltsc2019", "ltsc2022"]
171-
: ["1809", "ltsc2019", "ltsc2022"]))
172+
? ["ltsc2022"]
173+
# TODO: restore when fix and test are validated
174+
# ? ["ltsc2019", "ltsc2022"]
175+
: ["ltsc2019"]))
176+
# TODO: restore when fix and test are validated
177+
# : ["1809", "ltsc2019", "ltsc2022"]))
172178
}
173179

174180
# Return array of agent type(s) to build

0 commit comments

Comments
 (0)