Skip to content

Commit

Permalink
wipwipwip
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Apr 6, 2023
1 parent 60cd2ab commit b298b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/images/emu-el7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM multiarch/qemu-user-static:x86_64-${TARGET_ARCH_SYSTEM} AS qemu
########################################
# Base image
########################################
FROM ${TARGET_ARCH_DOCKER}/centos:centos7
FROM ${TARGET_ARCH_DOCKER}/almalinux:8

########################################
# Grab a fully static node.js binary
Expand All @@ -42,7 +42,7 @@ COPY --from=ornladios/adios2:node12-static /node /x86_64/bin/node
# environment to run scripts on the host
# CPU
########################################
COPY --from=busybox /bin/busybox /x86_64/bin/busybox
COPY --from=busybox:1.32-glibc /bin/busybox /x86_64/bin/busybox
SHELL ["/x86_64/bin/busybox", "sh", "-c"]
RUN /x86_64/bin/busybox --install /x86_64/bin

Expand Down

0 comments on commit b298b0f

Please sign in to comment.