ARG DOCKER_REGISTRY
FROM $DOCKER_REGISTRY/busybox:latest
ADD source.tar /source/
VOLUME /source

