-
Notifications
You must be signed in to change notification settings - Fork 13
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
Transfer images #1
Conversation
Part of an on-going effort to transfer the repo from qhub to nebari-dev: |
@costrouc @trallard @magsol this PR is ready for review. I tested it on my forked repo and the images were successfully built and pushed. |
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. May still want to wait for an additional review but they build successfully for me.
@iameskild, thanks for opening this PR. I just went through an in-depth review and left several comments. Some additional thoughts:
Let me know if there is anything that needs clarification or else 👋🏽 Resources |
I believe this has been done? When adding secrets, can we create an env such as
I went through the logs, and it seems the error is |
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
Hi @trallard, thanks for the thorough review. Although I tried to incorporate as much of your feedback as possible, I wasn't able to get to all of it. You brought up a lot of good points that are definitely worth discussing with the rest of the team, namely tasks related to nebari-dev/nebari#1145. This will include these points you raised above:
Finally, I pinged @HarshCasper to help fill us in on how the Trivy vulnerability scan works but otherwise, I feel like this is ready for a final review :) |
Hey @trallard, I believe this PR is ready to be merged, any final thoughts? |
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.
Looks good - added some trivial comments/ suggestions that I will incorporate sight away and merge 🚀
As we transition to the nebari-dev org, we have now decided to split out the docker images from the old monorepo.
Fixes: nebari-dev/nebari#1174
OUTDATED
A few outstanding items or questions:
image.yaml
workflow to only push to GHCR and Quay but it seems that thedocker/build-push-action
will always try to push to Dockerhub. GHA details in my fork.docker/build-push-action
workflow or registry a Dockerhub account for nebari. Thoughts?