OSC / bc_osc_rstudio_server

Batch Connect - OSC RStudio Server
https://osc.github.io/Open-OnDemand/
MIT License
10 stars 18 forks source link

Update Kubernetes container version #69

Closed treydock closed 3 years ago

treydock commented 3 years ago

Addresses patches from CVE-2021-33909

johrstrom commented 3 years ago

Works for me. Classes and regular RStudio still work. Is this the expected kernel version?

> system("uname -a")
Linux rstudio-server-4g5cndzw 3.10.0-1160.36.2.el7.x86_64 #1 SMP Thu Jul 8 02:53:40 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
treydock commented 3 years ago

Yep, the 36.2 part of kernel version is what got updated. I think that might actually be coming from the host and not the container but not 100% certain so am updating both containers and hosts to patch the CVE.

treydock commented 3 years ago

Just FYI I think this comes from host because if I didn't install the kernel package to container, I'm fairly certain you could still perform kernel operations and what not since I'm pretty sure the kernel used comes from underlying host.