nautobot/nautobot-lab

Can't build nautobot-lab using older version (ex. 1.6.2)

Closed this issue · 1 comments

I'm been trying to build a local nautobot-lab with 1.6.2, but the process still keep building 2.3.14 instead.

I changed the Dockerfile

ARG NAUTOBOT_VERSION="1.6.2"

It seems is the only place that controls that (supposedly)

after the image is build and container runs

root@a3d38e002ad1:/opt/nautobot# nautobot-server --version
Nautobot version: 2.3.14
Django version: 4.2.17
Configuration file: /opt/nautobot/nautobot_config.py

What i'm missing?

thanks

nvm, i was having typo during my build command. I got this sorted