Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 357 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 357 Bytes

api-base-image

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