<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Databricks runtime from docker hub image in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-runtime-from-docker-hub-image/m-p/25865#M18060</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are databricks runtimes from&amp;nbsp;&lt;A href="https://hub.docker.com/u/databricksruntime" alt="https://hub.docker.com/u/databricksruntime" target="_blank"&gt;docker hub&lt;/A&gt; ( &lt;A href="https://hub.docker.com/r/databricksruntime/standard" target="test_blank"&gt;https://hub.docker.com/r/databricksruntime/standard&lt;/A&gt; )&amp;nbsp;same&amp;nbsp;as actual runtimes inside Databricks? I mean when we made our own docker image from  databricksruntime/standard will be there same dependencies, versions etc as in runtime inside databricks? We need to archive older runtimes in bank environment and be able to run old notebooks with exactly same runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And another question about runtime’s version. If I use my docker container in cluster creation with for example runtime version 6.6 but in setup I also select different version in column Databricks runtime version what will happened? Will be column Databricks runtime version ignored?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2029i581BC097FC7DBCA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2037iE713B845DBFB6990/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Mar 2022 11:09:23 GMT</pubDate>
    <dc:creator>michaelh</dc:creator>
    <dc:date>2022-03-11T11:09:23Z</dc:date>
    <item>
      <title>Databricks runtime from docker hub image</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-runtime-from-docker-hub-image/m-p/25865#M18060</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are databricks runtimes from&amp;nbsp;&lt;A href="https://hub.docker.com/u/databricksruntime" alt="https://hub.docker.com/u/databricksruntime" target="_blank"&gt;docker hub&lt;/A&gt; ( &lt;A href="https://hub.docker.com/r/databricksruntime/standard" target="test_blank"&gt;https://hub.docker.com/r/databricksruntime/standard&lt;/A&gt; )&amp;nbsp;same&amp;nbsp;as actual runtimes inside Databricks? I mean when we made our own docker image from  databricksruntime/standard will be there same dependencies, versions etc as in runtime inside databricks? We need to archive older runtimes in bank environment and be able to run old notebooks with exactly same runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And another question about runtime’s version. If I use my docker container in cluster creation with for example runtime version 6.6 but in setup I also select different version in column Databricks runtime version what will happened? Will be column Databricks runtime version ignored?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2029i581BC097FC7DBCA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2037iE713B845DBFB6990/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 11:09:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-runtime-from-docker-hub-image/m-p/25865#M18060</guid>
      <dc:creator>michaelh</dc:creator>
      <dc:date>2022-03-11T11:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks runtime from docker hub image</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-runtime-from-docker-hub-image/m-p/25866#M18061</link>
      <description>&lt;P&gt;just build own using in docker &lt;B&gt;FROM databricksruntime/standard:10.x &lt;/B&gt;and than it will work correctly with any 10 non beta version (although better test before changing cluster runtime)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 11:22:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-runtime-from-docker-hub-image/m-p/25866#M18061</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-03-11T11:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks runtime from docker hub image</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-runtime-from-docker-hub-image/m-p/25867#M18062</link>
      <description>&lt;P&gt;use the&amp;nbsp; 9.x tag for an image that will target a cluster with runtime version Databricks Runtime 9.0. This is for an example. so basically you are running a image based on the version selected.so it better match.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 19:16:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-runtime-from-docker-hub-image/m-p/25867#M18062</guid>
      <dc:creator>Atanu</dc:creator>
      <dc:date>2022-03-21T19:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks runtime from docker hub image</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-runtime-from-docker-hub-image/m-p/25868#M18063</link>
      <description>&lt;P&gt;Hi @michael henzl​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just checking if you still need help with this or not any more? please let us know&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 21:20:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-runtime-from-docker-hub-image/m-p/25868#M18063</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2022-04-11T21:20:35Z</dc:date>
    </item>
  </channel>
</rss>

