Updating stuff
There are a lot of environments that run on the bfx infra, that all need to be updated.
Updating containers:
To simplify updating containers, there should be a /update.sh script placed on all containers with commands specific to each container.
Example for Alpine:
#!/bin/sh
set -euxo pipefail
apk update;
apk upgrade;
reboot;
Other things that need updating
- Host: 05-hsn-fsn (update with apt)
- VM: opnsense (update via web UI)
- Remember, updating OPNsense can't always be done in one go. Depending on how long it's been, even after checking for updates & hitting reboot, there might still be more updates to install.