The docker image to be used as the base/parent image for the various SenNet APIs. The current version is based on the Red Hat Universal Base Image 9.4 and has Python 3.9.18 installed.
docker build -t sennet/api-base-image:1.1.0 .
Then publish it to the DockerHub:
docker login
docker push sennet/api-base-image:1.1.0