-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Change the dpkg default behavior in slave, and docker-base, in order to prevent prompt #3879
Conversation
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
## 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 |
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.
should be force-connew, always take new configuration since we are not modifying the config in these dockers. #Resolved
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.
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)
…to prevent prompt (#3879) * Change the dpkg default behavior in slave, and docker-base, in order to prevent prompt * Move to right place
…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
…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
No description provided.