-
Notifications
You must be signed in to change notification settings - Fork 14
Differentiate SONiC base image versions and use 202505 #260
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
Conversation
…to run integ tests
images/sonic/Dockerfile
Outdated
| COPY --from=ghcr.io/metal-stack/mini-lab-sonic-base:master /sonic-vs.img /sonic-vs.img | ||
| COPY --from=ghcr.io/metal-stack/mini-lab-sonic-base:master /frr-pythontools.deb /frr-pythontools.deb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't the pipeline only produce images like 202411?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I temporarily used the master tag of the image since 202311, 202411 and 202505 will be available once this PR is merged.
Description
Supersedes #250
Preparation for integration tests covering multiple community SONiC versions:
Hints:
The CI breaks for this PR because base images are only build from the master branch (
on: workflow_dispatch).