Problem: Outdated docker image tags for 2.0.0-alpha release (#2174)

This commit is contained in:
Ahmed Muawia Khan 2018-04-03 14:52:30 +02:00 committed by Troy McConaghy
parent 58432807a0
commit 7683ea00fc
14 changed files with 22 additions and 22 deletions

View File

@ -12,7 +12,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: bigchaindb
image: bigchaindb/bigchaindb:unstable
image: bigchaindb/bigchaindb:2.0.0-alpha
imagePullPolicy: Always
args:
- start

View File

@ -1,5 +1,5 @@
#!/bin/bash
docker build -t bigchaindb/mongodb-monitoring-agent:3.1 .
docker build -t bigchaindb/mongodb-monitoring-agent:2.0.0-alpha .
docker push bigchaindb/mongodb-monitoring-agent:3.1
docker push bigchaindb/mongodb-monitoring-agent:2.0.0-alpha

View File

@ -24,7 +24,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: mdb-mon
image: bigchaindb/mongodb-monitoring-agent:3.1
image: bigchaindb/mongodb-monitoring-agent:2.0.0-alpha
imagePullPolicy: IfNotPresent
env:
- name: MMS_API_KEYFILE_PATH

View File

@ -1,4 +1,4 @@
#!/bin/bash
docker build -t bigchaindb/localmongodb:unstable .
docker push bigchaindb/localmongodb:unstable
docker build -t bigchaindb/localmongodb:2.0.0-alpha .
docker push bigchaindb/localmongodb:2.0.0-alpha

View File

@ -21,7 +21,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: mongodb
image: bigchaindb/localmongodb:unstable
image: bigchaindb/localmongodb:2.0.0-alpha
imagePullPolicy: Always
env:
- name: MONGODB_FQDN

View File

@ -1,5 +1,5 @@
#!/bin/bash
docker build -t bigchaindb/nginx_http:unstable .
docker build -t bigchaindb/nginx_http:2.0.0-alpha .
docker push bigchaindb/nginx_http:unstable
docker push bigchaindb/nginx_http:2.0.0-alpha

View File

@ -12,7 +12,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: nginx
image: bigchaindb/nginx_http:unstable
image: bigchaindb/nginx_http:2.0.0-alpha
imagePullPolicy: Always
env:
- name: NODE_FRONTEND_PORT

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,5 @@
#!/bin/bash
docker build -t bigchaindb/nginx_3scale:3.1 .
docker build -t bigchaindb/nginx_3scale:2.0.0-alpha .
docker push bigchaindb/nginx_3scale:3.1
docker push bigchaindb/nginx_3scale:2.0.0-alpha

View File

@ -12,7 +12,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: nginx-openresty
image: bigchaindb/nginx_3scale:3.0
image: bigchaindb/nginx_3scale:2.0.0-alpha
imagePullPolicy: IfNotPresent
env:
- name: DNS_SERVER

View File

@ -1,5 +1,5 @@
#!/bin/bash
docker build -t bigchaindb/nginx_pub_key_access:unstable .
docker build -t bigchaindb/nginx_pub_key_access:2.0.0-alpha .
docker push bigchaindb/nginx_pub_key_access:unstable
docker push bigchaindb/nginx_pub_key_access:2.0.0-alpha

View File

@ -32,7 +32,7 @@ spec:
# Nginx container for hosting public key of this ndoe
- name: nginx
imagePullPolicy: Always
image: bigchaindb/nginx_pub_key_access:unstable
image: bigchaindb/nginx_pub_key_access:2.0.0-alpha
env:
- name: TM_PUB_KEY_ACCESS_PORT
valueFrom:
@ -49,7 +49,7 @@ spec:
#Tendermint container
- name: tendermint
imagePullPolicy: Always
image: bigchaindb/tendermint:unstable
image: bigchaindb/tendermint:2.0.0-alpha
env:
- name: TM_SEEDS
valueFrom:

View File

@ -1,5 +1,5 @@
#!/bin/bash
docker build -t bigchaindb/tendermint:unstable .
docker build -t bigchaindb/tendermint:2.0.0-alpha .
docker push bigchaindb/tendermint:unstable
docker push bigchaindb/tendermint:2.0.0-alpha