Skip to content

Commit fcc4668

Browse files
.NET RC1 update - Updating net8 dotnet-isolated images to remove "preview" from tag name. (#957) (#958)
Co-authored-by: Shyju Krishnankutty <connectshyju@gmail.com>
1 parent ac578ac commit fcc4668

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

host/4/bullseye/amd64/dotnet/dotnet8-isolated/dotnet-isolated-composite.template

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# TO DO : Replace preview tags. https://github.com/Azure/azure-functions-docker/issues/927
2-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-preview-bookworm-slim-amd64
1+
FROM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim-amd64
32
ARG HOST_VERSION
43

54
COPY sshd_config /etc/ssh/

host/4/bullseye/amd64/dotnet/dotnet8-isolated/dotnet-isolated-slim.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \
1616
RUN apt-get update && \
1717
apt-get install -y gnupg wget unzip
1818

19-
# TO DO : Replace preview tags. https://github.com/Azure/azure-functions-docker/issues/927
20-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-preview-bookworm-slim-amd64
19+
FROM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim-amd64
2120
ARG HOST_VERSION
2221

2322
ENV AzureWebJobsScriptRoot=/home/site/wwwroot \

host/4/bullseye/amd64/dotnet/dotnet8-isolated/dotnet-isolated.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \
1616
RUN apt-get update && \
1717
apt-get install -y gnupg wget unzip
1818

19-
# TO DO : Replace preview tags. https://github.com/Azure/azure-functions-docker/issues/927
20-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-preview-bookworm-slim-amd64
19+
FROM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim-amd64
2120
ARG HOST_VERSION
2221

2322
ENV AzureWebJobsScriptRoot=/home/site/wwwroot \

0 commit comments

Comments
 (0)