Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wintermi/chainguard-go-cloud-run

An example micro service written in Go using the Gin Web Framework. Container images are built using the Chainguard Images ready for deployment to Google Cloud Run.
https://github.com/wintermi/chainguard-go-cloud-run

chainguard-images cloud-build cloud-run gin-gonic go golang google-cloud google-cloud-platform

Last synced: about 1 month ago
JSON representation

An example micro service written in Go using the Gin Web Framework. Container images are built using the Chainguard Images ready for deployment to Google Cloud Run.

Awesome Lists containing this project

README

        

# Example Go Cloud Run Micro Service using the Chainguard Images

[![Workflows](https://github.com/wintermi/chainguard-go-cloud-run/workflows/Go/badge.svg)](https://github.com/wintermi/chainguard-go-cloud-run/actions)
[![License](https://img.shields.io/github/license/wintermi/chainguard-go-cloud-run)](https://github.com/wintermi/chainguard-go-cloud-run/blob/main/LICENSE)

## Description

An example micro service written in Go using the Gin Web Framework. Container images are built using the Chainguard Images ready for deployment to Google Cloud Run.

In summary, the following components are used by this project:

- [Go Programming Language](https://go.dev/)
- [Gin Web Framework](https://gin-gonic.com/)
- [Chainguard Images](https://www.chainguard.dev/chainguard-images)
- [Google Cloud Build](https://cloud.google.com/build)
- [Google Cloud Run](https://cloud.google.com/run)

## License

**chainguard-go-cloud-run** is released under the [Apache License 2.0](https://github.com/wintermi/chainguard-go-cloud-run/blob/main/LICENSE) unless explicitly mentioned in the file header.