openshift-s2i / s2i-rust

Source-to-Image template for Rust applications
https://www.rust-lang.org/
Other
7 stars 13 forks source link

Is this maintained anymore? #11

Open WillNilges opened 4 years ago

WillNilges commented 4 years ago

Hey there,

Just stumbled upon this repo and saw that latest stable only supported Rust 1.26

I'm here chillin' in ~2020 wondering if this is still maintained?

Regardless, I might be lookin' to add 1.40 support, because I need to containerize some Rust. Else, please point me to some resources to help me do this.

o7

bander-saeed94 commented 4 years ago

+1

cuviper commented 4 years ago

At least for RHEL 7 and 8, the official containers are more current, and still s2i-enabled:

Neither are up to 1.40+ yet, but updates are in the release pipeline...

magick93 commented 4 years ago

@cuviper - is there any plans to make these available without needing a subscription / login?

cuviper commented 4 years ago

@magick93 not with the RHEL builds. I suggest the best approach would be for someone to take charge of getting CentOS 7 builds synced up. That still only has rust-toolset-7 with 1.26, and in RHEL we've long since renamed the SCL to specific Rust versions (currently rust-toolset-1.41). Unfortunately, I don't have time to work on CentOS myself.