project-icp / bee-pollinator-app

The web application front end for the ICP Pollinator Decision Support Tool 🐝
Apache License 2.0
6 stars 1 forks source link

Remove Docker deinstall from app provisioning #476

Closed jeancochrane closed 5 years ago

jeancochrane commented 5 years ago

Overview

While we would like to be able to remove Docker from the app AMI entirely as described in e104379a91abdb438bad70662aeefde936314d0e, the Docker Ansible role raises an error at the end of the AMI build if Docker is not installed (see: http://civicci01.internal.azavea.com/view/bees/job/bee-pollinator-app-and-worker/139/). Undo the Docker deinstall step during provisioning to get AMI builds passing again.

Closes #473.

Testing Instructions