[igt-dev] [PATCH i-g-t] Dockerfile.debian*: Switch over to buster
Arkadiusz Hiler
arkadiusz.hiler at intel.com
Mon Jul 8 06:57:24 UTC 2019
Debian Busters is the new stable so let's upgrade.
No backports for now :-)
Cc: Guillaume Tucker <guillaume.tucker at collabora.com>
Cc: Simon Ser <simon.ser at intel.com>
Cc: Petri Latvala <petri.latvala at intel.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
---
Dockerfile.debian | 6 ++----
Dockerfile.debian-arm64 | 14 ++++++--------
Dockerfile.debian-armhf | 14 ++++++--------
Dockerfile.debian-minimal | 10 ++++------
Dockerfile.debian-mips | 6 ++----
5 files changed, 20 insertions(+), 30 deletions(-)
diff --git a/Dockerfile.debian b/Dockerfile.debian
index 717630e1..686a0ce0 100644
--- a/Dockerfile.debian
+++ b/Dockerfile.debian
@@ -10,10 +10,8 @@ RUN apt-get install -y \
libcurl4-openssl-dev \
python-docutils \
valgrind \
- peg
-
-RUN apt-get install -t stretch-backports -y \
- libdrm-intel1
+ peg \
+ libdrm-intel1
# autotools build deps
RUN apt-get install -y \
diff --git a/Dockerfile.debian-arm64 b/Dockerfile.debian-arm64
index c9fb28c8..cf570ca3 100644
--- a/Dockerfile.debian-arm64
+++ b/Dockerfile.debian-arm64
@@ -1,4 +1,4 @@
-FROM debian:stretch-backports
+FROM debian:buster
RUN apt-get update
RUN apt-get install -y \
@@ -30,10 +30,8 @@ RUN apt-get install -y \
libjson-c-dev:arm64 \
libcurl4-openssl-dev:arm64 \
libxrandr-dev:arm64 \
- libxv-dev:arm64
-
-RUN apt-get install -t stretch-backports -y \
- meson \
- libdrm-dev:arm64 \
- qemu-user \
- qemu-user-static
+ libxv-dev:arm64 \
+ meson \
+ libdrm-dev:arm64 \
+ qemu-user \
+ qemu-user-static
diff --git a/Dockerfile.debian-armhf b/Dockerfile.debian-armhf
index 3a133d84..393acda9 100644
--- a/Dockerfile.debian-armhf
+++ b/Dockerfile.debian-armhf
@@ -1,4 +1,4 @@
-FROM debian:stretch-backports
+FROM debian:buster
RUN apt-get update
RUN apt-get install -y \
@@ -30,10 +30,8 @@ RUN apt-get install -y \
libjson-c-dev:armhf \
libcurl4-openssl-dev:armhf \
libxrandr-dev:armhf \
- libxv-dev:armhf
-
-RUN apt-get install -t stretch-backports -y \
- meson \
- libdrm-dev:armhf \
- qemu-user \
- qemu-user-static
+ libxv-dev:armhf \
+ meson \
+ libdrm-dev:armhf \
+ qemu-user \
+ qemu-user-static
diff --git a/Dockerfile.debian-minimal b/Dockerfile.debian-minimal
index 63844694..491cbc41 100644
--- a/Dockerfile.debian-minimal
+++ b/Dockerfile.debian-minimal
@@ -1,4 +1,4 @@
-FROM debian:stretch-backports
+FROM debian:buster
RUN apt-get update
RUN apt-get install -y \
@@ -18,8 +18,6 @@ RUN apt-get install -y \
libudev-dev \
libxrandr-dev \
libxv-dev \
- x11proto-dri2-dev
-
-RUN apt-get install -t stretch-backports -y \
- meson \
- libdrm-dev
+ x11proto-dri2-dev \
+ meson \
+ libdrm-dev
diff --git a/Dockerfile.debian-mips b/Dockerfile.debian-mips
index ee29f5f4..0c150dde 100644
--- a/Dockerfile.debian-mips
+++ b/Dockerfile.debian-mips
@@ -1,4 +1,4 @@
-FROM debian:stretch-backports
+FROM debian:buster
RUN apt-get update
RUN apt-get install -y \
@@ -30,9 +30,7 @@ RUN apt-get install -y \
libjson-c-dev:mips \
libcurl4-openssl-dev:mips \
libxrandr-dev:mips \
- libxv-dev:mips
-
-RUN apt-get install -t stretch-backports -y \
+ libxv-dev:mips \
meson \
libdrm-dev:mips \
qemu-user \
--
2.21.0
More information about the igt-dev
mailing list