diff --git a/test/images/node-perf/npb-ep/BASEIMAGE b/test/images/node-perf/npb-ep/BASEIMAGE index 0765d812577..96b0b3ab3e0 100644 --- a/test/images/node-perf/npb-ep/BASEIMAGE +++ b/test/images/node-perf/npb-ep/BASEIMAGE @@ -1,4 +1,4 @@ -linux/amd64=debian:buster-slim -linux/arm64=arm64v8/debian:buster-slim -linux/ppc64le=ppc64le/debian:buster-slim -linux/s390x=s390x/debian:buster-slim +linux/amd64=debian:bookworm-slim +linux/arm64=arm64v8/debian:bookworm-slim +linux/ppc64le=ppc64le/debian:bookworm-slim +linux/s390x=s390x/debian:bookworm-slim diff --git a/test/images/node-perf/npb-ep/Dockerfile b/test/images/node-perf/npb-ep/Dockerfile index 8366bea93e6..a33e2df586f 100644 --- a/test/images/node-perf/npb-ep/Dockerfile +++ b/test/images/node-perf/npb-ep/Dockerfile @@ -17,13 +17,7 @@ FROM $BASEIMAGE as build_node_perf_npb_ep CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/ -RUN rm -f /etc/apt/sources.list -RUN echo "deb [trusted=yes] http://archive.debian.org/debian buster main" >> /etc/apt/sources.list -RUN echo "deb-src [trusted=yes] http://archive.debian.org/debian buster main" >> /etc/apt/sources.list -RUN echo "deb [trusted=yes] http://archive.debian.org/debian buster-updates main" >> /etc/apt/sources.list -RUN echo "deb-src [trusted=yes] http://archive.debian.org/debian buster-updates main" >> /etc/apt/sources.list - -RUN apt-get update && apt-get install -y --allow-downgrades libbz2-1.0=1.0.6-9.2~deb10u1 libc6=2.28-10+deb10u1 libc6-dev g++ bzip2 dpkg-dev gfortran-8 build-essential gfortran +RUN apt-get update && apt-get install -y libc6-dev g++ bzip2 dpkg-dev build-essential gfortran ADD http://www.nas.nasa.gov/assets/npb/NPB3.4.3.tar.gz . RUN tar xzf NPB3.4.3.tar.gz diff --git a/test/images/node-perf/npb-ep/VERSION b/test/images/node-perf/npb-ep/VERSION index 7e32cd56983..c068b2447cc 100644 --- a/test/images/node-perf/npb-ep/VERSION +++ b/test/images/node-perf/npb-ep/VERSION @@ -1 +1 @@ -1.3 +1.4 diff --git a/test/images/node-perf/npb-is/BASEIMAGE b/test/images/node-perf/npb-is/BASEIMAGE index 3287962366f..96b0b3ab3e0 100644 --- a/test/images/node-perf/npb-is/BASEIMAGE +++ b/test/images/node-perf/npb-is/BASEIMAGE @@ -1,4 +1,4 @@ -linux/amd64=debian:stretch-slim -linux/arm64=arm64v8/debian:stretch-slim -linux/ppc64le=ppc64le/debian:stretch-slim -linux/s390x=s390x/debian:stretch-slim +linux/amd64=debian:bookworm-slim +linux/arm64=arm64v8/debian:bookworm-slim +linux/ppc64le=ppc64le/debian:bookworm-slim +linux/s390x=s390x/debian:bookworm-slim diff --git a/test/images/node-perf/npb-is/VERSION b/test/images/node-perf/npb-is/VERSION index 5625e59da88..7e32cd56983 100644 --- a/test/images/node-perf/npb-is/VERSION +++ b/test/images/node-perf/npb-is/VERSION @@ -1 +1 @@ -1.2 +1.3