Dynatrace-AppMon-Docker
Dynatrace-AppMon-Docker copied to clipboard
Wrong file placed in public docker hub image
In the docker image called: dynatrace/agent there is a wrong file placed. Instead of the real file it has the github page saved when user BlazejT was logged in. The file dtnginx_offsets.json.tar.gz is not a Tarball gzipped but a pure html page saved when user BlazejT was signed into Github in 2017. :-)
This file is not correct in the Docker image. https://github.com/Dynatrace/Dynatrace-AppMon-Docker/blob/master/Dynatrace-Agent/build/bin/dtnginx_offsets.json.tar.gz
After docker image download: $ file dtnginx_offsets.json.tar.gz json.tar.gz: HTML document, UTF-8 Unicode text, with very long lines
Btw. The Dockerfile(s) looks ok so I guess when running docker build the file was wrong on the git folder.