From 35033e39e82a21d1dc107682d684f5318852f943 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 21 Sep 2023 11:22:48 -0700 Subject: [PATCH] Add pigz to integTest images for OpenSearch/Dashboards Signed-off-by: Peter Zhu --- .../build.centos7.opensearch.x64.arm64.dockerfile | 2 +- .../current/test.ubuntu2004.systemd-base.x64.arm64.dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename docker/ci/dockerfiles/{legacy => current}/build.centos7.opensearch.x64.arm64.dockerfile (98%) diff --git a/docker/ci/dockerfiles/legacy/build.centos7.opensearch.x64.arm64.dockerfile b/docker/ci/dockerfiles/current/build.centos7.opensearch.x64.arm64.dockerfile similarity index 98% rename from docker/ci/dockerfiles/legacy/build.centos7.opensearch.x64.arm64.dockerfile rename to docker/ci/dockerfiles/current/build.centos7.opensearch.x64.arm64.dockerfile index 56bd2edeae..fabe77c842 100644 --- a/docker/ci/dockerfiles/legacy/build.centos7.opensearch.x64.arm64.dockerfile +++ b/docker/ci/dockerfiles/current/build.centos7.opensearch.x64.arm64.dockerfile @@ -20,7 +20,7 @@ USER 0 RUN yum clean all && yum-config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo && \ yum install epel-release -y && \ yum update -y && \ - yum install -y which curl git gnupg2 tar net-tools procps-ng python3 python3-devel python3-pip zip unzip jq gh + yum install -y which curl git gnupg2 tar net-tools procps-ng python3 python3-devel python3-pip zip unzip jq gh pigz # Create user group RUN groupadd -g 1000 opensearch && \ diff --git a/docker/ci/dockerfiles/current/test.ubuntu2004.systemd-base.x64.arm64.dockerfile b/docker/ci/dockerfiles/current/test.ubuntu2004.systemd-base.x64.arm64.dockerfile index f2e4b39624..17132bb5c2 100644 --- a/docker/ci/dockerfiles/current/test.ubuntu2004.systemd-base.x64.arm64.dockerfile +++ b/docker/ci/dockerfiles/current/test.ubuntu2004.systemd-base.x64.arm64.dockerfile @@ -102,6 +102,7 @@ RUN apt-get update -y && apt-get install python3 && \ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y curl git gnupg2 tar procps build-essential cmake zip unzip jq && \ apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb && \ apt-get install -y chromium-browser && \ + apt-get install -y pigz && \ apt-get clean -y # Install pip packages