Store the ActiveGate image in a private registry
The ActiveGate image is available in the container registry on your Dynatrace environment. Follow the instructions below if you prefer to store the ActiveGate image in a private registry.
Note: Be sure to replace the placeholders (<...>
) with the actual values:
Parameter | Value description |
---|---|
<activegate_version> | The semantic versioning form (<major>.<minor>.<patch> ) of your desired ActiveGate version |
<your_private_registry> | The address of your private registry |
<your_environment_domain_name> | Your own environment domain name (the URL without https:// ) |
<your_environment_ID> | Your environment ID |
Prerequisites
- Working private registry
- Access to the Dynatrace container registry
Pull, tag, and push the image
-
Pull the image.
Example command:
docker pull <your_environment_domain_name>/linux/activegate:<activegate_version>
-
Tag the image for your own registry.
Example command:
docker tag <your_environment_domain_name>/linux/activegate:<activegate_version> <your_private_registry>/activegate:<activegate_version>
-
Push the image to your own registry.
Example command:
docker push <your_private_registry>/activegate:<activegate_version>