The Docker image intranda/goobi-workflow:default-plugins
contains a set of default plugins.
However, it does not contain the configuration files required by the plugins. (Correct me, if I’m wrong.)
The configuration files must be downloaded manually from Github and bind mounted into the Docker container running the image. This step must be repeated every time the plugins and/or plugin configuration files change. Which entails that one must continously observe all plugins for changes.
Suggestion: add default configuration files for plugins into intranda/goobi-worflow:default-plugins
, to make the image self-contained. Overwritting the default plugin configuration will still be possible by mounting configuration files during startup.