MAINT : Moved Docker images repo to docker folder in main branch
Reference Issues or PRs
Fixes #2871
What does this implement/fix?
Moved docker-images repo back to main nebari's repo. Changes made,
- Created folder named
dockerand moved the necessary files from docker repository. - Updated the
.github/workflowsfolder by adding thebuild-push-docker.yamlandtest-images.yamlfiles from docker repo's workflow folder. - Added
documentation.ymlandRFD.mdfiles to.github/ISSUE_TEMPLATEfolder. - Updated
.pre-commit-config.yamlfile.
Testing
- [ ] Did you test the pull request locally? no
- [ ] Did you add new tests? no
Any other comments?
no
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.
Thanks for separating that work into separate PRs @Helion55. Can you get the "pre-commit" check to pass before we review. Thank you!
Hi @Adam-D-Lewis, The pre-commit checks are passed. Is it fine to proceed now?