Browse Source

Merge pull request #407 from psftw/new_default_namespaces

change default --namespaces '_'
Tianon Gravi 11 years ago
parent
commit
8319e80f9e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bashbrew/bashbrew.sh

+ 2 - 2
bashbrew/bashbrew.sh

@@ -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")