Skip to content

Error running older version #532

Answered by cimnine
marvi asked this question in Getting Help
Jun 17, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

You need an even older version of NetBox, namely 0.27.0. The image netboxcommunity/netbox:v2.10.2 was from the 0.27.0 release of NetBox Docker, as indicated by it's org.opencontainers.image.version label:

$ docker inspect netboxcommunity/netbox:v2.10.2 --format "{{json .Config.Labels}}" | jq
{
  "BUILD_REASON": "python netbox netbox-docker",
  "NETBOX_GIT_BRANCH": "HEAD",
  "NETBOX_GIT_REF": "77e2b0e4ba99a2bda36a300e71123ac9186fdc94",
  "NETBOX_GIT_URL": "https://github.com/netbox-community/netbox.git",
  "ORIGINAL_TAG": "docker.io/netboxcommunity/netbox:v2.10.2",
  "org.label-schema.build-date": "2020-12-22T05:54+00:00",
  "org.label-schema.description": "A container based distribution o…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@marvi
Comment options

Answer selected by marvi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants