-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to pull images from microsoft #3761
Comments
Same issue here. And notice that windowsservercore does not show as an automated build. Not listed in the output of this command: docker search --filter "is-automated=true" microsoft |
Am I messing something up or anything fishy going on? |
something fishy IMHO. My build has been working for many months, except when I tried a new build today. |
Many of their images are currently broken like this. But this one works: |
Microsoft deprecated the
So, it's not a bug, but I can definitely feel the pain of that change (I'm in the process of updating various GitHub repositories to make them build again 😞) |
Ugh... Thanks for the link. |
still having same problem though. I copied/paste this from their docker hub page (https://hub.docker.com/_/microsoft-windows-servercore) PS C:> docker pull mcr.microsoft.com/windows/servercore:ltsc2019 |
Probably this: I wish Microsoft would just stop, well, being Microsoft... |
Yes, when running with process-isolation, the version must match the Windows kernel version you're running on. Unlike Linux, the Windows kernel does not have a stable API, so container images running on Windows must have libraries that match the kernel on which they will be running to make it work (which is also why those images are a lot bigger than Linux images). |
anyone know a working tag for microsoft/nanoserver? Edit: nvm this, 1709 works. |
FWIW, this should work: docker pull mcr.microsoft.com/windows/nanoserver:1809 |
C:\U\Rudi Adianto> docker pull mcr.microsoft.com/windows/nanoserver:1809 No luck :\ |
The nano-server images for Windows Server 2016 were marked EOL and they had them removed from Docker Hub |
This command worked for me. thanks so much @thaJeztah ! |
The above command does not work. Gives me the below info: |
@pinnaman what version of Windows are you running? The version must match your Windows version (so, e.g. |
Thanks @thaJeztah , its my mistake. I was using trying to pull this image from a mac. |
Ah! Yes, the "for unknown" should actually be "for Linux" (it's a bug); there's a bug fix for that in Docker 19.03 (and I opened a backport for Docker 18.09 to include it in an upcoming patch release) |
Type winver from run, check the version and then run the correspoding version aka tag number e.g. docker run mcr.microsoft.com/windows/servercore:1607 |
this one worked for me |
docker pull mcr.microsoft.com/windows/nanoserver:1903 fail: but: works fine |
yes, the version you're pulling must match the version of Windows that you're running |
So :1809 is Windows 10 nano server. Isn't it?I downloaded on my windows 10.
…On Mon, 3 Jun 2019, 16:50 Sebastiaan van Stijn, ***@***.***> wrote:
docker pull mcr.microsoft.com/windows/nanoserver:1903 fail:
1903: Pulling from windows/nanoserver
no matching manifest for unknown in the manifest list entries
but:
docker pull mcr.microsoft.com/windows/nanoserver:1809
yes, the version you're pulling must match the version of Windows that
you're running
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3761?email_source=notifications&email_token=AEVINAVG5BXCQYY4KAYSV7TPYU4VLA5CNFSM4HGUE3F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWZ26JQ#issuecomment-498315046>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEVINASC5DMYY2NXZWSYFGLPYU4VLANCNFSM4HGUE3FQ>
.
|
The versions are confusing, but Wikipedia has a nice overview; https://en.m.wikipedia.org/wiki/Windows_10 |
Hi i have .Netframework app of version 4.6.1 |
What image were you using before? |
This is the first time I am trying docker with. NET FRAMEWORK 4.6.1 app.
Now we ar trying to Dockerize it.
…On Thu, Jun 6, 2019, 7:11 PM Sebastiaan van Stijn ***@***.***> wrote:
What image were you using before?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3761?email_source=notifications&email_token=ABTBHFM6WUHC4F4M7FITVSDPZEHXRA5CNFSM4HGUE3F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXC32AQ#issuecomment-499498242>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABTBHFN756NG5TBPCKFUJM3PZEHXRANCNFSM4HGUE3FQ>
.
|
I think the dotnet images are multi-arch, so will automatically pick the right variant for your Windows version (see https://hub.docker.com/_/microsoft-dotnet-framework/, and for example, https://hub.docker.com/_/microsoft-dotnet-framework-runtime/) |
Thank you for input, let me try and post my result.
…On Thu, Jun 6, 2019, 7:49 PM Sebastiaan van Stijn ***@***.***> wrote:
I think the dotnet images are multi-arch, so will automatically pick the
right variant for your Windows version (see
https://hub.docker.com/_/microsoft-dotnet-framework/, and for example,
https://hub.docker.com/_/microsoft-dotnet-framework-runtime/)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3761?email_source=notifications&email_token=ABTBHFLCC6RT4XOP3F32ZJ3PZEMFZA5CNFSM4HGUE3F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXC7VYA#issuecomment-499514080>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABTBHFLPX2T5QFMGH46PW7DPZEMFZANCNFSM4HGUE3FQ>
.
|
Advice how to manage this, or .... could you be so kind and move it
somewhere so we can carry on.
…On Tue, 11 Jun 2019 at 09:59, Sebastiaan van Stijn ***@***.***> wrote:
@dariuszbz <https://github.com/dariuszbz> @Mutz2
<https://github.com/Mutz2> Looks like that discussion is getting a bit
off-topic; perhaps better to take it to one of the other channels;
Please keep in mind that the GitHub issue tracker is not intended as a
general support forum,
but for reporting bugs and feature requests
<https://raw.githubusercontent.com/moby/moby/master/.github/ISSUE_TEMPLATE.md>.
For other type of questions, consider using one of;
- the Docker Support Forums - https://forums.docker.com
- the Docker community Slack channel <http://dockr.ly/slack>
As to "Hello I personally like to create image and than commit."; note
that that is generally not best practice, as you won't have a way to
reproduce the image you're creating; although it may be a way to discover
what's needed in your container image during development, it's best to
include those steps in a Dockerfile, so that you can rebuild the image
(e.g. if base images are updated to patch vulnerabilities).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3761?email_source=notifications&email_token=AEVINAWYHNV6Z7Z4S6Z6SN3PZ5SQDA5CNFSM4HGUE3F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXMODEQ#issuecomment-500752786>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEVINAXZEU4NH336BWWLHPDPZ5SQDANCNFSM4HGUE3FQ>
.
|
Hi thaJeztah, |
Send me the link if you still need my support.
…On Tue, 11 Jun 2019, 10:47 Muthu Raj Bharathi, ***@***.***> wrote:
Hi thaJeztah,
Sorry, will use another channel.
Thanks for your suggestions.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3761?email_source=notifications&email_token=AEVINARBOSBQXFSDWY22XIDPZ5YEPA5CNFSM4HGUE3F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXMSJAQ#issuecomment-500769922>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEVINAXD4NXLQQPRCEUZ45LPZ5YEPANCNFSM4HGUE3FQ>
.
|
Does anybody has any update on this thread, still trying to pull microsoft/nanoserver:latestbut not working. |
What do you mean?
Are u on windows or Linux ?
…On Tue, 18 Jun 2019, 18:42 Adeloye Adedeji, ***@***.***> wrote:
Does anybody has any update on this thread, still trying to pull
microsoft/nanoserver:latest
but not working.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3761?email_source=notifications&email_token=AEVINAUZ6QS2MY4ZCIPWWQ3P3ENAJA5CNFSM4HGUE3F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODX7NCYI#issuecomment-503239009>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEVINAVZAAOHOTRM5JIQNU3P3ENAJANCNFSM4HGUE3FQ>
.
|
On windows.
|
Did u switch your docker to windows container ?
On Wed, 19 Jun 2019, 06:02 Adeloye Adedeji, <notifications@github.com>
wrote:
… What do you mean? Are u on windows or Linux ?
… <#m_-3783810049704323453_>
On Tue, 18 Jun 2019, 18:42 Adeloye Adedeji, *@*.***> wrote: Does anybody
has any update on this thread, still trying to pull
microsoft/nanoserver:latest but not working. — You are receiving this
because you were mentioned. Reply to this email directly, view it on GitHub
<#3761 <#3761>?email_source=notifications&email_token=AEVINAUZ6QS2MY4ZCIPWWQ3P3ENAJA5CNFSM4HGUE3F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODX7NCYI#issuecomment-503239009>,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AEVINAVZAAOHOTRM5JIQNU3P3ENAJANCNFSM4HGUE3FQ
.
On windows.
Error response from daemon: manifest for microsoft/nanoserver:latest not
found
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3761?email_source=notifications&email_token=AEVINAVMZJS7AQWO2STWRJTP3G4U5A5CNFSM4HGUE3F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYAWCLA#issuecomment-503406892>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEVINAXOXVIO5BBPFNSL3TTP3G4U5ANCNFSM4HGUE3FQ>
.
|
Yes I did. |
Is it w10, or server (which version)?
On Wed, 19 Jun 2019, 09:20 Adeloye Adedeji, <notifications@github.com>
wrote:
… Did u switch your docker to windows container ? On Wed, 19 Jun 2019, 06:02
Adeloye Adedeji, ***@***.*** wrote:
… <#m_-6171163457202661264_>
What do you mean? Are u on windows or Linux ? … <#m_-3783810049704323453_>
On Tue, 18 Jun 2019, 18:42 Adeloye Adedeji, *@*.***> wrote: Does anybody
has any update on this thread, still trying to pull
microsoft/nanoserver:latest but not working. — You are receiving this
because you were mentioned. Reply to this email directly, view it on GitHub
<#3761 <#3761> <#3761
<#3761>>?email_source=notifications&email_token=AEVINAUZ6QS2MY4ZCIPWWQ3P3ENAJA5CNFSM4HGUE3F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODX7NCYI#issuecomment-503239009>,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AEVINAVZAAOHOTRM5JIQNU3P3ENAJANCNFSM4HGUE3FQ
. On windows. Error response from daemon: manifest for
microsoft/nanoserver:latest not found — You are receiving this because you
were mentioned. Reply to this email directly, view it on GitHub <#3761
<#3761>?email_source=notifications&email_token=AEVINAVMZJS7AQWO2STWRJTP3G4U5A5CNFSM4HGUE3F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYAWCLA#issuecomment-503406892>,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AEVINAXOXVIO5BBPFNSL3TTP3G4U5ANCNFSM4HGUE3FQ
.
Yes I did.
I never tried with Linux container in the first place.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3761?email_source=notifications&email_token=AEVINAQ4JFUPTUPGO72QFVLP3HT3DA5CNFSM4HGUE3F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYBCVWQ#issuecomment-503458522>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEVINAV232DVVS6CHDAX5Z3P3HT3DANCNFSM4HGUE3FQ>
.
|
@adeloyedeji The |
Goto search and find your windows version. like in windows 10 you can search "winver" command and it will show you version. pull windows server core image by
|
I was able to get |
Thanks. This worked for me. |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
My Microsoft Windows [Version 10.0.14393] i can't pull nano server! i get error "Error response from daemon: manifest for microsoft/nanoserver:latest not found: manifest unknown: manifest unknown" Could i find version work my windows server 2016 or not ? |
Problem : docker : manifest for microsoft/windowsservercore:latest not found: manifest unknown: manifest unknown
Tried below - NO Luck PS C:> docker pull mcr.microsoft.com/windows/servercore:ltsc2019 PS C:> docker build -t tomcat c:\java �[91m[WARNING]: Empty continuation line found in:
|
The
In addition, those images were moved to the mcr.microsoft.com registry, and recent versions can now be found as |
It works with: docker pull mcr.microsoft.com/windows/nanoserver:1909 See this - https://index.docker.io/_/microsoft-windows-nanoserver |
Why is this code not working? |
I was able to get the following on Server 2019 Version 1809 I was able to get the following on Server 2016 Version 1607 |
Also found a list of tags for nanoserver here for anyone that doesn't know. Some work some don't. |
@yule-sun that looks unrelated / off-topic for this issue; best to open a support ticket with Sonatype |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
I am new to docker and trying to set up a container on a Windows Server 2016 instance(14392.2906). Docker is running with windows container. But when I am trying to pull any of the images, I am getting the same error saying:
Error response from daemon: manifest for microsoft/windowsservercore:latest not found.
I tried to pull node as well, getting error as:
no matching manifest from unknown in the manifest list entries.
However when I tried
docker pull python
it started downloading, I did not complete the download as I didn't require it.
Expected behavior
download the image
Actual behavior
getting issues with manifest entries as described above.
Information
docker search microsoft
runs with following results:
microsoft/dotnet
microsoft/mssql-server-linux
microsoft/aspnet
microsoft/windowsservercore
microsoft/aspnetcore
microsoft/nanoserver
microsoft/iis
microsoft/mssql-server-windows-developer
microsoft/aspnetcore-build
microsoft/azure-cli
microsoft/powershell
microsoft/vsts-agent
microsoft/dynamics-nav
microsoft/dotnet-samples
microsoft/bcsandbox
microsoft/mssql-tools
microsoft/oms
microsoft/cntk
microsoft/wcf
microsoft/dotnet-nightly
microsoft/dotnet-framework-build
microsoft/mmlspark
microsoft/service-fabric-reverse-proxy
microsoft/aspnetcore-build-nightly
microsoft/cntk-nightly
version is as below:
Version: 18.09.2
API version: 1.39
Go version: go1.10.8
Git commit: 6247962
Built: Sun Feb 10 04:12:31 2019
OS/Arch: windows/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.2
API version: 1.39 (minimum version 1.24)
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 04:28:48 2019
OS/Arch: windows/amd64
Experimental: true
Steps to reproduce the behavior
same issue is found for the following images:
microsoft/nanoserver
The text was updated successfully, but these errors were encountered: