change default --namespaces to '_'

This commit is contained in:
Peter Salvatore 2015-01-16 21:20:28 -05:00
parent a8719d577b
commit e959cb42f1
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ dir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
library="$dir/../library" library="$dir/../library"
src="$dir/src" src="$dir/src"
logs="$dir/logs" logs="$dir/logs"
namespaces='_ library stackbrew' namespaces='_'
docker='docker' docker='docker'
library="$(readlink -f "$library")" library="$(readlink -f "$library")"
@ -46,7 +46,7 @@ common options:
will be implicitly ignored by the "push" subcommand will be implicitly ignored by the "push" subcommand
Also note that "build" will always tag to the unprefixed 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 images to use FROM correctly (think "onbuild" variants that
are "FROM base-image:some-version") are "FROM base-image:some-version")