Pavel Valena
Pavel Valena
> maybe I am misunderstanding something, in which case it seems like it would be helpful to change my PR from a variable that installs a specific version of bundler...
> @pvalena I ran through a [similar test](https://gist.github.com/jasonbrooks/6971e0cf66c7b12fd03d4fea5a29a41e) where I was able to bundle with an older version of bundler. Good. > For some reason, though, when we build with...
@pkubatrh what's the best practise for nodejs containers? Does it update npm (like `npm install -g npm@latest`)?
> @jasonbrooks situation on OpenShift can be recreated by deploying [this Discourse OpenShift instance](https://github.com/jontrossbach/openshift-discourse) and running through the two step build (s2i then Discourse) on the main branch with a...
Ok, let's focus on what's the difference in Ruby 3.0 bundler, then. ``` $ oc new-app openshift/ruby:2.6-ubi8~https://github.com/jontrossbach/ruby-ex ``` _I assume this should've been 3.0 and 2.7 in your respective examples._...
I've prepared: https://src.fedoraproject.org/container/ruby/pull-request/3
Great! But that doesn't explain anything of what went wrong, which is what I want to know, as I've already built an image (I'm fine with doing the sync manually,...
Btw. and I'm not fully sure how the sync would work, unless you replace the `FROM` in the `Dockerfile` for every branch. Could you clarify on that? F.e. both `f34`...
@phracek what is the status of Fedora containers? :)
From .vimrc: ``` set tabstop=4 set shiftwidth=4 set expandtab set makeprg=GCC_COLORS=\ make set tw=79 au BufRead,BufNewFile *.xml set tw=109 shiftwidth=2 smarttab au FileType sh set tw=80 shiftwidth=4 smarttab au FileType...