Skip to content

template/docs: change .NET build base-image from 8.0-bullseye-slim -> 8.0 #1677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 28, 2024
Merged

template/docs: change .NET build base-image from 8.0-bullseye-slim -> 8.0 #1677

merged 3 commits into from
Feb 28, 2024

Conversation

cdschneider
Copy link
Contributor

Issue #, if available:

n/a

Description of changes:

The serverless.AspNetCoreWebAPI template includes documentation for how to author a container-image (using a multi-stage build). The README.md includes example Dockerfile code that can be misleading because the build base image uses an 8.0-bullseye-slim tag, where this tag does not actually exist (discussion/question/answer here: dotnet/dotnet-docker#5002).

Based on Microsoft's Supported Platforms documentation the proper tag to use should be 8.0-bookworm-slim

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@cdschneider cdschneider changed the title template/docs: change .NET build base-image from bullseye -> bookworm template/docs: change .NET build base-image from 8.0-bullseye-slim -> 8.0 Feb 24, 2024
@cdschneider cdschneider requested a review from normj February 24, 2024 05:47
@normj normj changed the base branch from master to dev February 26, 2024 18:09
@normj normj changed the base branch from dev to master February 26, 2024 18:09
@normj normj changed the base branch from master to dev February 26, 2024 18:10
@jnunn-aws jnunn-aws self-requested a review February 27, 2024 18:29
@normj normj merged commit 95a6a94 into aws:dev Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants