Skip to content
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

Deb package creation broken due to updated Ruby containers (and bug in FPM?) #3

Closed
bedroge opened this issue Jan 7, 2021 · 2 comments

Comments

@bedroge
Copy link
Contributor

bedroge commented Jan 7, 2021

Somehow the deb package generation in FPM does not seem to work with Ruby 3 anymore, see for instance:
EESSI/filesystem-layer#64
Last month, someone already made a PR with a fix in the FPM repository, but this still hasn't been merged yet...

Since this github action automatically takes the latest Ruby container from Docker Hub, this functionality is also broken here now. I just did some manual tests and these confirmed that it still works fine with, for instance, ruby:2-alpine. Would it be possible to stick to that version for now (possibly on a separate branch), until the PR in the FPM project gets merged?

@bpicode
Copy link
Owner

bpicode commented Jan 7, 2021

Hi, thanks for letting me know 👍
Yes, we should go with the ruby:2-alpine image for now. Even if jordansissel/fpm#1740 gets merged, I would still want to wait until there is a tagged release.

@bpicode bpicode closed this as completed in e76c0e2 Jan 7, 2021
@bedroge
Copy link
Contributor Author

bedroge commented Jan 7, 2021

Great, thanks for the really quick fix! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants