appdynamics-docker-images
appdynamics-docker-images copied to clipboard
Require image for ARM64 architecture
Hi Team,
I am trying to use the appdynamics/cluster-agent-operator image on the arm64 platform but it seems it is not available for arm64.
I have tried building the image on the arm64 platform using docker build -t <image_name .> command, but it is failing with below error on both amd64 and arm64.
Step 7/15 : COPY cluster-agent.zip /tmp/cluster-agent.zip
COPY failed: file not found in build context or excluded by .dockerignore: stat cluster-agent.zip: file does not exist
In Readme, it is mentioned to download cluster-agent.zip from here but while opening the link I am getting authentication issue during login.
It will be very helpful if the image is released for the ARM64 platform. If required, I am happy to contribute. But as a start, can you please provide me with some pointers on the above issue?