kuryr/contrib/busybox/build_image.sh
Antoni S. Puimedon a894f813a1 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>
2016-11-09 10:59:13 +01:00

6 lines
100 B
Bash
Executable File

#!/bin/sh
tar cv --files-from /dev/null | docker import - scratch
docker build -t kuryr/busybox .