passenger-docker icon indicating copy to clipboard operation
passenger-docker copied to clipboard

Docker base images for Ruby, Python, Node.js and Meteor web apps

Results 30 passenger-docker issues
Sort by recently updated
recently updated
newest added

I am on an m1 mac running Mac OS Sonoma 14.3 with docker desktop version 4.29.0. at a bash shell, when I run ``` docker run -it --rm phusion/passenger-ruby33:3.0.3 bash...

This fixes a bug that doesn't affect the official build images, but did bite me building the images locally. Basically, "file" isn't in baseimage, but does get pulled in by...

**UPDATE:** Adding `RUN rm -f /var/log/nginx/error.log` to my Docker file helped with this issue. I'm not sure why, maybe it's some weird bug with nginx-log-forwarder service and error.log file. .......

Hello I have built an image using `FROM phusion/passenger-ruby33:latest` that I am running in `aarch64` However, I am getting error when I `ruby -version` ``` ruby 3.3.0 (2023-12-25 revision 5124f9ac75)...

I followed the instructions on the README and got my app working fine. However, I wanted to limit the max simultaneous requests that can be processed and cannot figure out...

I've noticed that since ruby33 release invoking "bundle exec irb" or "bundle exec rails c" causes this error: ``` $ bundle exec irb Error loading RC file '/usr/local/rvm/rubies/ruby-3.3.0/.irbrc': /usr/local/rvm/rubies/ruby-3.3.0/lib/ruby/3.3.0/bundled_gems.rb:74:in `require':...

Hello, I have attempted using this container and after running it through a security scanner there were several vulnerabilities found because I believe the last base image it builds from...

[x] Feature request I use Yarn as the main package manager. Would be great if Yarn were delivered as default

Enhancement

I am trying to use the latest 2.x version of ruby version 2.7.7 until we can get our application up to 3. I cannot seem to run a bundle install...

While Deploying on Digital Ocean i am facing the following error. Anyone knows how this can be fixed? ``` [2022-10-12 10:03:09] *** Running /etc/my_init.d/10_syslog-ng.init... [2022-10-12 10:03:09] [2022-10-12T10:03:09.845477] Error binding socket;...