Closed djerveren closed 3 years ago
Hi Daniel - I'm not sure offhand. I can retry the container builds soon but I'm a bit short on time currently.
This seems to have been a Rubygems bug: https://github.com/rubygems/rubygems/issues/3831
The second issue can be resolved by removing (or updating) the Ruby version in the Gemfile.
If you have a chance to dig into these, let me know what you find. If not, I'll get to them soon hopefully.
Yes, if I remove the ruby ">=2.7.2"
requirement from Gemfile
and add shared-mime-info
to the list of packages apt-get installs, it builds. Thanks!
Your Ruby version is 2.7.0, but your Gemfile specified >= 2.7.2
I've fixed this in a branch and it is going out soon. FYI.
This has been fixed on master for a while now now but I neglected to update here. I'll try to keep this version lock as wide as possible going forward.
BTW longer term, I hope to add some features to make custom branding a bit simpler. Thanks for reporting!
Good morning.
Your project looks really nice, and it's something I want to provide for my users, but I would like to re-brand it a little bit to fit our organisation, so this is what I did:
app/assets/stylesheets/global.css
containerization/pwpush-postgres/Dockerfile
docker build containerization/pwpush-postgres
This first threw a warning:
and later aborted with:
Any chance you could take a look at this? I am building this on Fedora 33 with Docker version 20.10.6.
Best regards, Daniel.