WebOfTrust / keria

KERI Agent in the cloud
https://keria.readthedocs.io/en/latest/
Apache License 2.0
16 stars 26 forks source link

Docker image uses wrong version of keri #263

Open lenkan opened 6 days ago

lenkan commented 6 days ago

The dockerfile uses 1.2.0-dev6 currently, but setup.py points to 1.2.0-dev8.

See:

Imo, we should use a python base image and install the dependencies using pip instead. What do you think?

m00sey commented 6 days ago

I pushed an updated Keri image: https://hub.docker.com/repository/docker/weboftrust/keria/general

I have no opinion on the rest of this.

2byrds commented 6 days ago

Thank you @m00sey ! @lenkan happy to discuss the image version. My intention for having it build from the keri image rather than a base image is that there is quite a bit of setup for the keripy related env for the image and i did a lot of testing with that version of the keripy image. Also we do pip install specific versions from requirements https://github.com/WebOfTrust/keria/blob/main/images/keria.dockerfile#L10