unattended-upgrades is automatically enabled in docker #754
Labels
confirmed-bug
Issues with confirmed bugs
fixed-release
Issues that fixed on next release, waiting to be released
Do you want to request a feature or report a bug?
bug
What is the current behavior?
In dockerfile, 'software-properties-common' package is being installed. This library installs 'unattended-upgrades' via recommends.
This library creates a new file '/etc/apt/apt.conf.d/20auto-upgrades' and sets the following config:
This means apt with try to update the package lists and auto upgrade the packages within the docker container at runtime at specific intervals. Through observation, we found out that this was happening every Thursday 12pm IST across all timezones.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
NA
What is the expected behavior?
We do not want to auto upgrade packages at runtime since unchecked updates may bring down the whole application down.
Did this work in previous versions of DocumentServer?
no
DocumentServer Docker tag:
Docker-DocumentServer
Host Operating System:
NA
Question:
The text was updated successfully, but these errors were encountered: