|
2460 | 2460 | } |
2461 | 2461 | ] |
2462 | 2462 | }, |
| 2463 | + { |
| 2464 | + "productVersion": "$(dotnet|8.0|product-version)", |
| 2465 | + "platforms": [ |
| 2466 | + { |
| 2467 | + "dockerfile": "src/runtime/8.0/nanoserver-ltsc2025/amd64", |
| 2468 | + "dockerfileTemplate": "eng/dockerfile-templates/runtime/Dockerfile.windows", |
| 2469 | + "os": "windows", |
| 2470 | + "osVersion": "nanoserver-ltsc2025", |
| 2471 | + "tags": { |
| 2472 | + "$(dotnet|8.0|fixed-tag)-nanoserver-ltsc2025": {}, |
| 2473 | + "$(dotnet|8.0|minor-tag)-nanoserver-ltsc2025": {} |
| 2474 | + } |
| 2475 | + } |
| 2476 | + ] |
| 2477 | + }, |
2463 | 2478 | { |
2464 | 2479 | "productVersion": "$(dotnet|8.0|product-version)", |
2465 | 2480 | "platforms": [ |
|
2490 | 2505 | } |
2491 | 2506 | ] |
2492 | 2507 | }, |
| 2508 | + { |
| 2509 | + "productVersion": "$(dotnet|8.0|product-version)", |
| 2510 | + "platforms": [ |
| 2511 | + { |
| 2512 | + "dockerfile": "src/runtime/8.0/windowsservercore-ltsc2025/amd64", |
| 2513 | + "dockerfileTemplate": "eng/dockerfile-templates/runtime/Dockerfile.windows", |
| 2514 | + "os": "windows", |
| 2515 | + "osVersion": "windowsservercore-ltsc2025", |
| 2516 | + "tags": { |
| 2517 | + "$(dotnet|8.0|fixed-tag)-windowsservercore-ltsc2025": {}, |
| 2518 | + "$(dotnet|8.0|minor-tag)-windowsservercore-ltsc2025": {} |
| 2519 | + } |
| 2520 | + } |
| 2521 | + ] |
| 2522 | + }, |
2493 | 2523 | { |
2494 | 2524 | "productVersion": "$(dotnet|9.0|product-version)", |
2495 | 2525 | "sharedTags": { |
|
3075 | 3105 | } |
3076 | 3106 | ] |
3077 | 3107 | }, |
| 3108 | + { |
| 3109 | + "productVersion": "$(dotnet|9.0|product-version)", |
| 3110 | + "platforms": [ |
| 3111 | + { |
| 3112 | + "dockerfile": "src/runtime/9.0/nanoserver-ltsc2025/amd64", |
| 3113 | + "dockerfileTemplate": "eng/dockerfile-templates/runtime/Dockerfile.windows", |
| 3114 | + "os": "windows", |
| 3115 | + "osVersion": "nanoserver-ltsc2025", |
| 3116 | + "tags": { |
| 3117 | + "$(dotnet|9.0|fixed-tag)-nanoserver-ltsc2025": {}, |
| 3118 | + "$(dotnet|9.0|minor-tag)-nanoserver-ltsc2025": {} |
| 3119 | + } |
| 3120 | + } |
| 3121 | + ] |
| 3122 | + }, |
3078 | 3123 | { |
3079 | 3124 | "productVersion": "$(dotnet|9.0|product-version)", |
3080 | 3125 | "platforms": [ |
|
3104 | 3149 | } |
3105 | 3150 | } |
3106 | 3151 | ] |
| 3152 | + }, |
| 3153 | + { |
| 3154 | + "productVersion": "$(dotnet|9.0|product-version)", |
| 3155 | + "platforms": [ |
| 3156 | + { |
| 3157 | + "dockerfile": "src/runtime/9.0/windowsservercore-ltsc2025/amd64", |
| 3158 | + "dockerfileTemplate": "eng/dockerfile-templates/runtime/Dockerfile.windows", |
| 3159 | + "os": "windows", |
| 3160 | + "osVersion": "windowsservercore-ltsc2025", |
| 3161 | + "tags": { |
| 3162 | + "$(dotnet|9.0|fixed-tag)-windowsservercore-ltsc2025": {}, |
| 3163 | + "$(dotnet|9.0|minor-tag)-windowsservercore-ltsc2025": {} |
| 3164 | + } |
| 3165 | + } |
| 3166 | + ] |
3107 | 3167 | } |
3108 | 3168 | ] |
3109 | 3169 | }, |
|
4552 | 4612 | } |
4553 | 4613 | ] |
4554 | 4614 | }, |
| 4615 | + { |
| 4616 | + "productVersion": "$(dotnet|8.0|product-version)", |
| 4617 | + "platforms": [ |
| 4618 | + { |
| 4619 | + "buildArgs": { |
| 4620 | + "REPO": "$(Repo:runtime)" |
| 4621 | + }, |
| 4622 | + "dockerfile": "src/aspnet/8.0/nanoserver-ltsc2025/amd64", |
| 4623 | + "dockerfileTemplate": "eng/dockerfile-templates/aspnet/Dockerfile.windows", |
| 4624 | + "os": "windows", |
| 4625 | + "osVersion": "nanoserver-ltsc2025", |
| 4626 | + "tags": { |
| 4627 | + "$(dotnet|8.0|fixed-tag)-nanoserver-ltsc2025": {}, |
| 4628 | + "$(dotnet|8.0|minor-tag)-nanoserver-ltsc2025": {} |
| 4629 | + } |
| 4630 | + } |
| 4631 | + ] |
| 4632 | + }, |
4555 | 4633 | { |
4556 | 4634 | "productVersion": "$(dotnet|8.0|product-version)", |
4557 | 4635 | "platforms": [ |
|
4588 | 4666 | } |
4589 | 4667 | ] |
4590 | 4668 | }, |
| 4669 | + { |
| 4670 | + "productVersion": "$(dotnet|8.0|product-version)", |
| 4671 | + "platforms": [ |
| 4672 | + { |
| 4673 | + "buildArgs": { |
| 4674 | + "REPO": "$(Repo:runtime)" |
| 4675 | + }, |
| 4676 | + "dockerfile": "src/aspnet/8.0/windowsservercore-ltsc2025/amd64", |
| 4677 | + "dockerfileTemplate": "eng/dockerfile-templates/aspnet/Dockerfile.windows", |
| 4678 | + "os": "windows", |
| 4679 | + "osVersion": "windowsservercore-ltsc2025", |
| 4680 | + "tags": { |
| 4681 | + "$(dotnet|8.0|fixed-tag)-windowsservercore-ltsc2025": {}, |
| 4682 | + "$(dotnet|8.0|minor-tag)-windowsservercore-ltsc2025": {} |
| 4683 | + } |
| 4684 | + } |
| 4685 | + ] |
| 4686 | + }, |
4591 | 4687 | { |
4592 | 4688 | "productVersion": "$(dotnet|9.0|product-version)", |
4593 | 4689 | "sharedTags": { |
|
5543 | 5639 | } |
5544 | 5640 | ] |
5545 | 5641 | }, |
| 5642 | + { |
| 5643 | + "productVersion": "$(dotnet|9.0|product-version)", |
| 5644 | + "platforms": [ |
| 5645 | + { |
| 5646 | + "buildArgs": { |
| 5647 | + "REPO": "$(Repo:runtime)" |
| 5648 | + }, |
| 5649 | + "dockerfile": "src/aspnet/9.0/nanoserver-ltsc2025/amd64", |
| 5650 | + "dockerfileTemplate": "eng/dockerfile-templates/aspnet/Dockerfile.windows", |
| 5651 | + "os": "windows", |
| 5652 | + "osVersion": "nanoserver-ltsc2025", |
| 5653 | + "tags": { |
| 5654 | + "$(dotnet|9.0|fixed-tag)-nanoserver-ltsc2025": {}, |
| 5655 | + "$(dotnet|9.0|minor-tag)-nanoserver-ltsc2025": {} |
| 5656 | + } |
| 5657 | + } |
| 5658 | + ] |
| 5659 | + }, |
5546 | 5660 | { |
5547 | 5661 | "productVersion": "$(dotnet|9.0|product-version)", |
5548 | 5662 | "platforms": [ |
|
5578 | 5692 | } |
5579 | 5693 | } |
5580 | 5694 | ] |
| 5695 | + }, |
| 5696 | + { |
| 5697 | + "productVersion": "$(dotnet|9.0|product-version)", |
| 5698 | + "platforms": [ |
| 5699 | + { |
| 5700 | + "buildArgs": { |
| 5701 | + "REPO": "$(Repo:runtime)" |
| 5702 | + }, |
| 5703 | + "dockerfile": "src/aspnet/9.0/windowsservercore-ltsc2025/amd64", |
| 5704 | + "dockerfileTemplate": "eng/dockerfile-templates/aspnet/Dockerfile.windows", |
| 5705 | + "os": "windows", |
| 5706 | + "osVersion": "windowsservercore-ltsc2025", |
| 5707 | + "tags": { |
| 5708 | + "$(dotnet|9.0|fixed-tag)-windowsservercore-ltsc2025": {}, |
| 5709 | + "$(dotnet|9.0|minor-tag)-windowsservercore-ltsc2025": {} |
| 5710 | + } |
| 5711 | + } |
| 5712 | + ] |
5581 | 5713 | } |
5582 | 5714 | ] |
5583 | 5715 | }, |
|
5970 | 6102 | } |
5971 | 6103 | ] |
5972 | 6104 | }, |
| 6105 | + { |
| 6106 | + "productVersion": "$(sdk|8.0|product-version)", |
| 6107 | + "platforms": [ |
| 6108 | + { |
| 6109 | + "buildArgs": { |
| 6110 | + "REPO": "$(Repo:aspnet)" |
| 6111 | + }, |
| 6112 | + "dockerfile": "src/sdk/8.0/nanoserver-ltsc2025/amd64", |
| 6113 | + "dockerfileTemplate": "eng/dockerfile-templates/sdk/Dockerfile.windows", |
| 6114 | + "os": "windows", |
| 6115 | + "osVersion": "nanoserver-ltsc2025", |
| 6116 | + "tags": { |
| 6117 | + "$(sdk|8.0|fixed-tag)-nanoserver-ltsc2025": {}, |
| 6118 | + "$(sdk|8.0|minor-tag)-nanoserver-ltsc2025": {} |
| 6119 | + } |
| 6120 | + } |
| 6121 | + ] |
| 6122 | + }, |
5973 | 6123 | { |
5974 | 6124 | "productVersion": "$(sdk|8.0|product-version)", |
5975 | 6125 | "platforms": [ |
|
6006 | 6156 | } |
6007 | 6157 | ] |
6008 | 6158 | }, |
| 6159 | + { |
| 6160 | + "productVersion": "$(sdk|8.0|product-version)", |
| 6161 | + "platforms": [ |
| 6162 | + { |
| 6163 | + "buildArgs": { |
| 6164 | + "REPO": "$(Repo:aspnet)" |
| 6165 | + }, |
| 6166 | + "dockerfile": "src/sdk/8.0/windowsservercore-ltsc2025/amd64", |
| 6167 | + "dockerfileTemplate": "eng/dockerfile-templates/sdk/Dockerfile.windows", |
| 6168 | + "os": "windows", |
| 6169 | + "osVersion": "windowsservercore-ltsc2025", |
| 6170 | + "tags": { |
| 6171 | + "$(sdk|8.0|fixed-tag)-windowsservercore-ltsc2025": {}, |
| 6172 | + "$(sdk|8.0|minor-tag)-windowsservercore-ltsc2025": {} |
| 6173 | + } |
| 6174 | + } |
| 6175 | + ] |
| 6176 | + }, |
6009 | 6177 | { |
6010 | 6178 | "productVersion": "$(sdk|9.0|product-version)", |
6011 | 6179 | "sharedTags": { |
|
6294 | 6462 | } |
6295 | 6463 | ] |
6296 | 6464 | }, |
| 6465 | + { |
| 6466 | + "productVersion": "$(sdk|9.0|product-version)", |
| 6467 | + "platforms": [ |
| 6468 | + { |
| 6469 | + "buildArgs": { |
| 6470 | + "REPO": "$(Repo:aspnet)" |
| 6471 | + }, |
| 6472 | + "dockerfile": "src/sdk/9.0/nanoserver-ltsc2025/amd64", |
| 6473 | + "dockerfileTemplate": "eng/dockerfile-templates/sdk/Dockerfile.windows", |
| 6474 | + "os": "windows", |
| 6475 | + "osVersion": "nanoserver-ltsc2025", |
| 6476 | + "tags": { |
| 6477 | + "$(sdk|9.0|fixed-tag)-nanoserver-ltsc2025": {}, |
| 6478 | + "$(sdk|9.0|minor-tag)-nanoserver-ltsc2025": {} |
| 6479 | + } |
| 6480 | + } |
| 6481 | + ] |
| 6482 | + }, |
6297 | 6483 | { |
6298 | 6484 | "productVersion": "$(sdk|9.0|product-version)", |
6299 | 6485 | "platforms": [ |
|
6329 | 6515 | } |
6330 | 6516 | } |
6331 | 6517 | ] |
| 6518 | + }, |
| 6519 | + { |
| 6520 | + "productVersion": "$(sdk|9.0|product-version)", |
| 6521 | + "platforms": [ |
| 6522 | + { |
| 6523 | + "buildArgs": { |
| 6524 | + "REPO": "$(Repo:aspnet)" |
| 6525 | + }, |
| 6526 | + "dockerfile": "src/sdk/9.0/windowsservercore-ltsc2025/amd64", |
| 6527 | + "dockerfileTemplate": "eng/dockerfile-templates/sdk/Dockerfile.windows", |
| 6528 | + "os": "windows", |
| 6529 | + "osVersion": "windowsservercore-ltsc2025", |
| 6530 | + "tags": { |
| 6531 | + "$(sdk|9.0|fixed-tag)-windowsservercore-ltsc2025": {}, |
| 6532 | + "$(sdk|9.0|minor-tag)-windowsservercore-ltsc2025": {} |
| 6533 | + } |
| 6534 | + } |
| 6535 | + ] |
6332 | 6536 | } |
6333 | 6537 | ] |
6334 | 6538 | }, |
|
0 commit comments