Skip to content

Commit

Permalink
2202985 Docker V2 task fails to push the container images after the t…
Browse files Browse the repository at this point in the history
…ask version updated to 2.243.0 (#20516)
  • Loading branch information
PhilipsonJoseph authored Oct 7, 2024
1 parent e55d7e5 commit c8176f0
Show file tree
Hide file tree
Showing 15 changed files with 138 additions and 128 deletions.
8 changes: 4 additions & 4 deletions Tasks/DockerV2/_buildConfigs/Node20/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/DockerV2/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/uuid": "^8.3.0",
"agent-base": "^6.0.2",
"azure-pipelines-task-lib": "^4.13.0",
"azure-pipelines-tasks-docker-common": "2.245.0",
"azure-pipelines-tasks-docker-common": "2.247.0",
"azure-pipelines-tasks-utility-common": "^3.238.0",
"del": "2.2.0",
"esprima": "2.7.1",
Expand Down
105 changes: 55 additions & 50 deletions Tasks/DockerV2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/DockerV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/uuid": "^8.3.0",
"agent-base": "^6.0.2",
"azure-pipelines-task-lib": "^4.13.0",
"azure-pipelines-tasks-docker-common": "^2.245.0",
"azure-pipelines-tasks-docker-common": "^2.247.0",
"azure-pipelines-tasks-utility-common": "^3.238.0",
"del": "2.2.0",
"esprima": "2.7.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DockerV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 246,
"Minor": 247,
"Patch": 0
},
"minimumAgentVersion": "2.172.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DockerV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 246,
"Minor": 247,
"Patch": 0
},
"minimumAgentVersion": "2.172.0",
Expand Down
4 changes: 2 additions & 2 deletions _generated/DockerV2.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|2.246.0
Node20_229_2|2.246.1
Default|2.247.0
Node20_229_2|2.247.1
105 changes: 55 additions & 50 deletions _generated/DockerV2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _generated/DockerV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/uuid": "^8.3.0",
"agent-base": "^6.0.2",
"azure-pipelines-task-lib": "^4.13.0",
"azure-pipelines-tasks-docker-common": "^2.245.0",
"azure-pipelines-tasks-docker-common": "^2.247.0",
"azure-pipelines-tasks-utility-common": "^3.238.0",
"del": "2.2.0",
"esprima": "2.7.1",
Expand Down
6 changes: 3 additions & 3 deletions _generated/DockerV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 246,
"Minor": 247,
"Patch": 0
},
"minimumAgentVersion": "2.172.0",
Expand Down Expand Up @@ -188,7 +188,7 @@
"WritingDockerConfigToTempFile": "Writing Docker config to temp file. File path: %s, Docker config: %s"
},
"_buildConfigMapping": {
"Default": "2.246.0",
"Node20_229_2": "2.246.1"
"Default": "2.247.0",
"Node20_229_2": "2.247.1"
}
}
Loading

0 comments on commit c8176f0

Please sign in to comment.