* Add a blog for building/publishing to container registries
This new blog post shows the basics of using Pulumi to provision
a container registry on a given cloud -- with examples on AWS, Azure,
GCP, DigitalOcean, and Docker Hub -- and then build/publish a
container image using our docker.Image component. It also demonstrates
consuming the resulting image from a Kubernetes service. All examples
are available in all languages: JavaScript, TypeScript, Python, Go,
and C#.
* Add a preview image
* Fix some typos/formatting
* Add an automation API shoutout
* Add a missing chooser
* Apply suggestions from code review
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* Update publication date
* Update publish date on the new blog entry
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>