Base Docker images used for packaging Pryv.io components.
Run ./build to build an publish image
Previous publishing was done one Azure... now that Pryv.io is fully open source, the archives workflow archives/publish.yaml should be updated for DockerHub
Prerequisites:
- Docker
- just
Then:
just release-preview <version>to publish preview images with<version>-previewtagjust test-buildto build local test imagesjust test-startto start local containers
See justfile for the details.
To launch a container (here mongodb) interactively: docker run -it localhost/pryvio/mongodb:test bash
- Use Ubuntu (22.04) instead of Phusion base image
- Add local usage: preview and test