Skip to content

Commit 7e74c62

Browse files
authored
Switch to 8.0-jammy-chiseled-composite-extra base image to fix SQL Transport (#4437)
1 parent d1a43b0 commit 7e74c62

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/ServiceControl.Audit/Container-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The latest release within a minor version will be tagged with `{major}.{minor}`
4646

4747
## Image architecture
4848

49-
This image is a multi-arch image based on the [`mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-composite`](https://mcr.microsoft.com/en-us/product/dotnet/aspnet/about) base image supporting `linux/arm64` and `linux/amd64`.
49+
This image is a multi-arch image based on the [`mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-composite-extra`](https://mcr.microsoft.com/en-us/product/dotnet/aspnet/about) base image supporting `linux/arm64` and `linux/amd64`.
5050

5151
## Authors
5252

src/ServiceControl.Audit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN dotnet build src/ServiceControl.Audit/ServiceControl.Audit.csproj --configur
99
RUN dotnet publish src/HealthCheckApp/HealthCheckApp.csproj --arch $TARGETARCH --output /healthcheck
1010

1111
# Runtime image
12-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-composite
12+
FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-composite-extra
1313
ARG VERSION
1414
WORKDIR /app
1515

src/ServiceControl.Monitoring/Container-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The latest release within a minor version will be tagged with `{major}.{minor}`
4545

4646
## Image architecture
4747

48-
This image is a multi-arch image based on the [`mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-composite`](https://mcr.microsoft.com/en-us/product/dotnet/aspnet/about) base image supporting `linux/arm64` and `linux/amd64`.
48+
This image is a multi-arch image based on the [`mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-composite-extra`](https://mcr.microsoft.com/en-us/product/dotnet/aspnet/about) base image supporting `linux/arm64` and `linux/amd64`.
4949

5050
## Authors
5151

src/ServiceControl.Monitoring/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN dotnet build src/ServiceControl.Monitoring/ServiceControl.Monitoring.csproj
99
RUN dotnet publish src/HealthCheckApp/HealthCheckApp.csproj --arch $TARGETARCH --output /healthcheck
1010

1111
# Runtime image
12-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-composite
12+
FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-composite-extra
1313
ARG VERSION
1414
WORKDIR /app
1515

src/ServiceControl/Container-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The latest release within a minor version will be tagged with `{major}.{minor}`
4747

4848
## Image architecture
4949

50-
This image is a multi-arch image based on the [`mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-composite`](https://mcr.microsoft.com/en-us/product/dotnet/aspnet/about) base image supporting `linux/arm64` and `linux/amd64`.
50+
This image is a multi-arch image based on the [`mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-composite-extra`](https://mcr.microsoft.com/en-us/product/dotnet/aspnet/about) base image supporting `linux/arm64` and `linux/amd64`.
5151

5252
## Authors
5353

src/ServiceControl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN dotnet build src/ServiceControl/ServiceControl.csproj --configuration Releas
99
RUN dotnet publish src/HealthCheckApp/HealthCheckApp.csproj --arch $TARGETARCH --output /healthcheck
1010

1111
# Runtime image
12-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-composite
12+
FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy-chiseled-composite-extra
1313
ARG VERSION
1414
WORKDIR /app
1515

0 commit comments

Comments
 (0)