add version tag for the docker images#1021
Merged
lguohan merged 1 commit intosonic-net:masterfrom Oct 8, 2017
Merged
Conversation
docker images are also tagged with the same image version.
qiluo-msft
approved these changes
Oct 8, 2017
Collaborator
qiluo-msft
left a comment
There was a problem hiding this comment.
I am ok with this change. Suggest remove imagename:latest to make 'docker images' output clear.
Collaborator
Author
|
it is better not to remove imagename:latest since there are script to use latest instead of actual name. |
jleveque
added a commit
that referenced
this pull request
Aug 9, 2020
* src/sonic-utilities 9700e45...621aad0 (9): > [Python] Migrate applications/scripts to import sonic-py-common package (#1008) > [config qos] QoS and Buffer config genration for multi ASIC platforms (#978) > [cli]: pass db connector as click context (#1029) > [PDDF] Make utilities compatible to platform API 2.0, in accordance with pddf_2.0 (#940) > [tests] Add unit tests for 'show platform ...' commands (#1021) > Add secure fast/warm-reboot support for Aboot (#994) > [sonic-installer] Create Envvars File for Incoming Image (#1011) > [config load]: do not stop/reset/reload service if it is disabled (#1028) > [tests]: move feature_test.py into tests folder (#1027)
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this pull request
Feb 25, 2021
* src/sonic-utilities 9700e45...621aad0 (9): > [Python] Migrate applications/scripts to import sonic-py-common package (sonic-net#1008) > [config qos] QoS and Buffer config genration for multi ASIC platforms (sonic-net#978) > [cli]: pass db connector as click context (sonic-net#1029) > [PDDF] Make utilities compatible to platform API 2.0, in accordance with pddf_2.0 (sonic-net#940) > [tests] Add unit tests for 'show platform ...' commands (sonic-net#1021) > Add secure fast/warm-reboot support for Aboot (sonic-net#994) > [sonic-installer] Create Envvars File for Incoming Image (sonic-net#1011) > [config load]: do not stop/reset/reload service if it is disabled (sonic-net#1028) > [tests]: move feature_test.py into tests folder (sonic-net#1027)
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
May 10, 2021
Add unit tests for 'show platform ...' commands
DavidZagury
pushed a commit
to DavidZagury/sonic-buildimage
that referenced
this pull request
Apr 28, 2025
#### Why I did it To add SRv6 counters support ##### Work item tracking - Microsoft ADO **(number only)**: #### How I did it Extended sonic-flex_counter.yang #### How to verify it Extended the existing yang model test with new entry <!-- If PR needs to be backported, then the PR must be tested against the base branch and the earliest backport release branch and provide tested image version on these two branches. For example, if the PR is requested for master, 202211 and 202012, then the requester needs to provide test results on master and 202012. --> #### Which release branch to backport (provide reason below if selected) <!-- - Note we only backport fixes to a release branch, *not* features! - Please also provide a reason for the backporting below. - e.g. - [x] 202006 --> - [ ] 201811 - [ ] 201911 - [ ] 202006 - [ ] 202012 - [ ] 202106 - [ ] 202111 - [ ] 202205 - [ ] 202211 - [ ] 202305 #### Tested branch (Please provide the tested image version) <!-- - Please provide tested image version - e.g. - [x] 20201231.100 --> - [ ] <!-- image version 1 --> - [ ] <!-- image version 2 --> #### Description for the changelog <!-- Write a short (one line) summary that describes the changes in this pull request for inclusion in the changelog: --> <!-- Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU. --> #### Link to config_db schema for YANG module changes <!-- Provide a link to config_db schema for the table for which YANG model is defined Link should point to correct section on https://github.com/Azure/sonic-buildimage/blob/master/src/sonic-yang-models/doc/Configuration.md --> #### A picture of a cute animal (not mandatory but encouraged)
dgsudharsan
pushed a commit
to dgsudharsan/sonic-buildimage
that referenced
this pull request
Jun 18, 2025
…HEAD automatically (sonic-net#1211) #### Why I did it src/sonic-swss-common ``` * 043300f - (HEAD -> 202412, origin/HEAD, origin/202412) Merge pull request #45 from mssonicbld/sonicbld/202412-merge (7 days ago) [mssonicbld] * 341f077 - Merge branch '202411' of https://github.com/sonic-net/sonic-swss-common into 202412 (7 days ago) [Sonic Automation] * d38e6d9 - [build] deprecate ubuntu 20.04 agent pool. (sonic-net#1021) (8 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docker images are also tagged with the same image version.
- What I did
add version tag for the docker images
- How I did it
use docker tag in the image build process
- How to verify it
- Description for the changelog
add version tag for the docker images
- A picture of a cute animal (not mandatory but encouraged)