No need.
Since I am not much into docker, I actually given a choice will prefer the version without docker specific commands. RUN
etc.
Keeping that layer minimal will help me later to move things from docker to derivative-maker, if feasiable.
That is one option. Can we just pass all using command line as if using ./derivative-maker --...
?
Because otherwise it seems we’ll hardcode a certain default and then need to tell users to change the default config file or provide their own?
Ok, something like that.

Then you can upload your images with
docker push
and others can download them withdocker pull
. Ordocker run
with your image name.I’m doing this with whonix_builder for example:
docker pull tabletseeker/whonix_builder:latest
That sounds good.
What changes would a derivative-maker image have compared to its base, Debian image?
Or do you mean providing a Kicksecure docker image on dockerhub, a Whonix-Gateway image and a Whonix-Workstaiton image? CLI and seaprate Xfce versions?