Skip to content

Commit f2cd65f

Browse files
committed
Add Quadlet container template for local agents
1 parent e00f7cd commit f2cd65f

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[Unit]
2+
Description=SourceOS local agent container: {{name}}
3+
Documentation=https://github.com/SourceOS-Linux/sourceos-spec
4+
5+
[Container]
6+
ContainerName={{container_name}}
7+
Image={{runtime_image}}
8+
Pull=never
9+
AuthFile={{authfile}}
10+
AutoUpdate=registry-disabled
11+
12+
[Service]
13+
Restart={{restart}}
14+
RestartSec={{restart_sec}}
15+
StartLimitIntervalSec={{start_limit_interval_sec}}
16+
StartLimitBurst={{start_limit_burst}}
17+
18+
[Install]
19+
WantedBy=default.target

0 commit comments

Comments
 (0)