VOL-408 First update for this Jira. This update nails down the version
of all containers that have multiple versions. There is one exceptoin
which is the centurylink/ra-certs conatiner that has only one single tag
which is "latest" all others have been nailed to the latest version tag.
Typo in reviewer comments fixed.
Change-Id: I2f015a0939fcedef89b6e102ad92032b11cb5e98
diff --git a/portainer/buildPortainer.sh b/portainer/buildPortainer.sh
index dc0b002..57c503f 100755
--- a/portainer/buildPortainer.sh
+++ b/portainer/buildPortainer.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-docker run -d --name pbuild -p 9999:9000 portainer/portainer
+docker run -d --name pbuild -p 9999:9000 portainer/portainer:1.15.2
rm -fr tmp_portainer
mkdir tmp_portainer
docker cp pbuild:/ tmp_portainer