kolla/releasenotes/notes/apt-get-update-fatal-ed2bcc5c1d93c082.yaml
Maksim Malchuk bce06d2d5a Don't ignore errors of 'apt-get update' command
This change fixes an issue with 'apt-get update' command and stop
container building with erroneous source repositories.

Change-Id: I5ce2eb66a647e1805f086aa37942bf5d13eb4106
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2022-06-08 09:08:23 +00:00

11 lines
541 B
YAML

---
fixes:
- |
The ``apt-get update`` command by default didn't fail on erroneous source
repositories, it show the warning 'W: Some index files failed to download.
They have been ignored, or old ones used instead.' and continue to work.
This causes some containers (eg. rabbitmq, kolla-toolbox) successfully
built, but makes them inconsistent because the official Ubuntu repository
contains packages with the same names. Now we use ``apt-get -eany update``
command to stop building with an error in such cases.