NOTE: The latest
tags have been removed on most images in favor of runtime-specific tags, with the exception being the databricksruntime/standard
image. If your build relied on an image tagged with latest
, please update it to match the runtime version of the cluster.
This repository provides Dockerfiles for use with Databricks Container Services. These Dockerfiles are meant as a reference and a starting point, enabling users to build their own custom images to suit thier specific needs.
The Databricks provided sample images have been published to DockerHub
- Fork and Clone this Repo, locally.
- Follow the example dockerfiles and ensure your docker file has liberal comments, explaining each step of your image.
- Be specific when you name your image. Example: CentOS7.6RBundle
- Test your image and verify it works on a Databricks Cluster.
- Check it into the experimental directory, in a folder specific to the OS. Example: experimental/centos/CentOS7.6RBundle
- Create a pull request and in the pull request indicate what version of Databricks Runtime you tested this with.