dotnet / dotnet-buildtools-prereqs-docker

Used to maintain the Docker images hosted at the mcr.microsoft.com/dotnet-buildtools/prereqs image repository
MIT License
53 stars 102 forks source link

Add an Ubuntu-22.04-based Tizen build image #969

Closed jkoritzinsky closed 4 months ago

jkoritzinsky commented 5 months ago

The 18.04-based image we use in PRs in dotnet/runtime is causing warnings about the Node version in use. By upgrading to 22.04, we can fix this.

Additionally, other platforms that Samsung supports like RISCV also use 22.04-based images, so this won't break them or test a scenario they wouldn't support.

hoyosjs commented 5 months ago

Assume we no longer need the hook to the build-scripts since you clone and build the rootfs on it's own layer?

jkoritzinsky commented 4 months ago

Yep. We can replace all of the buildrootfs hooks with muti-phase builds.