<?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 How to create a docker image to deploy and run in different environments in databricks? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-create-a-docker-image-to-deploy-and-run-in-different/m-p/63718#M32330</link>
    <description>&lt;P&gt;I am new to databricks, and trying to implement below task.&lt;/P&gt;&lt;P&gt;&lt;U&gt;Task:&lt;/U&gt;&lt;BR /&gt;Once code merges to main branch and build is successful&amp;nbsp; 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.&lt;/P&gt;&lt;P&gt;How can I start this setup? Any guidance is appreciated. Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2024 17:06:15 GMT</pubDate>
    <dc:creator>vemash</dc:creator>
    <dc:date>2024-03-14T17:06:15Z</dc:date>
    <item>
      <title>How to create a docker image to deploy and run in different environments in databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-create-a-docker-image-to-deploy-and-run-in-different/m-p/63718#M32330</link>
      <description>&lt;P&gt;I am new to databricks, and trying to implement below task.&lt;/P&gt;&lt;P&gt;&lt;U&gt;Task:&lt;/U&gt;&lt;BR /&gt;Once code merges to main branch and build is successful&amp;nbsp; 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.&lt;/P&gt;&lt;P&gt;How can I start this setup? Any guidance is appreciated. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 17:06:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-create-a-docker-image-to-deploy-and-run-in-different/m-p/63718#M32330</guid>
      <dc:creator>vemash</dc:creator>
      <dc:date>2024-03-14T17:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a docker image to deploy and run in different environments in databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-create-a-docker-image-to-deploy-and-run-in-different/m-p/63725#M32332</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is no different for building docker image for various environments&lt;/P&gt;&lt;P&gt;Let us try a simple high level&amp;nbsp;&lt;SPAN&gt;CI/CD pipeline for building Docker images and deploying them to different environments:&lt;/SPAN&gt;. It works in all environments including Databricks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;             +------------------+
             |    Main Branch   |
             +------------------+
                      |
                      V
               +--------------+
               |   CI Server  |
               +--------------+
                      |
                      V
              +---------------+
              |   Check out   |
              +---------------+
                      |
                      V
              +---------------+
              |    Build      |
              +---------------+
                      |
                      V
              +---------------+
              |    Test       |
              +---------------+
                      |
                      V
              +---------------+
              | Docker Build  |
              +---------------+
                      |
                      V
              +---------------+
              | Push to       |
              | Container     |
              |   Registry    |
              +---------------+
                      |
                      V
           +---------------------+
           | Deploy to Dev       |
           | Deploy to Stage     |
           | Deploy to Prod      |
           +---------------------+&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;STRONG&gt;Steps (basics)&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Code changes are made and pushed to the main branch.&lt;/LI&gt;&lt;LI&gt;The CI server triggers a pipeline.&lt;/LI&gt;&lt;LI&gt;The pipeline chec ks out the code from the main/master branch.&lt;/LI&gt;&lt;LI&gt;The code is built.&lt;/LI&gt;&lt;LI&gt;Tests are run.&lt;/LI&gt;&lt;LI&gt;Docker&amp;nbsp; images are built.&lt;/LI&gt;&lt;LI&gt;Docker images are pushed to a Container registry.&lt;/LI&gt;&lt;LI&gt;Deployments are made to the development, staging, and production environments.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 18:06:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-create-a-docker-image-to-deploy-and-run-in-different/m-p/63725#M32332</guid>
      <dc:creator>MichTalebzadeh</dc:creator>
      <dc:date>2024-03-14T18:06:08Z</dc:date>
    </item>
  </channel>
</rss>

