gitpod-io / dockerfreeze

Freeze your development environment as a Dockerfile
MIT License
12 stars 4 forks source link

DO_NOT_MERGE: Implement os-detect #39

Open Kreyren opened 4 years ago

Kreyren commented 4 years ago

stub for implementation of os-detect

currently investigating

JesterOrNot commented 4 years ago

We already detect the OS via /etc/os-release but this could be a good way to standardize this

Kreyren commented 4 years ago

detect the OS via /etc/os-release

os-detect allows us to work with more options, see https://docs.rs/os-detect/0.2.2/os_detect/enum.OS.html

+ It's outsourcing the maintainance on the upstream of os-detect.