新版本的.net 5移除了core的标识,所以新版本的镜像名称发生了变化, 5.0版本之后已使用 新的名称 aspnet-cst
https://hub.docker.com/r/dukecheng/aspnetcore/
git tag -d v2.2-preview3 git push origin :refs/tags/v2.2-preview3
git tag -a v1.4 -m "my version 1.4" && git push --tags
git tag -a v2.2-preview3 -m "v2.2-preview3 publish" && git push --tags
Content type
Image
Digest
Size
94 MB
Last updated
almost 7 years ago
docker pull dukecheng/aspnetcore:aspnetcore-runtime-3.0