blob: 10e52ed16e2029413224cb6435efbec9cdb5ea6b (
plain)
1
2
3
4
5
6
7
|
[Unit]
Description=BootcBlade rebuild service
[Service]
Type=oneshot
ExecStart=/usr/bin/bash -c "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"
|