Skip to content

Commit

Permalink
multi-arch-builders: we can call podman image prune again
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Oct 19, 2021
1 parent a4f54a4 commit e86e75d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions multi-arch-builders/fcos-aarch64-builder.bu
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@ storage:
ExecStartPre=-podman pull registry.fedoraproject.org/fedora:34
ExecStartPre=podman build -t localhost/cosa-buildroot:latest -f ci/Dockerfile /home/builder/coreos-assembler/
ExecStart=podman build -t localhost/coreos-assembler:latest --from localhost/cosa-buildroot:latest /home/builder/coreos-assembler/
# Can't use image prune yet because it prunes intermediate images
# (for caching) and we want to take advantage of caching.
# https://github.com/containers/podman/issues/10832
#ExecStartPost=-podman image prune --force
ExecStartPost=-podman image prune --force
- path: /home/builder/.config/systemd/user/build-cosa-firstboot.service
mode: 0644
user:
Expand Down

0 comments on commit e86e75d

Please sign in to comment.