This repository contains build files and basic documentation on building and shipping a Dynatrace OneAgent Docker image for the Red Hat Container Catalog (RHCC). For detailed instructions on how to run this image on OpenShift Container Platform, please have a look at help.dynatrace.com.
The Docker image is based on the official registry.access.redhat.com/rhel7
Docker image and has to be built on a RHEL 7 host. To install docker
on this host, do:
sudo subscription-manager repos --enable=rhel-7-server-rpms --enable=rhel-7-server-extras-rpms
sudo yum install docker
sudo systemctl enable docker
sudo systemctl start docker
git clone https://github.com/Dynatrace/oneagent-docker-redhat-certified.git
cd oneagent-docker-redhat-certified
sudo docker build -t dynatrace/oneagent .
Then, follow the instructions under the Upload Your Image section in the Dynatrace OneAgent project of the Red Hat Container Zone (login required).