Skip to content

Commit

Permalink
use hello instead of busy box in test
Browse files Browse the repository at this point in the history
  • Loading branch information
michiboo committed Nov 7, 2023
1 parent b1ee768 commit f632eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ COPY tests/integration/multi-arch.bash tests/integration/
ENV ROOTFS /busybox
RUN mkdir -p "${ROOTFS}"
RUN . tests/integration/multi-arch.bash \
&& curl -fsSL `get_busybox` | tar xfJC - "${ROOTFS}"
&& curl -fsSL https://github.com/openstack/kuryr/raw/master/contrib/busybox/busybox.tar.xz | tar Jxf - -C "${ROOTFS}"

ENV DEBIAN_ROOTFS /debian
RUN mkdir -p "${DEBIAN_ROOTFS}"
Expand Down

0 comments on commit f632eec

Please sign in to comment.