-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: build alpine container from release tar.tgz #105
base: main
Are you sure you want to change the base?
Conversation
i think with the right parameters one could just execute install.sh from the tar 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
Signed-off-by: Robert Waffen <[email protected]>
Signed-off-by: Robert Waffen <[email protected]>
Signed-off-by: Robert Waffen <[email protected]>
Signed-off-by: Robert Waffen <[email protected]>
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.
|
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.