Skip to content

Commit

Permalink
Problem: Outdated docker image tags for 2.0.0-alpha release (#2174)
Browse files Browse the repository at this point in the history
  • Loading branch information
muawiakh authored and ttmc committed Apr 3, 2018
1 parent 5843280 commit 7683ea0
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion k8s/bigchaindb/bigchaindb-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion k8s/mongodb-monitoring-agent/mongo-mon-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions k8s/mongodb/container/docker_build_and_push.bash
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion k8s/mongodb/mongo-ss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions k8s/nginx-http/container/docker_build_and_push.bash
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion k8s/nginx-http/nginx-http-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions k8s/nginx-https/container/docker_build_and_push.bash
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion k8s/nginx-https/nginx-https-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions k8s/nginx-openresty/container/docker_build_and_push.bash
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion k8s/nginx-openresty/nginx-openresty-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions k8s/tendermint/nginx_container/docker_build_and_push.bash
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions k8s/tendermint/tendermint-ss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7683ea0

Please sign in to comment.