Skip to content

Tagged container images?

For matrix-docker-ansible-deploy, we were using the amd64 binaries of rust-synapse-compress-state wrapped into a container image (devture/rust-synapse-compress-state). Unfortunately, we don't have arm32/arm64 support this way.

It's nice that you're making a multiarch image available and I've switched matrix-docker-ansible-deploy to be using your image, so that we can gain arm64 support.

Could you provide it as a tagged image (e.g. v0.1.0), instead of just :latest though?

If you can add support for arm32 (arm32v7), that'd be even better.