summaryrefslogtreecommitdiff
path: root/Dockerfile.build-debian-mips
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01Dockerfile.build-debian-mips: use buster with libunwind fixGuillaume Tucker1-6/+2
We can now use libunwind 1.2.1-10~deb10u1 from Debian Buster as per this bug report which has now been resolved: https://bugs.debian.org/932725 Drop stretch-backports for MIPS and use Buster like the other architectures. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
2019-11-26Dockerfile.*debian*: Switch over to busterArkadiusz Hiler1-0/+2
Debian Busters is the new stable so let's upgrade. v2: stay on stretch for MIPS Cc: Guillaume Tucker <guillaume.tucker@collabora.com> Cc: Petri Latvala <petri.latvala@intel.com> Issue: https://bugs.debian.org/932725 Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
2019-09-03Dockerfile: Clean package manager caches and squash imagesArkadiusz Hiler1-0/+2
To save some space and bandwidth. Without --squash the caches would get cleaned up only from the last layer which would save us nothing. Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
2019-08-29gitlab-ci: rename DockerfilesOleg Vasilev1-0/+39
Dockerfile.build-* is consistent with build-* naming. Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Signed-off-by: Oleg Vasilev <oleg.vasilev@intel.com>