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

Revise deployment mechanism for SC to remove image builds #106

Open
guimou opened this issue Sep 26, 2021 · 1 comment
Open

Revise deployment mechanism for SC to remove image builds #106

guimou opened this issue Sep 26, 2021 · 1 comment

Comments

@guimou
Copy link
Contributor

guimou commented Sep 26, 2021

Directly building the images as part of the deployment can be problematic:

  • It takes time to build the images themselves.
  • On build errors (just had an OOM for lpr-service) the build is not relaunched, or after a long time.
    I suggest we switch to pre-built images hosted on Quay to avoid issues.
@ksingh7
Copy link
Collaborator

ksingh7 commented Sep 27, 2021

+1 to pre-built images , to save time ansible runtime

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

2 participants