whole-tale / terraform_deployment

Terraform deployment setup for WT prod
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Add docker registry #14

Closed Xarthisius closed 6 years ago

Xarthisius commented 6 years ago

This PR adds docker registry to the Whole Tale stack. It includes:

In order to test:

  1. deploy
  2. docker login https://registry.${domain} (use vars.user/pass)
  3. docker push <image>
  4. docker pull <image>
  5. (optionally) Try entire WT flow (adding recipe/image, building image, creating/running Tale).
Xarthisius commented 6 years ago

Fix for #13 should be probably included here.

craig-willis commented 6 years ago

Confirmed this is working up through step 4. I'm going to merge the PR, but wonder if there should be any documentation associated with this feature. Perhaps an associated PR in the design-docs repo and certainly something in admin documentation, even if just a placeholder.