<?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 Re: How to pull ActiveGate Docker image from Dynatrace Docker Registry? in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/How-to-pull-ActiveGate-Docker-image-from-Dynatrace-Docker/m-p/267602#M2854</link>
    <description>&lt;P&gt;Does anyone was able to pull a Docker image of OneAgent with fully qualified version number like&amp;nbsp;1.293.153.20240702-150912 ?&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;# any one did successfully that ?
docker pull &amp;lt;your_dynt_host&amp;gt;/e/&amp;lt;your_env_id&amp;gt;/linux/oneagent:1.293.153.20240702-150912&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":question_mark:"&gt;❓&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2025 09:38:26 GMT</pubDate>
    <dc:creator>gilles_tabary</dc:creator>
    <dc:date>2025-01-16T09:38:26Z</dc:date>
    <item>
      <title>How to pull ActiveGate Docker image from Dynatrace Docker Registry?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-to-pull-ActiveGate-Docker-image-from-Dynatrace-Docker/m-p/170960#M737</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so dynatrace serves it's own docker registry instead of providing us with a public repository .. well, that makes me encounter issues with kubernetes deploying it because our dynatrace managed runs on internal certificates, so the kubernetes workers do not know about them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since we're using PKS and that's not supported / a beta feature at the moment to use private certificates we'd like to push the activegate docker images to our artifactory (which has an official certificate).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be clear, I do not want to use demonsets in the namespace to provide root and SubCAs to work around PKS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For that, I'll need to download the images and provide them in our artifactory. The issue is - I can not seem to do that, because it does not let me log in to the dynatrace docker registry:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Taken from there: &lt;A href="https://www.dynatrace.com/support/help/setup-and-configuration/setup-on-container-platforms/kubernetes/deploy-activegate-as-statefulset-kubernetes/#expand-ag-routingyaml-3624" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/support/help/setup-and-configuration/setup-on-container-platforms/kubernetes/deploy-activegate-as-statefulset-kubernetes/#expand-ag-routingyaml-3624&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume dynatrace serves the registry in the normal HTTPS environment URL (&lt;A href="https://server/e/environmentid" target="_blank" rel="noopener"&gt;https://server/e/environmentid&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;docker login ourdynatraceserver/e/our-environment-id --username ad&lt;BR /&gt;min --password &amp;lt;TOKEN&amp;gt;&lt;/P&gt;&lt;P&gt;WARNING! Using --password via the CLI is insecure. Use --password-stdin.&lt;BR /&gt;Error response from daemon: login attempt to &lt;A href="https://ourdynatraceserver/v2/" target="_blank" rel="noopener"&gt;https://ourdynatraceserver/v2/&lt;/A&gt; failed with status: 401 Unauthorized&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the admin user with the created PAAS token for accessing it. Since I can not login using docker, I suppose the generated secret for kubernetes wouldn't work either (I can not get around the certificate issue there at the moment, so I can't tell if docker could actually pull from kubernetes).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried to do that via &lt;A href="https://ourserver/e/ourenvironmentid/linux/activegate" target="_blank" rel="noopener"&gt;https://ourserver/e/ourenvironmentid/linux/activegate&lt;/A&gt; to see if it's served there - without luck either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So: Where is the docker registry actually served in dynatrace? How to access it to pull the docker image?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 07:45:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-to-pull-ActiveGate-Docker-image-from-Dynatrace-Docker/m-p/170960#M737</guid>
      <dc:creator>STiAT</dc:creator>
      <dc:date>2021-08-19T07:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull ActiveGate Docker image from Dynatrace Docker Registry?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-to-pull-ActiveGate-Docker-image-from-Dynatrace-Docker/m-p/170968#M738</link>
      <description>&lt;P&gt;Got it solved with the One Support guys..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;actually, the user name for the login is the enviornment ID, not the owner of the PaaS token but the environment id!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 09:03:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-to-pull-ActiveGate-Docker-image-from-Dynatrace-Docker/m-p/170968#M738</guid>
      <dc:creator>STiAT</dc:creator>
      <dc:date>2021-08-19T09:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull ActiveGate Docker image from Dynatrace Docker Registry?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-to-pull-ActiveGate-Docker-image-from-Dynatrace-Docker/m-p/267544#M2852</link>
      <description>&lt;P&gt;How to pull (example)&lt;/P&gt;&lt;LI-CODE lang="c"&gt;docker login https://&amp;lt;your_dynt_host&amp;gt;/e/&amp;lt;your_env_id&amp;gt; --username &amp;lt;your_env_id&amp;gt; --password &amp;lt;your API token with pass download scope&amp;gt;

docker pull &amp;lt;your_dynt_host&amp;gt;/e/&amp;lt;your_env_id&amp;gt;/linux/oneagent:1.293.153-raw     # does not work with 1.293.153.20240702-150912

docker pull &amp;lt;your_dynt_host&amp;gt;/e/&amp;lt;your_env_id&amp;gt;/linux/codemodule:1.293.153-raw   # does not work with 1.293.153.20240702-150912

docker pull &amp;lt;your_dynt_host&amp;gt;/e/&amp;lt;your_env_id&amp;gt;/linux/activegate:1.303.18-raw    # does not work with 1.303.18.20241106-152232&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 14:43:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-to-pull-ActiveGate-Docker-image-from-Dynatrace-Docker/m-p/267544#M2852</guid>
      <dc:creator>gilles_tabary</dc:creator>
      <dc:date>2025-01-15T14:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull ActiveGate Docker image from Dynatrace Docker Registry?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-to-pull-ActiveGate-Docker-image-from-Dynatrace-Docker/m-p/267602#M2854</link>
      <description>&lt;P&gt;Does anyone was able to pull a Docker image of OneAgent with fully qualified version number like&amp;nbsp;1.293.153.20240702-150912 ?&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;# any one did successfully that ?
docker pull &amp;lt;your_dynt_host&amp;gt;/e/&amp;lt;your_env_id&amp;gt;/linux/oneagent:1.293.153.20240702-150912&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":question_mark:"&gt;❓&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 09:38:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-to-pull-ActiveGate-Docker-image-from-Dynatrace-Docker/m-p/267602#M2854</guid>
      <dc:creator>gilles_tabary</dc:creator>
      <dc:date>2025-01-16T09:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull ActiveGate Docker image from Dynatrace Docker Registry?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-to-pull-ActiveGate-Docker-image-from-Dynatrace-Docker/m-p/267631#M2855</link>
      <description>&lt;P&gt;Support pointed the doc : &lt;A href="https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/container-registries/prepare-private-registry#expand--how-to-determine-oneagent-image-tag--2" target="_blank" rel="noopener noreferrer"&gt;https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/container-registries/prepare-private-registry#expand--how-to-determine-oneagent-image-tag--2&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;latest&lt;/LI&gt;&lt;LI&gt;latest-raw&lt;/LI&gt;&lt;LI&gt;&amp;lt;major&amp;gt;.&amp;lt;minor&amp;gt;.&amp;lt;revision&amp;gt;&lt;/LI&gt;&lt;LI&gt;&amp;lt;major&amp;gt;.&amp;lt;minor&amp;gt;.&amp;lt;revision&amp;gt;-raw&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks dear support (sorry for the noise).&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 12:57:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-to-pull-ActiveGate-Docker-image-from-Dynatrace-Docker/m-p/267631#M2855</guid>
      <dc:creator>gilles_tabary</dc:creator>
      <dc:date>2025-01-16T12:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull ActiveGate Docker image from Dynatrace Docker Registry?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-to-pull-ActiveGate-Docker-image-from-Dynatrace-Docker/m-p/284432#M3252</link>
      <description>&lt;P&gt;Oops.&lt;/P&gt;&lt;P&gt;Don't: Warning:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/prepare-private-registry#dynatrace-container-images" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/prepare-private-registry#dynatrace-container-images&lt;/A&gt;&amp;nbsp;says :&amp;nbsp;&lt;EM&gt;Please &lt;STRONG&gt;do not use the Dynatrace built-in registry&lt;/STRONG&gt; for copying images to private registries. An exception applies for the OneAgent image for Classic Full-Stack, where the respective image&amp;nbsp;&lt;STRONG&gt;must&lt;/STRONG&gt;&amp;nbsp;be copied from the built-in registry to work properly.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Do : pull from&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/use-public-registry#supported-public-registries" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/use-public-registry#supported-public-registries&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 08:13:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-to-pull-ActiveGate-Docker-image-from-Dynatrace-Docker/m-p/284432#M3252</guid>
      <dc:creator>gilles_tabary</dc:creator>
      <dc:date>2025-08-21T08:13:34Z</dc:date>
    </item>
  </channel>
</rss>

