MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.2k stars 21.34k forks source link

Docker Python Manifest #28181

Closed KingdomOfEnds closed 5 years ago

KingdomOfEnds commented 5 years ago

Hi! Great documentation - awesome customvision.ai app. I was cruising through this but encountered the following at the last step (deploying to my container registry):

Sending build context to Docker daemon  5.683MB
Step 1/7 : FROM python:3.6.8-windowsservercore-1709
3.6.8-windowsservercore-1709: Pulling from library/python
no matching manifest for unknown in the manifest list entries

The Docker resources are here: https://docs.docker.com/samples/library/python/ and it looks like 3.6.8-windowsservercore-1709 is valid. What am I missing here? Thanks!


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

AshokPeddakotla-MSFT commented 5 years ago

@KingdomOfEnds Thanks for the feedback! We are currently investigating and will update you shortly.

KingdomOfEnds commented 5 years ago

@AshokPeddakotla-MSFT - Much appreciated! If it helps, the opening import statement in the generated Dockerfile I think is: FROM python:3.6.8-windowsservercore-1709. Also tried default FROM python:3.6.4-windowsservercore-1709.

KingdomOfEnds commented 5 years ago

Ah, solved. One must flag the "experimental: true" setting (in the Docker Windows desktop client). Thanks!