From e959cb42f1e16dc4ac7c17af3bd4929d4e7489e5 Mon Sep 17 00:00:00 2001 From: Peter Salvatore Date: Fri, 16 Jan 2015 21:20:28 -0500 Subject: [PATCH] change default --namespaces to '_' --- bashbrew.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashbrew.sh b/bashbrew.sh index 826a19c..856d2b8 100755 --- a/bashbrew.sh +++ b/bashbrew.sh @@ -9,7 +9,7 @@ dir="$(dirname "$(readlink -f "$BASH_SOURCE")")" library="$dir/../library" src="$dir/src" logs="$dir/logs" -namespaces='_ library stackbrew' +namespaces='_' docker='docker' library="$(readlink -f "$library")" @@ -46,7 +46,7 @@ common options: will be implicitly ignored by the "push" subcommand Also note that "build" will always tag to the unprefixed - namespace because it it necessary to do so for dependent + namespace because it is necessary to do so for dependent images to use FROM correctly (think "onbuild" variants that are "FROM base-image:some-version")