aboutsummaryrefslogtreecommitdiff
path: root/templates/bootcblade-rebuild.service.j2
blob: 17aa89a96a8963413656b5ae80df1e276a8a1745 (plain)
1
2
3
4
5
6
[Unit]
Description=BootcBlade rebuild service

[Service]
ExecStart=/usr/bin/podman build -t localhost/bootcblade -f /root/bootcblade.containerfile --no-cache --pull=always
ExecStartPost=/usr/bin/bash -c "/usr/bin/sleep 10 ; /usr/bin/bootc update && /usr/bin/podman image prune -f"