Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-13144

No useful error message when specifying a windowsservercore docker image

    XMLWordPrintable

Details

    Description

      Next image is used as default for .NET Core:

      #!yml
      
      image: microsoft/dotnet:onbuild
      

      But cause I need Windows Containers image, I am trying to change image to "windowsservercore". Based on information in[ microsoft/dotnet|https://hub.docker.com/r/microsoft/dotnet/] docker hub, I have tried

      #!yml
      
      
      image: microsoft/dotnet:1.0.0-windowsservercore-core
      

      and

      #!yml
      
      image: microsoft/dotnet:1.0.0-preview2-windowsservercore-sdk 
      

      but image has not been downloaded:

      #!nlog
      
      docker pull "microsoft/dotnet:1.0.0-windowsservercore-core"
      1.0.0-windowsservercore-core: Pulling from microsoft/dotnet
      1239394e5a8a: Pulling fs layer
      d90a2ac79ff2: Pulling fs layer
      cde3fa87b2c9: Pulling fs layer
      9f60be4f8205: Pulling fs layer
      c4f6347ed968: Pulling fs layer
      9f60be4f8205: Waiting
      c4f6347ed968: Waiting
      1239394e5a8a: Retrying in 5 seconds
      d90a2ac79ff2: Verifying Checksum
      d90a2ac79ff2: Download complete
      cde3fa87b2c9: Verifying Checksum
      cde3fa87b2c9: Download complete
      1239394e5a8a: Retrying in 4 seconds
      c4f6347ed968: Verifying Checksum
      c4f6347ed968: Download complete
      ...
      1239394e5a8a: Retrying in 3 seconds
      1239394e5a8a: Retrying in 2 seconds
      1239394e5a8a: Retrying in 1 second
      1239394e5a8a: Downloading
      unknown blob
      

      The following may help:

      Based on this SO question the following issue in dotnet-docker has been created: Can't pull microsoft/dotnet:1.0.0-windowsservercore-core

      Attachments

        Activity

          People

            Unassigned Unassigned
            7394ab87c58f submiting
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: