Closed djzager closed 6 years ago
Build Dockerfile-canary
apb-base:
$ docker build --no-cache -t docker.io/djzager/apb-base -f Dockerfile-canary .
Changed hello-world-apb to use docker.io/djzager/apb-base
:
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,17 +1,18 @@
-FROM ansibleplaybookbundle/apb-base
+FROM docker.io/djzager/apb-base
Build and Push it:
$ docker run --rm --privileged -v $PWD:/mnt -v $HOME/.kube:/.kube -v /var/run/docker.sock:/var/run/docker.sock -u $UID docker.io/ansibleplaybookbundle/apb build
$ docker run --rm --privileged -v $PWD:/mnt -v $HOME/.kube:/.kube -v /var/run/docker.sock:/var/run/docker.sock -u $UID docker.io/ansibleplaybookbundle/apb push
Provisioned and Deprovisioned w/o Failure.
Update the canary apb-base so that it grabs the latest asb modules instead of an old sha.