@rhessinger we upgraded to the most recent version of ProGet using the Docker image by following these steps:
- Pull new image.
- Stop current container.
- Create new container using new image with a new name.
- Make sure CA certs are present in the container and made sure OS identifies them.
- Load ProGet web UI.
- Attempt to log in, getting incorrect credentials error.
- Attempt to log in with an admin user we manually created in the Built-In directory, same error.
To resolve this; I had to bring back the old container, log in using AD, switch to Built-In directory for auth, stop old container, start new version container, log in with admin account under Built-In directory, go to Administration, update the InedoCore extension to most recent, and enable LDAP directory.
Doesn't seem like ProGet reaches out for most recent extensions or the default installed version of the InedoCore extension should be 1.10.7. We shouldn't have this issue going forward, but I can see this being an issue later if an extension resolves issues that provide a major functionality.
Another solution I guess that could work would be to manually download all extensions, put them in a directory on the host, and mount a volume that maps to the default extensions directory. I didn't try this out though.