Skip to content

Commit

Permalink
Updating aspire version to shipped Preview 6 build. (dotnet#5392)
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr authored Apr 24, 2024
1 parent 2746ed0 commit 1637ab7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.aspire-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ Limits are per-resource. For example, a `MaxLogCount` value of 10,000 configures
##### .NET Aspire Dashboard Preview Tags
Tags | Dockerfile | OS Version
-----------| -------------| -------------
8.0.0-preview.5-amd64, 8.0-preview-amd64, 8.0.0-preview.5, 8.0-preview, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0-distroless
8.0.0-preview.6-amd64, 8.0-preview-amd64, 8.0.0-preview.6, 8.0-preview, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0-distroless

## Linux arm64 Tags
##### .NET Aspire Dashboard Preview Tags
Tags | Dockerfile | OS Version
-----------| -------------| -------------
8.0.0-preview.5-arm64v8, 8.0-preview-arm64v8, 8.0.0-preview.5, 8.0-preview, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0-distroless
8.0.0-preview.6-arm64v8, 8.0-preview-arm64v8, 8.0.0-preview.6, 8.0-preview, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0-distroless

You can retrieve a list of all available tags for dotnet/aspire-dashboard at https://mcr.microsoft.com/v2/dotnet/aspire-dashboard/tags/list.
<!--End of generated tags-->
Expand Down
8 changes: 4 additions & 4 deletions manifest.versions.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"variables": {
"aspire-dashboard|8.0|build-version": "8.0.0-preview.5.24201.12",
"aspire-dashboard|8.0|product-version": "8.0.0-preview.5",
"aspire-dashboard|8.0|build-version": "8.0.0-preview.6.24214.1",
"aspire-dashboard|8.0|product-version": "8.0.0-preview.6",
"aspire-dashboard|8.0|fixed-tag": "$(aspire-dashboard|8.0|product-version)",
"aspire-dashboard|8.0|floating-tag": "8.0-preview",
"aspire-dashboard|8.0|linux|x64|sha": "dcc8373e45f49539357412678e67d95f31362b4b3d8f14aa74ef6b11d44929ff45b545c59a7ad57cc8e7a9e0dac3ae788442bee4ce8b7053381abcd2da5bd8c7",
"aspire-dashboard|8.0|linux|arm64|sha": "676e63dd0c73ab75b1d368878d72e3cefd975476ab43b09088c5a61f75d0a8400c57e5339ab86b6a70f382193f51ec6aff17ec8ad0f32b26b799a78414d6a120",
"aspire-dashboard|8.0|linux|x64|sha": "aae0b7d83b1de16b0f08a6dd5a3533e4155ca2462a215725fb4e67b0b1b09b46ce0086838744f7644ec1ea398947e53384995c637cf1710b70255e69b11aa108",
"aspire-dashboard|8.0|linux|arm64|sha": "5cd0b486435bd330fd855345eb247b984fc82a540eb3178eda060e4a0da4c706328ec9836594823fcfbcae8978e0b526a35b73334b945db61164fbef1a1bcc9d",

"aspnet|6.0|build-version": "6.0.29",
"aspnet|6.0|targeting-pack-version": "$(aspnet|6.0|build-version)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ RUN tdnf install -y \
&& tdnf clean all

# Retrieve Aspire Dashboard
RUN dotnet_aspire_version=8.0.0-preview.5.24201.12 \
RUN dotnet_aspire_version=8.0.0-preview.6.24214.1 \
&& curl -fSL --output aspire_dashboard.zip https://dotnetbuilds.azureedge.net/public/aspire/$dotnet_aspire_version/aspire-dashboard-linux-x64.zip \
&& aspire_dashboard_sha512='dcc8373e45f49539357412678e67d95f31362b4b3d8f14aa74ef6b11d44929ff45b545c59a7ad57cc8e7a9e0dac3ae788442bee4ce8b7053381abcd2da5bd8c7' \
&& aspire_dashboard_sha512='aae0b7d83b1de16b0f08a6dd5a3533e4155ca2462a215725fb4e67b0b1b09b46ce0086838744f7644ec1ea398947e53384995c637cf1710b70255e69b11aa108' \
&& echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \
&& mkdir -p /app \
&& unzip aspire_dashboard.zip -d /app \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ RUN tdnf install -y \
&& tdnf clean all

# Retrieve Aspire Dashboard
RUN dotnet_aspire_version=8.0.0-preview.5.24201.12 \
RUN dotnet_aspire_version=8.0.0-preview.6.24214.1 \
&& curl -fSL --output aspire_dashboard.zip https://dotnetbuilds.azureedge.net/public/aspire/$dotnet_aspire_version/aspire-dashboard-linux-arm64.zip \
&& aspire_dashboard_sha512='676e63dd0c73ab75b1d368878d72e3cefd975476ab43b09088c5a61f75d0a8400c57e5339ab86b6a70f382193f51ec6aff17ec8ad0f32b26b799a78414d6a120' \
&& aspire_dashboard_sha512='5cd0b486435bd330fd855345eb247b984fc82a540eb3178eda060e4a0da4c706328ec9836594823fcfbcae8978e0b526a35b73334b945db61164fbef1a1bcc9d' \
&& echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \
&& mkdir -p /app \
&& unzip aspire_dashboard.zip -d /app \
Expand Down

0 comments on commit 1637ab7

Please sign in to comment.