puppetdb icon indicating copy to clipboard operation
puppetdb copied to clipboard

fix docker build by forcing older version of public_suffix

Open gmenuel opened this issue 2 years ago • 3 comments

Similar to a PR I've done on puppetserver https://github.com/puppetlabs/puppetserver/pull/2670

Currently docker build fail with the following error:

#12 41.61 	The last version of public_suffix (< 6.0, >= 2.0.2) to support your Ruby & RubyGems was 4.0.7. Try installing it with `gem install public_suffix -v 4.0.7` and then running the current command again

This PR fix this by forcing the public_suffix ruby gem to 4.0.7

gmenuel avatar Oct 17 '22 14:10 gmenuel

Can one of the admins verify this patch?

puppetlabs-jenkins avatar Oct 17 '22 14:10 puppetlabs-jenkins

hey @gmenuel, thanks again for this! For posterity, I'm making the same comment I did on the corresponding puppetserver PR:

Unfortunately, it has been decided that we will no longer be maintaining docker images for Puppet's projects. If you have tested this change and are satisfied that it solves your problem, I am happy to merge this pull request, but please be aware that we at Puppet will not be doing any additional testing of this change and we will not be fixing any bugs that may arise as a result of this, or any other changes.

If you would still like me to merge this, let me know! Otherwise, this PR will be closed in a few weeks.

mwaggett avatar Oct 17 '22 20:10 mwaggett

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 19 '23 21:04 CLAassistant