Please supply the dockerfiles/containerfiles used to produce the .NET images. #4031
abotelho-cbn
started this conversation in
General
Replies: 1 comment 5 replies
-
It depends on which on the following things to determine which Dockerfile:
For example, you can find the ASP.NET Core Dockerfiles for .NET 6 on AMD64 at https://github.com/dotnet/dotnet-docker/blob/dfb7841b9f13d28c9c6c967198ac6085a98750f9/src/aspnet/6.0/bullseye-slim/amd64/Dockerfile. The easiest way to find the associated Dockerfile is to go to the .NET Docker Hub page, find the repository you want, and go to the Tag Listing table. That table will contain a link to the Dockerfile for each of the images, listed by the tag. For example, here's a tag listing at https://hub.docker.com/_/microsoft-dotnet-aspnet/: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please supply the dockerfiles/containerfiles used to produce the .NET images.
Please provide the dockerfiles/containerfiles which are used to add .NET to the Debian base images so that we may recreated the Microsoft-supplied .NET images from scratch.
Cheers,
Alex
Beta Was this translation helpful? Give feedback.
All reactions