I really like the idea of containers, a reproducible context that our apps can
rely on. However, I really dislike having to create a Dockerfile to define my
container images. I always need to copy & paste it from somewhere and it takes me
some time to get it right.
That’s why I like using Google Cloud
Buildpacks to build
containers without having to worry about a Dockerfile.
I’m happy to announce that, as of yesterday, Google Cloud Buildpacks now supports .NET 6 (the latest LTS version) apps as well!
Read More →