Skip to content

Commit acf50bd

Browse files
kboomGrzegorz Gurgul (from Dev Box)
and
Grzegorz Gurgul (from Dev Box)
authored
Add support for WIF in DockerV2 task for Node20 (#19880)
This adds support for WIF in DockerV2 task running on Node20 --------- Co-authored-by: Grzegorz Gurgul (from Dev Box) <[email protected]>
1 parent f5b22d9 commit acf50bd

File tree

14 files changed

+3752
-2528
lines changed

14 files changed

+3752
-2528
lines changed

Tasks/DockerV2/Tests/L0.ts

+1,026-770
Large diffs are not rendered by default.

Tasks/DockerV2/_buildConfigs/Node20/package-lock.json

+327-99
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/DockerV2/_buildConfigs/Node20/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"@types/q": "^1.5.0",
66
"@types/uuid": "^8.3.0",
77
"azure-pipelines-task-lib": "^4.0.1-preview",
8-
"azure-pipelines-tasks-docker-common": "2.211.0",
9-
"azure-pipelines-tasks-utility-common": "^3.210.0",
8+
"azure-pipelines-tasks-docker-common": "2.226.0",
9+
"azure-pipelines-tasks-utility-common": "^3.238.0",
1010
"del": "2.2.0",
1111
"esprima": "2.7.1",
1212
"js-yaml": "3.13.1"

Tasks/DockerV2/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 240,
17-
"Patch": 2
17+
"Patch": 4
1818
},
1919
"minimumAgentVersion": "2.172.0",
2020
"demands": [],

Tasks/DockerV2/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 240,
17-
"Patch": 2
17+
"Patch": 4
1818
},
1919
"minimumAgentVersion": "2.172.0",
2020
"demands": [],

_generated/DockerV2.versionmap.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|2.240.2
2-
Node20_229_2|2.240.3
1+
Default|2.240.4
2+
Node20_229_2|2.240.5

_generated/DockerV2/Tests/L0.ts

+1,026-770
Large diffs are not rendered by default.

_generated/DockerV2/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 240,
17-
"Patch": 2
17+
"Patch": 4
1818
},
1919
"minimumAgentVersion": "2.172.0",
2020
"demands": [],
@@ -188,7 +188,7 @@
188188
"WritingDockerConfigToTempFile": "Writing Docker config to temp file. File path: %s, Docker config: %s"
189189
},
190190
"_buildConfigMapping": {
191-
"Default": "2.240.2",
192-
"Node20_229_2": "2.240.3"
191+
"Default": "2.240.4",
192+
"Node20_229_2": "2.240.5"
193193
}
194194
}

_generated/DockerV2/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 240,
17-
"Patch": 2
17+
"Patch": 4
1818
},
1919
"minimumAgentVersion": "2.172.0",
2020
"demands": [],
@@ -188,7 +188,7 @@
188188
"WritingDockerConfigToTempFile": "ms-resource:loc.messages.WritingDockerConfigToTempFile"
189189
},
190190
"_buildConfigMapping": {
191-
"Default": "2.240.2",
192-
"Node20_229_2": "2.240.3"
191+
"Default": "2.240.4",
192+
"Node20_229_2": "2.240.5"
193193
}
194194
}

_generated/DockerV2_Node20/Tests/L0.ts

+1,026-770
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)