https://rancher.com/ logo
Title
b

bulky-hamburger-51394

05/18/2022, 10:39 PM
I have what might be a silly question. Is the luet package manager required to build a container OS? I'm guessing it is based on https://github.com/rancher-sandbox/cOS-toolkit/blob/c47e98f487f383d4dca2e884b84a9ee7376aacdb/examples/scratch/Dockerfile#L17
s

straight-application-51735

05/20/2022, 1:13 PM
@bulky-hamburger-51394 👋 not really, we use
luet
to track certain packages that are shipped by the toolkit, but similarly things can be built without it, altought it is not documented. for example,
os2
image is built without
luet
https://github.com/rancher-sandbox/os2/blob/master/Dockerfile
but still we use it to update the framework files, see here: https://github.com/rancher-sandbox/os2/tree/master/framework