Move the containers to the bitnami namespace.

This commit is contained in:
James Westby 2016-10-13 18:01:26 +01:00 committed by James Westby
parent a915cb330e
commit 193afb273d
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@ wheezy
"
LATEST=jessie
BASENAME=jamesw/minideb
GCR_BASENAME=gcr.io/bitnamigcetest2/minideb
BASENAME=bitnami/minideb
GCR_BASENAME=gcr.io/bitnami-containers/minideb
mkdir -p build

View File

@ -8,8 +8,8 @@ unstable
wheezy
"
BASENAME=jamesw/minideb
GCR_BASENAME=gcr.io/bitnamigcetest2/minideb
BASENAME=bitnami/minideb
GCR_BASENAME=gcr.io/bitnami-containers/minideb
if [ -n "$DOCKER_PASSWORD" ]; then
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD