OsiriX-Foundation / karnak-mainzelliste

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

karnak-mainzelliste

This repository is used to overload the default docker image of the mainzelliste.

Further information and documentation on Mainzelliste on the following links:

Description

It use a default configuration of mainzelliste used for Karnak.

It add the possibility to read the k1, k2, k3 on environment variables and as a secret. The k1, k2, k3 is additional params for PIDGenerator. PIDGenerate will encrypt the value with the keys k1, k2, k3 and k4 = k1+k2+k3 mod 2^30.

Docker

Minimum version: 19.03

The docker image is available on docker hub named osirixfoundation/karnak-mainzelliste.

Docker build

Launch the following command to build the docker locally:

docker build -t mainzelliste/locally:latest .

Environment variables

MAINZELLISTE_PID_K1

The value of the K1 used for the PIDGenerator.

MAINZELLISTE_PID_K1_FILE

The value of the K1 used for the PIDGenerator via file input (alternative to MAINZELLISTE_PID_K1).

MAINZELLISTE_PID_K2

The value of the K2 used for the PIDGenerator.

MAINZELLISTE_PID_K2_FILE

The value of the K2 used for the PIDGenerator via file input (alternative to MAINZELLISTE_PID_K2).

MAINZELLISTE_PID_K3

The value of the K3 used for the PIDGenerator.

MAINZELLISTE_PID_K3_FILE

The value of the K3 used for the PIDGenerator via file input (alternative to MAINZELLISTE_PID_K3).

About


Languages

Language:Python 68.5%Language:Shell 26.2%Language:Dockerfile 5.3%