microsoft / nav-docker

Official Microsoft repository for Dynamics NAV in Docker resources. It has not been decided yet, to which extend Microsoft will ship Docker images with NAV, so everything in this repo is work in progress and might be subject to deletion.
MIT License
180 stars 92 forks source link

When will NAV 2018 CU1 be available on Docker? #154

Closed DanielGoehler closed 6 years ago

DanielGoehler commented 6 years ago

When will NAV 2018 CU1 be available on Docker?

freddydk commented 6 years ago

It has been available since the day it shipped docker pull microsoft/dynamics-nav:2018 gives you the latest 2018 CU or docker pull microsoft/dynamics-nav:2018-cu1 gives you the same

as soon cu2 ships - the upper pull will refer to cu2

DanielGoehler commented 6 years ago

I try to create a new Azure VM with http://aka.ms/getnav. I get an unspecific error when I use microsoft/dynamics-nav:2018-cu1

error

Then I had a look at the Docker Hub and at least 2018-cu1 is not listed there. Is 2018-cu1 supposed to be in that list? The listed 2018-rtm-de (microsoft/dynamics-nav:2018-rtm-de) worked.

freddydk commented 6 years ago

There are 1000 images in the docker hub - you cannot see them all.

I don't know where the error comes from, haven't seen that before, maybe you can click the link and get more info. A lot of things can fail (too simple passwords, no quota and a lot of other things).

microsoft/dynamics-nav will always give you the latest release, latest cu (you don't have to specify 2018-cu1) microsoft/dynamics-nav:de will give you latest release, latest cu, de

Remember that tags are case sensitive.

DanielGoehler commented 6 years ago

Thanks microsoft/dynamics-nav:de works