treehouses / cli

cli 🦄 for raspberry pi images of type treehouses
https://www.npmjs.com/package/@treehouses/cli
GNU Affero General Public License v3.0
44 stars 20 forks source link

treehouses services planet updates #647

Open kjong opened 4 years ago

kjong commented 4 years ago

It looks like the local tags were removed from db-init and planet, resulting in manifest errors when pulling planet.

Planet yml needs updating:

echo "  db-init:"
  echo "    image: treehouses/planet:db-init-local"

to

echo "  db-init:"
  echo "    image: treehouses/planet:db-init"

and

echo "  planet:"
  echo "    image: treehouses/planet:local"

to

echo "  planet:"
  echo "    image: treehouses/planet"

Also need to add yml creation to treehouses services planet up.

dogi commented 4 years ago

https://github.com/treehouses/builder/blob/master/scripts.d/40_planet.sh#L26-L32