Base busybox container for tests
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>
This commit is contained in:
parent
421ce166f1
commit
a894f813a1
3
contrib/busybox/Dockerfile
Normal file
3
contrib/busybox/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM scratch
|
||||
ADD busybox.tar.xz /
|
||||
CMD ["sh"]
|
5
contrib/busybox/build_image.sh
Executable file
5
contrib/busybox/build_image.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar cv --files-from /dev/null | docker import - scratch
|
||||
|
||||
docker build -t kuryr/busybox .
|
BIN
contrib/busybox/busybox.tar.xz
Normal file
BIN
contrib/busybox/busybox.tar.xz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user