<?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 Attempt to use a custom container with an instance pool fails in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/attempt-to-use-a-custom-container-with-an-instance-pool-fails/m-p/113505#M44560</link>
    <description>&lt;P&gt;I am trying to run a job with (1) custom containers, and (2) via an instance pool. Here's the setup:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The custom container is just the DBR-provided `databricksruntime/standard:12.2-LTS`&lt;/LI&gt;&lt;LI&gt;The instance pool is defined via the UI (see screenshot, below).&lt;/LI&gt;&lt;LI&gt;At runtime, the error I get is: `The target instance pool InstancePoolId(&amp;lt;redacted&amp;gt;) does not have docker images configured, thus not supporting cluster creation with docker image. Please update your cluster attribute or create a separate instance pool for docker image clusters.`&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I do not see any setting on the instance pool related to enabling docker images, however. I found one &lt;A href="https://community.databricks.com/t5/data-engineering/custom-docker-image-fails-to-initalize/td-p/38389" target="_blank" rel="noopener"&gt;related post on the forum&lt;/A&gt;, but is a slightly different scenario and doesn't have a clear resolution.&lt;/P&gt;&lt;P&gt;Any pointers?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Steve&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mrstevegross_0-1742914043598.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/15594i854C69BB8793D051/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mrstevegross_0-1742914043598.png" alt="mrstevegross_0-1742914043598.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Mar 2025 14:50:33 GMT</pubDate>
    <dc:creator>mrstevegross</dc:creator>
    <dc:date>2025-03-25T14:50:33Z</dc:date>
    <item>
      <title>Attempt to use a custom container with an instance pool fails</title>
      <link>https://community.databricks.com/t5/data-engineering/attempt-to-use-a-custom-container-with-an-instance-pool-fails/m-p/113505#M44560</link>
      <description>&lt;P&gt;I am trying to run a job with (1) custom containers, and (2) via an instance pool. Here's the setup:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The custom container is just the DBR-provided `databricksruntime/standard:12.2-LTS`&lt;/LI&gt;&lt;LI&gt;The instance pool is defined via the UI (see screenshot, below).&lt;/LI&gt;&lt;LI&gt;At runtime, the error I get is: `The target instance pool InstancePoolId(&amp;lt;redacted&amp;gt;) does not have docker images configured, thus not supporting cluster creation with docker image. Please update your cluster attribute or create a separate instance pool for docker image clusters.`&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I do not see any setting on the instance pool related to enabling docker images, however. I found one &lt;A href="https://community.databricks.com/t5/data-engineering/custom-docker-image-fails-to-initalize/td-p/38389" target="_blank" rel="noopener"&gt;related post on the forum&lt;/A&gt;, but is a slightly different scenario and doesn't have a clear resolution.&lt;/P&gt;&lt;P&gt;Any pointers?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Steve&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mrstevegross_0-1742914043598.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/15594i854C69BB8793D051/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mrstevegross_0-1742914043598.png" alt="mrstevegross_0-1742914043598.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 14:50:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/attempt-to-use-a-custom-container-with-an-instance-pool-fails/m-p/113505#M44560</guid>
      <dc:creator>mrstevegross</dc:creator>
      <dc:date>2025-03-25T14:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Attempt to use a custom container with an instance pool fails</title>
      <link>https://community.databricks.com/t5/data-engineering/attempt-to-use-a-custom-container-with-an-instance-pool-fails/m-p/113671#M44604</link>
      <description>&lt;P&gt;Hey Steve&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/142679"&gt;@mrstevegross&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;To preload container services in a pool, you must do it via the &lt;A href="https://docs.databricks.com/api/workspace/instancepools/createinstancepool" target="_self"&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Databricks API&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/A&gt;, since this option is not available through the UI.&lt;/P&gt;&lt;P class=""&gt;That said, it’s important to keep in mind that &lt;SPAN class=""&gt;&lt;STRONG&gt;pools are just compute infrastructure&lt;/STRONG&gt;&lt;/SPAN&gt;, not clusters themselves. Pools don’t define runtime behavior, that’s something you set when you &lt;SPAN class=""&gt;&lt;STRONG&gt;create a cluster&lt;/STRONG&gt;&lt;/SPAN&gt; that uses the pool.&lt;BR /&gt;&lt;BR /&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Isi&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 12:36:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/attempt-to-use-a-custom-container-with-an-instance-pool-fails/m-p/113671#M44604</guid>
      <dc:creator>Isi</dc:creator>
      <dc:date>2025-03-26T12:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Attempt to use a custom container with an instance pool fails</title>
      <link>https://community.databricks.com/t5/data-engineering/attempt-to-use-a-custom-container-with-an-instance-pool-fails/m-p/113674#M44605</link>
      <description>&lt;P&gt;&amp;gt;&lt;SPAN&gt;To preload container services in a pool, you must do it via the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/api/workspace/instancepools/createinstancepool" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Databricks API&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;, since this option is not available through the UI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm not trying to "preload" it, I just want to my cluster to (1) use a container, and (2) use my pool. I'm aware that the create instance pool API offers a &lt;A href="https://docs.databricks.com/api/workspace/instancepools/createinstancepool#preloaded_docker_images" target="_blank" rel="noopener"&gt;"preloaded_images" mechanism&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, but there's nothing in the docs that says "preloaded_images" are *required* if a cluster create request uses the &lt;A href="https://docs.databricks.com/api/workspace/clusters/create#docker_image" target="_blank" rel="noopener"&gt;docker_image&lt;/A&gt; option. Can you clarify?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 13:46:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/attempt-to-use-a-custom-container-with-an-instance-pool-fails/m-p/113674#M44605</guid>
      <dc:creator>mrstevegross</dc:creator>
      <dc:date>2025-03-26T13:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Attempt to use a custom container with an instance pool fails</title>
      <link>https://community.databricks.com/t5/data-engineering/attempt-to-use-a-custom-container-with-an-instance-pool-fails/m-p/113720#M44620</link>
      <description>&lt;P&gt;I think I have solved this. I added a URL for `preloaded_docker_image` to my instance pool, and the job worked correctly.&lt;/P&gt;&lt;P&gt;This suggests that the DBR docs for preloaded_docker_image are incomplete; they should clarify that a user&amp;nbsp;&lt;EM&gt;must&lt;/EM&gt; add an entry in order to use the docker image feature.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 17:39:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/attempt-to-use-a-custom-container-with-an-instance-pool-fails/m-p/113720#M44620</guid>
      <dc:creator>mrstevegross</dc:creator>
      <dc:date>2025-03-26T17:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Attempt to use a custom container with an instance pool fails</title>
      <link>https://community.databricks.com/t5/data-engineering/attempt-to-use-a-custom-container-with-an-instance-pool-fails/m-p/114727#M44922</link>
      <description>&lt;P&gt;If anyone from DBR is monitoring this thread, can y'all confirm my understanding and--if so--update the docs to reflect this requirement?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 14:33:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/attempt-to-use-a-custom-container-with-an-instance-pool-fails/m-p/114727#M44922</guid>
      <dc:creator>mrstevegross</dc:creator>
      <dc:date>2025-04-07T14:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Attempt to use a custom container with an instance pool fails</title>
      <link>https://community.databricks.com/t5/data-engineering/attempt-to-use-a-custom-container-with-an-instance-pool-fails/m-p/114735#M44926</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/142679"&gt;@mrstevegross&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thanks for sharing your findings. While the docs mention this setting, they don’t clearly state it’s required. Your observation makes sense and clarifying this would help others avoid confusion. I’ll share this with the internal teams.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 15:34:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/attempt-to-use-a-custom-container-with-an-instance-pool-fails/m-p/114735#M44926</guid>
      <dc:creator>Advika</dc:creator>
      <dc:date>2025-04-07T15:34:53Z</dc:date>
    </item>
  </channel>
</rss>

