mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

* 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
6 lines
114 B
Bash
Executable File
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
|