How to create a docker image to deploy and run in different environments in databricks?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 10:06 AM
I am new to databricks, and trying to implement below task.
Task:
Once code merges to main branch and build is successful CI pipeline and all tests are passed, docker build should start and create a docker image and push to different environments (from dev to stage, and prod) Artifactory.
How can I start this setup? Any guidance is appreciated. Thank you!