-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hi,
would be nice if the documentation could tell something about what the intended way of installing external modules is.
I'm currently building docker images based on container-openvoxserver with
ARG PFpath=/etc/puppetlabs/code
ADD Puppetfile ${PFpath}
RUN mkdir -p /opt/puppet/modules &&
cd ${PFpath} &&
r10k puppetfile check &&
r10k puppetfile install
but that obviously wouldn't work with podman's autofresh.
It would also be possible to add a script to container-entrypoint.d/ to load them at boot time, but that's also somewhat homebrewn and might be incompatible with openvox's future strategy.
So what is the clean, reliable, and autorefresh-stable way to install external Modules?
I would have expected that a docker image itself looks at start time wether there is a Puppetfile and runs r10k. So I'm in doubt what openvox's future stategy will be, and how to load modules without breaking future strategies.
regards
Metadata
Metadata
Assignees
Labels
Type
Projects
Status