OSC / ondemand

Supercomputing. Seamlessly. Open, Interactive HPC Via the Web
https://openondemand.org/
MIT License
263 stars 98 forks source link

Unable to build ood image from docker file #3625

Open vikaspatil02 opened 5 days ago

vikaspatil02 commented 5 days ago

image Build is failing in step --> rake -f /opt/ood/Rakefile -mj$CONCURRENCY build [root@cc4ca5118686 ood]# rake -f /opt/ood/Rakefile -mj$CONCURRENCY build shellcheck -x ood-portal-generator/sbin/update_ood_portal cd /opt/ood/ood-portal-generator rake aborted! Command failed with status (127): [shellcheck -x ood-portal-generator/sbin/update_ood_portal] /opt/ood/lib/tasks/test.rb:53:in block (2 levels) in <top (required)>' /usr/local/share/gems/gems/rake-13.2.1/exe/rake:27:in<top (required)>' Tasks: TOP => default => test => test:all => test:shellcheck

johrstrom commented 4 days ago

Thanks, this container doesn't really get updated as it's not really meant for production use.

Seems like it should actually install the latest stable version from a package. @treydock do you have thoughts here? I'm a bit torn. If we remove it, we'll get questions on how to build it and the answer is you kind of don't want to. But if they do really want to, then we need to maintain an actual stable Dockerfile that would work.