Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2202985 Docker V2 task fails to push the container images after the t… #20516

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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