Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development ltm-1.6 Dockerfile environment variable NAUTOBOT_ROOT syntax #888

Open
MeganerdDev opened this issue Feb 12, 2025 · 0 comments

Comments

@MeganerdDev
Copy link
Contributor

MeganerdDev commented Feb 12, 2025

Environment

  • nautobot-golden-config version: ltm1.6 branch

Syntax issue on NAUTOBOT_ROOT for ltm-1.6 Dockerfile here
vs
develop branch here, you can see the intended case

Expected Behavior

Dockerfile sets environment variable
ENV NAUTOBOT_ROOT=${NAUTOBOT_ROOT}

Observed Behavior

Syntax issue, missing = sign for key=value pair
ENV NAUTOBOT_ROOT ${NAUTOBOT_ROOT}

Notes

This will also be seen on ltm-1.6 CI runs, eg: PR #883 CI run here

 1 warning found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 22)
Dockerfile:66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants