Add docker-auto-update

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2025-06-12 02:55:44 -07:00
parent bffb50dd7a
commit e93575a87f
No known key found for this signature in database
GPG Key ID: 555C902A34EC968F
3 changed files with 10 additions and 2 deletions

View File

@ -4,4 +4,5 @@ Ignition configurations for Fedora CoreOS<br />
## Notes
These configurations are tailored for Metropolis.nexus environment:
- Firewalling is handled by Proxmox (not the individual VMs)
- DNSSEC validation is done by either OPNsense or a central VM dedicated to running the DNS resolver
- DNSSEC validation is done by either OPNsense or a central VM dedicated to running the DNS resolver
- The `docker-auto-update@.timer` in `/etc/systemd/system` can be enabled to have automatic updates for your containers created by Docker Compose.

File diff suppressed because one or more lines are too long

View File

@ -147,6 +147,13 @@ storage:
contents:
source: https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/systemd/coredump.conf.d/disable.conf
- path: /etc/systemd/system/docker-auto-update@.service
contents:
source: https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/refs/heads/main/etc/systemd/system/docker-auto-update%40.service
- path: /etc/systemd/system/docker-auto-update@.timer
contents:
source: https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/refs/heads/main/etc/systemd/system/docker-auto-update%40.timer
- path: /etc/systemd/system/gvisor-auto-update.service
contents:
source: https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/systemd/system/gvisor-auto-update.service