Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor ansible recipes #29

Open
innovate-invent opened this issue Sep 12, 2022 · 0 comments
Open

Refactor ansible recipes #29

innovate-invent opened this issue Sep 12, 2022 · 0 comments

Comments

@innovate-invent
Copy link
Collaborator

Buildah was chosen early on as a solution on recommendation, but having ansible drive the container creation is turning out to be clunky.

The recipes should be refactored to docker files, using multi-stage-builds to compile the client and render the config files with ansible respectively.

For the app container:

  • Use a python container to install ansible and pre-render all of the templated configs (multi-stage-build)
  • Copy in all required files in the final image

For the web container:

  • Use the nodejs contaienr to build the client (multi-stage-build)
  • Use a python container to install ansible and pre-render all of the templated configs (multi-stage-build)
  • Copy in all required files in the final image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant