From bfad3be0b7dfa72dc836e79daf06639a50c0b1ec Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Tue, 2 Feb 2021 21:04:00 -0800 Subject: Make ubuntutest image x86 only. PiperOrigin-RevId: 355315140 --- images/basic/integrationtest/Dockerfile | 7 ------- images/basic/integrationtest/Dockerfile.x86_64 | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 images/basic/integrationtest/Dockerfile create mode 100644 images/basic/integrationtest/Dockerfile.x86_64 (limited to 'images/basic') diff --git a/images/basic/integrationtest/Dockerfile b/images/basic/integrationtest/Dockerfile deleted file mode 100644 index e80e17527..000000000 --- a/images/basic/integrationtest/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM ubuntu:bionic - -WORKDIR /root -COPY . . -RUN chmod +x *.sh - -RUN apt-get update && apt-get install -y gcc iputils-ping iproute2 diff --git a/images/basic/integrationtest/Dockerfile.x86_64 b/images/basic/integrationtest/Dockerfile.x86_64 new file mode 100644 index 000000000..e80e17527 --- /dev/null +++ b/images/basic/integrationtest/Dockerfile.x86_64 @@ -0,0 +1,7 @@ +FROM ubuntu:bionic + +WORKDIR /root +COPY . . +RUN chmod +x *.sh + +RUN apt-get update && apt-get install -y gcc iputils-ping iproute2 -- cgit v1.2.3