oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
51 stars 60 forks source link

Fix Docker image build / push to Quay for Helm use #417

Closed JamesKunstle closed 1 year ago

JamesKunstle commented 1 year ago

To use Helm charts effectively, we will need the container images for 8Knot to be available on Quay for Openshift to pull. In the past, we've built and pushed images to quay via Github automation but that broke- need to fix it and update it. Specifically, we're using a dockerhub base Redis instance, which Openshift doesn't like. Having the image pre-built and cached on Quay alleviates that problem.

JamesKunstle commented 1 year ago

not using helm