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

Docker dev images built from ltm/1.6 are incorrectly receiving latest tags #4686

Closed
glennmatthews opened this issue Oct 23, 2023 · 0 comments · Fixed by #4689
Closed

Docker dev images built from ltm/1.6 are incorrectly receiving latest tags #4686

glennmatthews opened this issue Oct 23, 2023 · 0 comments · Fixed by #4689
Assignees
Labels
emergent Unplanned work that is brought into a sprint after it's started. type: bug Something isn't working as expected

Comments

@glennmatthews
Copy link
Contributor

glennmatthews commented Oct 23, 2023

Environment

  • Nautobot version (Docker tag too if applicable): 1.6.x
  • Python version: all

Steps to Reproduce

https://github.com/nautobot/nautobot/pkgs/container/nautobot-dev shows that when nautobot-dev images are built from ltm/1.6 they are receiving the latest tag and variants (latest-py3.9, etc.).

Expected Behavior

Images from develop should be receiving latest tags, images from ltm/1.6 should be receiving ltm-1.6 tags only.

Observed Behavior

develop and ltm/1.6 are fighting over the latest tag, whichever branch has built CI most recently currently "wins".
ltm/1.6 is receiving latest tag and develop is not.

@glennmatthews glennmatthews added type: bug Something isn't working as expected emergent Unplanned work that is brought into a sprint after it's started. labels Oct 23, 2023
@glennmatthews glennmatthews self-assigned this Oct 23, 2023
glennmatthews added a commit that referenced this issue Oct 23, 2023
glennmatthews added a commit that referenced this issue Oct 23, 2023
glennmatthews added a commit that referenced this issue Oct 24, 2023
…ocs (#4687)

* Fix #4686

* Update docker image docs

* Apply suggestions from code review
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
emergent Unplanned work that is brought into a sprint after it's started. type: bug Something isn't working as expected
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant