a894f813a1
This will allow us to conduct tests with it in kuryr-libnetwork and kuryr-kubernetes without to pull anything Change-Id: I1c887e8d669ec131dac0a9930647b0112aae881a Signed-off-by: Antoni S. Puimedon <asegurap@redhat.com>
4 lines
45 B
Docker
4 lines
45 B
Docker
FROM scratch
|
|
ADD busybox.tar.xz /
|
|
CMD ["sh"]
|