By default, pre-built images by Oracle are used.
- Download all the files from the below mentioned dir into a local machine having access to internet and docker installed.
- Run the following command to build the image.
docker build -t oci-la-fluentd-collector-custom -f Dockerfile .
- The docker image built from the above step, can either be pushed to Docker Hub or OCI Container Registry (OCIR) or to a Local Docker Registry depending on the requirements.
Instructions to build the container image for Management Agent are available in the Oracle's Docker Images repository on Github