Remove --pull-always from image@.service
This commit is contained in:
parent
c2c9f7249a
commit
3c195de86f
|
@ -10,7 +10,7 @@ Type=oneshot
|
|||
Environment=PODMAN_SYSTEMD_UNIT=%n
|
||||
LogExtraFields=IMAGE=%i
|
||||
ExecCondition=/usr/bin/bash -c '[[ $(podman images --format json localhost/%i | jq .\\[0\\]) == "null" ]]'
|
||||
ExecStart=/usr/bin/podman build --pull-always --tag localhost/%i $EXTRAOPTS /docker/containers/%i
|
||||
ExecStart=/usr/bin/podman build --tag localhost/%i $EXTRAOPTS /docker/containers/%i
|
||||
Restart=no
|
||||
RemainAfterExit=yes
|
||||
TimeoutStartSec=1h
|
||||
|
|
Loading…
Reference in a new issue