25 Nov 2025 10:36 PM
Is it possible to download a specific version of an OneAgent image directly from an Environment ActiveGate? (Built-in Registry)
Is there any difference between Classic Full-Stack and CloudNativeFullStack image?
Is this a correct sintax?
<env-activegate>:9999/e/<env-id>/linux/oneagent:1.317-43.20250702-125508
26 Nov 2025 12:37 AM
@helton_harada I think the Classic Full-Stack OneAgent image would be different, please see below options to download
https://docs.dynatrace.com/docs/shortlink/prepare-private-registry#classic-full-stack
26 Nov 2025 02:12 AM
Thanks for reply @p_devulapalli !
Yes, I agree with you. I was looking at the same Dynatrace documentation page you mentioned... It says that the image for Classic mode would only be available via built-in Dynatrace registry.
It still says it's preferable to use the tool: "skopeo"
What will be the endpoint from which we could retrieve these images? Could we download it from an EnvActiveGate?
26 Nov 2025 03:59 AM
@helton_harada the way I understand it , the OneAgent binaries are downloaded from the Dynatrace cluster and the ActiveGate only acts as a proxy to route the download incase the cluster is not accessible directly from k8s cluster and if routing is enabled . AG does cache the images but I am unsure if we can download them directly from AG in a similar way
26 Nov 2025 09:28 AM
No. Only the server acts as a Docker registry. Also, it provides only x86 images. If it does not fit your deployment (unable to get the images or cpu architecture is different), use the images from a public registry uploaded to your private registry
see https://docs.dynatrace.com/docs/shortlink/prepare-private-registry .