envoyproxy / envoyproxy/ci-infra
Disable/remove unattended upgrades
Open
- Dominant language
- HCL
- Stars
- 7
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
the AMI images have unattended upgrades set it seems - which can lead to an error like:
```console
E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 4587 (unattended-upgr)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
```
in this particular case there is no need to install anything anyway - but i would guess that this is slowing things down, soaking net io and generally being undesirable - and we should be able to install without it failing
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.