nautobot-docker-compose
nautobot-docker-compose copied to clipboard
Refactor Dockerfiles to Constrain Nautobot Version
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.
Can probably get resolved with some documentation on using requirements.txt pinning??
I'm not catching the contraints part of the other PR.
This has been addressed with the update to use Poetry and I believe can be closed out.