The ukc-server directory contains all files required to build Docker image, except for the UKC binary.
-
Copy your UKC Server binary to the data sub-directory.
Note: The UKC RPM for RHEL/Centos 8 is required, with file name in the format ekm-.el8.x86_64.rpm.
-
Build the Docker image.
docker build -t <your-image-tag> .
Note: The image tag should match the "image" tag in the Kubernetes files.