-
Notifications
You must be signed in to change notification settings - Fork 2
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
Remove broken caching and use workaround for broken pip install #28
Conversation
@NaureenBharwaniNOAA - This is finally ready. There were a LOT of problems that I had to debug and it took a long time to sort through all the various issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay, I missed your PR. Just a couple comments for confirmation. The sections of the code that need to reinstall pip and flux when appropriate are clear. LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
…-GSL#28) * Add a status badge to the README * Don't use caching in CI when pushing container images to registry * Remove use of docker image cache in push steps
This PR does four things:
docker-compose
runs out of disk space when starting the containers. Docker compose V2 was tried, but it is also broken and fails to find the image it just created (see this). Attempts to upgrade docker compose did not solve the problem.