feat: build alpine container from release tar.tgz#105
Conversation
|
i think with the right parameters one could just execute install.sh from the tar 🤔 |
ekohl
left a comment
There was a problem hiding this comment.
https://copr-dist-git.fedorainfracloud.org/cgit/ekohl/puppetserver/puppetserver.git/tree/puppetserver.spec is my current spec where I trim down a lot. Of course, currently it's not a working setup either (fighting with JRuby and Psych).
You might be able to get away with only installing the AIO Debian puppet package
7d394e6 to
fb38a85
Compare
|
build base is now alpine 3.20. i adapted most from install.sh and Makefile. copied over the init stuff from the current container. some puppet agent dependencies are still missing and a ruby env for r10k/rugged and some service sctipts. still working on the raff edges :D |
|
it builds. it trys to start. but fails atm at this on startup 🤔 |
|
also fixes: #129 |
fff10b2 to
aa6c6f7
Compare
|
hmpf... tried to somehow get the puppet gem into the load path or install somehow an agent but nope. not today. stuck with. |
|
container build works, container can be run. build is still a bit messy. have to clean up a bit, before this is ready to merge |
|
Puppetdb-termini is missing |
Signed-off-by: Robert Waffen <rwaffen@gmail.com>
Signed-off-by: Robert Waffen <rwaffen@gmail.com>
Signed-off-by: Robert Waffen <rwaffen@gmail.com>
Signed-off-by: Robert Waffen <rwaffen@gmail.com>
109bb8f to
4ac4132
Compare
…variables Signed-off-by: Robert Waffen <rwaffen@gmail.com>
just download the tar and see how far i can get. just heavy work in progress...
it seems to work somehow, but i also need to add the agent i think.