Coder Social home page Coder Social logo

Comments (15)

Mozanrath avatar Mozanrath commented on June 11, 2024 3

Where can we see a list of images on mcr? Is there a web UI like docker hub?

from aspnet-docker.

sanguedemonstro avatar sanguedemonstro commented on June 11, 2024 2

I'm with you @sixeyed , actually I'm waiting, and ready to test my apps on it.
Please put it at Docker Hub too!

from aspnet-docker.

shirhatti avatar shirhatti commented on June 11, 2024 2

We have the PR staged at https://github.com/Microsoft/aspnet-docker/tree/RS5update and are working on bootstrapping new infrastructure to publish to Windows Server 2019

from aspnet-docker.

radyz avatar radyz commented on June 11, 2024 1

Any ETA on this?

Thanks

from aspnet-docker.

radyz avatar radyz commented on June 11, 2024

Excellent, looking forward to download it once it's ready

from aspnet-docker.

shirhatti avatar shirhatti commented on June 11, 2024

Windows has pulled the 1809 base images. We're waiting for them to republish with new base images before we can publish.

from aspnet-docker.

radyz avatar radyz commented on June 11, 2024

Thanks a lot!! I've been refreshing docker hub everyday checking for it to be available πŸ˜„

from aspnet-docker.

sanguedemonstro avatar sanguedemonstro commented on June 11, 2024

Any ETA on this?

Thanks

from aspnet-docker.

pbering avatar pbering commented on June 11, 2024

it's here: docker image pull mcr.microsoft.com/dotnet/framework/aspnet:4.7.2-windowsservercore-ltsc2019

from aspnet-docker.

Mozanrath avatar Mozanrath commented on June 11, 2024

Still not on docker hub yet

from aspnet-docker.

shirhatti avatar shirhatti commented on June 11, 2024

@Mozanrath The images are already live.

As you may have noticed in the docker pull command, the image is now being served from the Microsoft Container Registry (MCR). Starting with Windows Server 2019 and going forwards, all new tags will be published exclusively to MCR. All existing tags have been syndicated from DockerHub to MCR.

If your existing Dockerfile begins by specifying microsoft/iis as the base layer as shown below-

FROM microsoft/aspnet:4.7.2-windowsservercore-ltsc2016
…

Our guidance is to move to adopting MCR as your base layer. You should change your Dockerfile to what’s shown below-

FROM mcr.microsoft.com/dotnet/framework/aspnet:4.7.2-windowsservercore-ltsc2016
…

As part of this transition, we are only changing the source from where you download your images to MCR. DockerHub continues to be the preferred medium for container image discovery.
Take a look this blog post for the motivation behind this change.

from aspnet-docker.

shirhatti avatar shirhatti commented on June 11, 2024

@rotata Could you help answer with that question?

from aspnet-docker.

sanguedemonstro avatar sanguedemonstro commented on June 11, 2024

Starting with Windows Server 2019 and going forwards, all new tags will be published exclusively to MCR. All existing tags have been syndicated from DockerHub to MCR.

Hey @shirhatti, or @rotata, how can I list or explore all images and tags from mcr.microsoft.com?

from aspnet-docker.

biiiipy avatar biiiipy commented on June 11, 2024

@sanguedemonstro as I've read elsewhere, Docker Hub is still the place to explore/search images and mcr is just a place where they get pulled from. It's kind of weird and unexpected, but makes sense in a way

from aspnet-docker.

sanguedemonstro avatar sanguedemonstro commented on June 11, 2024

@biiiipy from ltsc2019 on, tags are no longer in the docker hub. So now it is hard to know if there is any variant of ltsc2019, like other languages as pt-BR... Maybe there is but who knows?!

from aspnet-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.