runtime CI/CD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2026 04:33 AM
Not only is code CI/CD possible, but runtime CI/CD is now possible thanks to #databricks docker.
more about it:
https://databrickster.medium.com/databricks-docker-from-runtime-ci-cd-to-compliance-1479cf6cdf8d
https://www.sunnydata.ai/blog/databricks-custom-container-runtimes
My blog: https://databrickster.medium.com/
- Labels:
-
Hubert Dudek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2026 05:57 PM
Why would we want to use docker?
Wouldn't that just add unnecessary complexity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2026 06:52 AM
In most cases, yes, but if you have enterprise use cases, like adding certificates or integrating connectors with legacy tools, it is actually easier this way.
My blog: https://databrickster.medium.com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
I see. So if an enterprise has already been using Docker for a lot of stuff before Databricks, we have to stick with it.