bigchaindb/k8s/nginx-http/container/docker_build_and_push.bash
Troy McConaghy aeaf9c934d
Last PR before the release of version 2.0 Alpha 5 (#2283)
* Updated CHANGELOG.md for version 2.0 Alpha 5

* Updated image tags in k8s files for 2.0 Alpha 5

* Updated version.py for 2.0 Alpha 5

* Problem: Missing alpha5 image update for test network containers

* Problem: CHANGELOG not updated with 2284

* Problem: Liveness probe frequency change not the important
2018-05-11 15:23:15 +02:00

6 lines
114 B
Bash
Executable File

#!/bin/bash
docker build -t bigchaindb/nginx_http:2.0.0-alpha5 .
docker push bigchaindb/nginx_http:2.0.0-alpha5