1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-06 17:30:20 +00:00

Change helper images to official rancher images

This commit is contained in:
galal-hussein
2017-11-29 03:35:18 +02:00
parent 5876560b9f
commit 39ef2e92a6
10 changed files with 14 additions and 358 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
ACCT=${ACCT:-rancher}
docker build -t $ACCT/rke-nginx-proxy:0.1.0 .
docker push $ACCT/rke-nginx-proxy:0.1.0