Skip to content

Commit d9b9d18

Browse files
[nightly] Update Aspire Dashboard to 13.1.0-preview.1.25574.3 (#6830)
Co-authored-by: Logan Bussell <[email protected]>
1 parent 1fcdabb commit d9b9d18

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

README.aspire-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ Limits are per-resource. For example, a `MaxLogCount` value of 10,000 configures
119119

120120
Tags | Dockerfile | OS Version
121121
-----------| -------------| -------------
122-
13.0.0, 13.0, 13, latest | [Dockerfile](src/aspire-dashboard/amd64/Dockerfile) | Azure Linux 3.0
122+
13.1.0, 13.1, 13, latest | [Dockerfile](src/aspire-dashboard/amd64/Dockerfile) | Azure Linux 3.0
123123

124124
### Linux arm64 Tags
125125

126126
Tags | Dockerfile | OS Version
127127
-----------| -------------| -------------
128-
13.0.0, 13.0, 13, latest | [Dockerfile](src/aspire-dashboard/arm64v8/Dockerfile) | Azure Linux 3.0
128+
13.1.0, 13.1, 13, latest | [Dockerfile](src/aspire-dashboard/arm64v8/Dockerfile) | Azure Linux 3.0
129129
<!--End of generated tags-->
130130

131131
*Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/nightly/aspire-dashboard/tags/list) for all supported and unsupported tags.*

manifest.versions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"alpine|9.0|floating-tag-version": "$(alpine|floating-tag-version)",
1818
"alpine|8.0|floating-tag-version": "$(alpine|floating-tag-version)",
1919

20-
"aspire-dashboard|build-version": "13.0.0-preview.1.25560.3",
21-
"aspire-dashboard|product-version": "13.0.0",
22-
"aspire-dashboard|fixed-tag": "$(aspire-dashboard|product-version)",
23-
"aspire-dashboard|minor-tag": "13.0",
20+
"aspire-dashboard|build-version": "13.1.0-preview.1.25574.3",
21+
"aspire-dashboard|product-version": "13.1.0",
22+
"aspire-dashboard|fixed-tag": "13.1.0",
23+
"aspire-dashboard|minor-tag": "13.1",
2424
"aspire-dashboard|major-tag": "13",
25-
"aspire-dashboard|linux|x64|sha": "69333bdef491527a4437fe60b92c12e7a5a00f15cbcb3ae2c355cb6538b9905a34de1a38ef0b9552a1c6ccc94f1d37d0c1ff16b4170f4bbe97b5596a3ec0072f",
26-
"aspire-dashboard|linux|arm64|sha": "82a85c4755da7a6d277eb6b284aa0d9c7aa9fc5be41596e77f63312aa62bdb35653fe6b6f3c917882c2936be5ea91f93eaa0310db18fe32bb9be2d8dc6a30b18",
25+
"aspire-dashboard|linux|x64|sha": "662eddbab92c76dc05b007a0879ab99490385839fb8b780b16146c1c4b9d9fed29fbbf4a13b6c761bbc527fd5508ec8c3e39cf6f4a830d573117c278102231ed",
26+
"aspire-dashboard|linux|arm64|sha": "96aaca0e1307ff7c450c09e697de665285f0018c8099154f6bba18e658efa4972e68d53993538c52d22173fdf22da94c97655064f91e63a7b86a4f5c8f59e3ae",
2727
"aspire-dashboard|base-url|main": "$(base-url|public|preview|nightly)",
2828
"aspire-dashboard|base-url|nightly": "$(base-url|public|preview|nightly)",
2929

src/aspire-dashboard/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ RUN tdnf install -y \
99
&& tdnf clean all
1010

1111
# Retrieve Aspire Dashboard
12-
RUN dotnet_aspire_version=13.0.0-preview.1.25560.3 \
12+
RUN dotnet_aspire_version=13.1.0-preview.1.25574.3 \
1313
&& curl --fail --show-error --location --output aspire_dashboard.zip https://ci.dot.net/public/aspire/$dotnet_aspire_version/aspire-dashboard-linux-x64.zip \
14-
&& aspire_dashboard_sha512='69333bdef491527a4437fe60b92c12e7a5a00f15cbcb3ae2c355cb6538b9905a34de1a38ef0b9552a1c6ccc94f1d37d0c1ff16b4170f4bbe97b5596a3ec0072f' \
14+
&& aspire_dashboard_sha512='662eddbab92c76dc05b007a0879ab99490385839fb8b780b16146c1c4b9d9fed29fbbf4a13b6c761bbc527fd5508ec8c3e39cf6f4a830d573117c278102231ed' \
1515
&& echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \
1616
&& mkdir --parents /app \
1717
&& unzip aspire_dashboard.zip -d /app \

src/aspire-dashboard/arm64v8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ RUN tdnf install -y \
99
&& tdnf clean all
1010

1111
# Retrieve Aspire Dashboard
12-
RUN dotnet_aspire_version=13.0.0-preview.1.25560.3 \
12+
RUN dotnet_aspire_version=13.1.0-preview.1.25574.3 \
1313
&& curl --fail --show-error --location --output aspire_dashboard.zip https://ci.dot.net/public/aspire/$dotnet_aspire_version/aspire-dashboard-linux-arm64.zip \
14-
&& aspire_dashboard_sha512='82a85c4755da7a6d277eb6b284aa0d9c7aa9fc5be41596e77f63312aa62bdb35653fe6b6f3c917882c2936be5ea91f93eaa0310db18fe32bb9be2d8dc6a30b18' \
14+
&& aspire_dashboard_sha512='96aaca0e1307ff7c450c09e697de665285f0018c8099154f6bba18e658efa4972e68d53993538c52d22173fdf22da94c97655064f91e63a7b86a4f5c8f59e3ae' \
1515
&& echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \
1616
&& mkdir --parents /app \
1717
&& unzip aspire_dashboard.zip -d /app \

tests/Microsoft.DotNet.Docker.Tests/ImageVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public readonly record struct ImageVersion
1414
public static readonly ImageVersion V8_1 = new(new Version(8, 1), isPreview: false);
1515
public static readonly ImageVersion V9_0 = new(new Version(9, 0), isPreview: false);
1616
public static readonly ImageVersion V9_1 = new(new Version(9, 1), isPreview: false);
17-
public static readonly ImageVersion V13_0 = new(new Version(13, 0), isPreview: false);
17+
public static readonly ImageVersion V13_1 = new(new Version(13, 1), isPreview: false);
1818
public static readonly ImageVersion V9_2_Preview = new(new Version(9, 2), isPreview: true);
1919
public static readonly ImageVersion V10_0 = new(new Version(10, 0), isPreview: false);
2020

tests/Microsoft.DotNet.Docker.Tests/TestData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ public static class TestData
369369
private static readonly ProductImageData[] s_AspireDashboardTestData =
370370
{
371371
new() {
372-
Version = V13_0,
372+
Version = V13_1,
373373
VersionFamily = V9_0,
374374
OS = OS.AzureLinux30Distroless,
375375
OSTag = "",
@@ -378,7 +378,7 @@ public static class TestData
378378
SupportedImageRepos = DotNetImageRepo.Aspire_Dashboard,
379379
},
380380
new() {
381-
Version = V13_0,
381+
Version = V13_1,
382382
VersionFamily = V9_0,
383383
OS = OS.AzureLinux30Distroless,
384384
OSTag = "",

0 commit comments

Comments
 (0)