nautobot-docker-compose icon indicating copy to clipboard operation
nautobot-docker-compose copied to clipboard

Refactor Dockerfiles to Constrain Nautobot Version

Open bryanculver opened this issue 1 year ago • 1 comments

Current pip install steps in the Dockerfiles here can cause involuntary upgrades of Nautobot as documented.

Should take a page out of https://github.com/nautobot/nautobot-plugin-golden-config/pull/344/files#diff-c6f8f74679cf3f9fd047891aa445b533bdb6b3e60cb80717cd0dbe66e0fcce1a and constrain against installed Nautobot version.

bryanculver avatar Sep 23 '22 20:09 bryanculver

Can probably get resolved with some documentation on using requirements.txt pinning??

I'm not catching the contraints part of the other PR.

jvanderaa avatar Sep 24 '22 13:09 jvanderaa