mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Outdated docker image tags for 2.0.0-alpha release (#2174)
This commit is contained in:
committed by
Troy McConaghy
parent
58432807a0
commit
7683ea00fc
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t bigchaindb/nginx_https:unstable .
|
||||
docker build -t bigchaindb/nginx_https:2.0.0-alpha .
|
||||
|
||||
docker push bigchaindb/nginx_https:unstable
|
||||
docker push bigchaindb/nginx_https:2.0.0-alpha
|
||||
|
||||
@@ -12,7 +12,7 @@ spec:
|
||||
terminationGracePeriodSeconds: 10
|
||||
containers:
|
||||
- name: nginx
|
||||
image: bigchaindb/nginx_https:unstable
|
||||
image: bigchaindb/nginx_https:2.0.0-alpha
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: NODE_FRONTEND_PORT
|
||||
|
||||
Reference in New Issue
Block a user