Skip to content

Commit

Permalink
Revert minio image
Browse files Browse the repository at this point in the history
  • Loading branch information
denismakogon committed Dec 24, 2017
1 parent be264ef commit 30b97e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ img-mysql:
img-postgres:
docker pull postgres:9.3-alpine
img-minio:
docker pull webcenter/alpine-minio
docker pull minio/minio

pull-images: img-sleeper img-error img-hello img-mysql img-postgres img-minio

Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ remove_containers

docker run --name func-postgres-test -e "POSTGRES_DB=funcs" -e "POSTGRES_PASSWORD=root" -p 5432:5432 -d postgres:9.3-alpine
docker run --name func-mysql-test -p 3306:3306 -e MYSQL_DATABASE=funcs -e MYSQL_ROOT_PASSWORD=root -d mysql
docker run -d -p 9000:9000 --name func-minio-test -e "MINIO_CONFIG_accesskey=admin" -e "MINIO_CONFIG_secretkey=password" webcenter/alpine-minio
docker run -d -p 9000:9000 --name func-minio-test -e "MINIO_ACCESS_KEY=admin" -e "MINIO_SECRET_KEY=password" minio/minio server /data

MYSQL_HOST=`host func-mysql-test`
MYSQL_PORT=3306
Expand Down

0 comments on commit 30b97e7

Please sign in to comment.