From 50f4da6ee98e71b93161b6880d44788312a6dc6d Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 23 Feb 2016 17:51:21 -0800 Subject: [PATCH] Fix where "issues" should be filed for busybox (Was inadvertently pointed out via https://github.com/jpetazzo/docker-busybox/issues/19.) --- update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/update.sh b/update.sh index d116f7265..8fd1ca5b6 100755 --- a/update.sh +++ b/update.sh @@ -25,7 +25,6 @@ declare -A otherRepos=( [alpine]='https://github.com/gliderlabs/docker-alpine' [arangodb]='https://github.com/arangodb/arangodb-docker' [bonita]='https://github.com/Bonitasoft-Community/docker_bonita' - [busybox]='https://github.com/jpetazzo/docker-busybox' [centos]='https://github.com/CentOS/sig-cloud-instance-images' [cirros]='https://github.com/ewindisch/docker-cirros' [clojure]='https://github.com/Quantisan/docker-clojure'