Skip to content

Commit e042d17

Browse files
committed
add: dotnet10 to aks
1 parent a3af861 commit e042d17

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

images/aks.Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ USER root
44

55
# bicep language server requries dotnet 8.0
66
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc && \
7+
microdnf install -y --nodocs --setopt install_weak_deps=0 --enablerepo=updates-testing dotnet-sdk-10.0 && \
78
microdnf install -y dotnet-sdk-8.0 helm --nodocs --setopt install_weak_deps=0 && \
89
microdnf install -y https://packages.microsoft.com/config/rhel/9.0/packages-microsoft-prod.rpm --nodocs --setopt install_weak_deps=0 && \
910
microdnf install -y azure-cli --nodocs --setopt install_weak_deps=0 && \
@@ -28,7 +29,7 @@ RUN code-server --accept-server-license-terms --install-extension Ionide.Ionide-
2829
echo "exec dotnet ${HOME}/.vscode-server/extensions/ms-azuretools.vscode-bicep-${BICEP_LSP_VER}/bicepLanguageServer/Bicep.LangServer.dll \"$@\"" >> $BICEP_WRAPPER_PATH && \
2930
chmod +x $BICEP_WRAPPER_PATH
3031

31-
RUN dotnet tool install --global fsy --version 0.20.0 && \
32+
RUN dotnet tool install --global fsy --version 0.21.0-alpha.2 && \
3233
dotnet tool install -g fsautocomplete && \
3334
dotnet tool install -g fantomas && fsy install-fsx-extensions
3435

images/dotnet-10.Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN code-server --install-extension Ionide.Ionide-fsharp && \
1616
code-server --install-extension ms-mssql.mssql
1717

1818
USER root
19-
RUN microdnf install -y --nodocs --setopt install_weak_deps=0 --enablerepo=updates-testing dotnet-sdk-10.0 &&\
19+
RUN microdnf install -y --nodocs --setopt install_weak_deps=0 --enablerepo=updates-testing dotnet-sdk-10.0 && \
2020
microdnf install -y --nodocs --setopt install_weak_deps=0 \
2121
dotnet-sdk-8.0 \
2222
#dotnet-sdk-10.0 \

0 commit comments

Comments
 (0)