carlosedp / riscv-bringup

Risc-V journey thru containers and new projects
270 stars 43 forks source link

[Feature] carlosedp/golang docker images for 1.18 #45

Closed olof-nord closed 2 years ago

olof-nord commented 2 years ago

Hello @carlosedp!

With some projects starting to use Golang 1.18, what do you think about building and pushing a carlosedp/golang:1.18 docker image?

Following the official golang docker decision to not support riscv until Debian does, from what I can tell this is the most official alternative.

https://github.com/docker-library/golang/issues/435

Really appreciating your work!

carlosedp commented 2 years ago

I'm working on a Docker image with multi-stage build to address this. Give me a couple hours to make it work and I'll let you know. Thanks for pointing this out Olof.

carlosedp commented 2 years ago

There it goes... pushed new images to https://hub.docker.com/r/carlosedp/golang/tags and Go RISC-V tarballs to https://github.com/carlosedp/riscv-bringup/releases/tag/v1.0.

Also the updated Dockerfiles allow to build the tarball and the images. Check https://github.com/carlosedp/riscv-bringup/commit/548b1de5a06c240f8c7dbe59959ecf35b53e5450

carlosedp commented 2 years ago

Let me know if we can close this

olof-nord commented 2 years ago

amazing!