1

I am looking for a netframework Docker image with .net 4.7.2 and netcoreapp2.2. I searched on the main docker website: DockerHub, .NET Framework By Microsoft without success. I also check the Microsoft website just in case.

Is there a way to see previous version of a Docker image? (Especially for the .NET Framework)

Something to allow me to fill this kind of table:

 | docker image | framework | core | aspcore | |--------------------------------------|-----------|-------|---------| | microsoft/dotnet-framework:4.8-sdk | 4.8 | 3.0 | ? | | microsoft/dotnet-framework:4.7.2-sdk | 4.7.2 | 2.1? | ? | | | 4.7.1 | ? | ? | | | 4.7 | ? | ? | | | 4.6.2 | ? | ? | | | 4.6.1 | ? | ? | | | 4.6 | ? | ? | | | 4.5.2 | ? | ? | | | 4.5.1 | ? | ? | | | 4.5.0 | ? | ? | 
1
  • Yes....check images and timestamp before doing the same in online Commented Oct 2, 2019 at 10:45

1 Answer 1

2

docker image inspect - will show available information on the container (docs)

docker image history [your OPTIONS] imagename - Shows history of the container (docs)

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.