open-pryv.io

Build your own docker images

This guide explains how to build your own docker Open Pryv.io docker images.

Prerequisites:

From ./docker/ folder

  1. Make the images

Run docker compose --env-file src/env_config -f docker-compose-build.yml build

  1. Prepare the various assets
  1. Pack the base directory

This will pack in dockerized-open-pryv-1.9.2 the content of ./src , the config files in ../configs/ an ../public.html in dockerized-open-pryv-${PRYV_TAG}.tgz

Warning the configuration files will be packaged make sure that adminKeys are not set if your intent is to publish it.

run ./build-tarball.sh