Jordan Keith
Jordan Keith
In version 1.2.10, if you leave the field empty, it will work with a Dockerfile in the root. I currently have this setup and it appears to be totally functional.
If I may posit a solution: 1) Always download the latest image 2) Update all the Terraform-referenced Docker containers to the new image 3) Attempt to remove the older image....
@fbreckle I think this is an issue with the definition of `custom_fields` and its `custom_schema`. I don't think it needs a custom definition of a type here, I think it...
Make sure you aren't using quotes in your ENV value. I just tried this and specifically `export NETBOX_API_TOKEN=""` should work perfectly. Confirmed this is the case. Also `echo $NETBOX_API_TOKEN` should...
Your test is missing the part where the VRF is actually assigned to the interface I think @johann8384 .
+1 for this please. It would be nice to use OIDC without having to build from source.
@fbuchmeier-abi I know this is a horrible place for "How do I" type questions, but I've tried building this as separate containers using the prod.Dockerfile, and it can't get through...
I was fairly sure it was something on my end. Turns out the system I was building on was too old. Newer system fixed the issue.
I'll take a crack at this one. Seems like it shouldn't be too complex. I'll set up a pull request in the near future.
@BegBlev Can you confirm that this has been solved so that @fbreckle can close this issue please.