Dan Kenigsberg has submitted this change and it was merged.

Change subject: dockerfile: Minimize docker images
......................................................................


dockerfile: Minimize docker images

Cleaning dnf caches remove 145MiB of useless data slowing down pushing
and pulling:

    # du -sh /var/cache/*
    145M        /var/cache/dnf
    20K /var/cache/ldconfig
    0   /var/cache/libvirt

    # dnf clean all
    72 files removed

    # du -sh /var/cache/*
    12K /var/cache/dnf
    20K /var/cache/ldconfig
    0   /var/cache/libvirt

Change-Id: I5e3d606b20a086ef0d2da443a35182d64c3b880c
Signed-off-by: Nir Soffer <[email protected]>
Reviewed-on: https://gerrit.ovirt.org/65271
Continuous-Integration: Jenkins CI
Reviewed-by: Freddy Rolland <[email protected]>
Reviewed-by: Dan Kenigsberg <[email protected]>
---
M contrib/Dockerfile.centos
M contrib/Dockerfile.fedora
2 files changed, 4 insertions(+), 2 deletions(-)

Approvals:
  Nir Soffer: Verified
  Jenkins CI: Passed CI tests
  Dan Kenigsberg: Looks good to me, approved
  Freddy Rolland: Looks good to me, but someone else must approve



-- 
To view, visit https://gerrit.ovirt.org/65271
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5e3d606b20a086ef0d2da443a35182d64c3b880c
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Edward Haas <[email protected]>
Gerrit-Reviewer: Francesco Romani <[email protected]>
Gerrit-Reviewer: Freddy Rolland <[email protected]>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <[email protected]>
Gerrit-Reviewer: Piotr Kliczewski <[email protected]>
Gerrit-Reviewer: gerrit-hooks <[email protected]>
_______________________________________________
vdsm-patches mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to