WebOfTrust / keripy

Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol
https://keripy.readthedocs.io/en/latest/
Apache License 2.0
60 stars 55 forks source link

Common docker image tag for all architectures #831

Closed iFergal closed 2 months ago

iFergal commented 4 months ago

For example, right now we have 1.2.0-dev11 for x86/x64 but 1.2.0-dev11-arm64 for arm.

It would be better if we can have the same tag name for all architectures. I believe a multi-platform docker manifest would work, haven't had time to look into it yet.

The reason it's better is so we can have one compose file for developers on multiple architectures, and in the case of KERIA, if we wanted to build that image on top of the keripy image we would need one tag.

iFergal commented 2 months ago

832 fixed this