mirror of
https://github.com/TommyTran732/Fedora-CoreOS-Ignition.git
synced 2025-06-14 05:14:41 +02:00
Add docker-auto-update
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
bffb50dd7a
commit
e93575a87f
@ -4,4 +4,5 @@ Ignition configurations for Fedora CoreOS<br />
|
|||||||
## Notes
|
## Notes
|
||||||
These configurations are tailored for Metropolis.nexus environment:
|
These configurations are tailored for Metropolis.nexus environment:
|
||||||
- Firewalling is handled by Proxmox (not the individual VMs)
|
- 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.
|
7
x86.yml
7
x86.yml
@ -147,6 +147,13 @@ storage:
|
|||||||
contents:
|
contents:
|
||||||
source: https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/systemd/coredump.conf.d/disable.conf
|
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
|
- path: /etc/systemd/system/gvisor-auto-update.service
|
||||||
contents:
|
contents:
|
||||||
source: https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/systemd/system/gvisor-auto-update.service
|
source: https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/systemd/system/gvisor-auto-update.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user