Change the dpkg default behavior in slave, and docker-base, in order to prevent prompt#3879
Merged
qiluo-msft merged 2 commits intosonic-net:masterfrom Dec 13, 2019
Merged
Conversation
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
lguohan
reviewed
Dec 12, 2019
| ## combined with confold: overwrite configuration files that you have not modified | ||
| force-confdef | ||
| ## do not modify the current configuration file, the new version is installed with a .dpkg-dist suffix | ||
| force-confold |
Collaborator
There was a problem hiding this comment.
should be force-connew, always take new configuration since we are not modifying the config in these dockers. #Resolved
Collaborator
Author
There was a problem hiding this comment.
When force-confdef and force-confold combined, it means:
- old unmodified configuration files will be overwrite by new ones
- old modified configuration files will be untouched, and the new version is installed with a .dpkg-dist suffix
In reply to: 357311450 [](ancestors = 357311450)
lguohan
approved these changes
Dec 13, 2019
abdosi
pushed a commit
that referenced
this pull request
Feb 4, 2020
…to prevent prompt (#3879) * Change the dpkg default behavior in slave, and docker-base, in order to prevent prompt * Move to right place
pphuchar
pushed a commit
to SONIC-DEV/sonic-buildimage
that referenced
this pull request
Mar 9, 2020
…to prevent prompt (sonic-net#3879) * Change the dpkg default behavior in slave, and docker-base, in order to prevent prompt * Move to right place
tiantianlv
pushed a commit
to SONIC-DEV/sonic-buildimage
that referenced
this pull request
Apr 24, 2020
…to prevent prompt (sonic-net#3879) * Change the dpkg default behavior in slave, and docker-base, in order to prevent prompt * Move to right place
mssonicbld
added a commit
that referenced
this pull request
May 22, 2025
…atically (#22614) #### Why I did it src/sonic-utilities ``` * 6ce5257 - (HEAD -> master, origin/master, origin/HEAD) Update ubuntu version in azure pipeline (#3891) (5 hours ago) [Vasundhara Volam] * c78e0f7 - (origin/202505) VNET CLI- ADD/DEL VNET, ADD/DEL VNET ROUTE, VRF BIND/UNBIND to consider VNET + ADDITIONAL MODIFICATIONS TO SHOW VNET CLIs (#3826) (7 days ago) [KavyaVaniBedida] * 1d6e050 - Revert "Vnet_name added in create_only patterns (#3878)" (#3879) (7 days ago) [miatttao] * 5db13c2 - skip pfcwd if disabled in golden_config (#3880) (8 days ago) [Dashuai Zhang] * 07b232a - Add GCU Support for SKU Mellanox-SN4280-O8C80 (#3871) (8 days ago) [Sai Rama Mohan Reddy S] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
May 28, 2025
…atically (#22664) #### Why I did it src/sonic-utilities ``` * 6964f652 - (HEAD -> 202505, origin/202505) add TH5-512 hwsku into gcu support list (#3898) (16 hours ago) [mssonicbld] * 1ec19bc3 - feat: support namespace arg for show bfd commands (#3892) (6 days ago) [mssonicbld] * 6f93c7ff - feat: support namespace arg for show mac (#3893) (6 days ago) [mssonicbld] * c78e0f7 - VNET CLI- ADD/DEL VNET, ADD/DEL VNET ROUTE, VRF BIND/UNBIND to consider VNET + ADDITIONAL MODIFICATIONS TO SHOW VNET CLIs (#3826) (13 days ago) [KavyaVaniBedida] * 1d6e050 - Revert "Vnet_name added in create_only patterns (#3878)" (#3879) (13 days ago) [miatttao] * 5db13c2 - skip pfcwd if disabled in golden_config (#3880) (2 weeks ago) [Dashuai Zhang] * 07b232a - Add GCU Support for SKU Mellanox-SN4280-O8C80 (#3871) (2 weeks ago) [Sai Rama Mohan Reddy S] ``` #### 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.
No description provided.