X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3738c5ed84aeaf6da98bd46e2ce69574411eb520..4a466cd2caf121678a1d46d049c5b1e5477b6d50:/docker/build.sh?ds=sidebyside diff --git a/docker/build.sh b/docker/build.sh deleted file mode 100755 index 6edebb9d7a..0000000000 --- a/docker/build.sh +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/sh - -# build the base wheezy image, if it doesn't already exist -(docker images | grep '^arvados/debian') || \ - ./mkimage-debootstrap.sh arvados/debian wheezy http://debian.lcs.mit.edu/debian/ - -# build the Docker images -docker build -rm -t arvados/base base -docker build -rm -t arvados/api api