{"id":17952629,"url":"https://github.com/lahirumaramba/mn-gvm-demo","last_synced_at":"2025-09-03T03:33:07.584Z","repository":{"id":143322145,"uuid":"587768166","full_name":"lahirumaramba/mn-gvm-demo","owner":"lahirumaramba","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-11T22:27:44.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T16:34:20.358Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lahirumaramba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-11T14:42:25.000Z","updated_at":"2023-10-31T08:05:00.000Z","dependencies_parsed_at":"2023-05-14T15:00:24.196Z","dependency_job_id":null,"html_url":"https://github.com/lahirumaramba/mn-gvm-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lahirumaramba/mn-gvm-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lahirumaramba%2Fmn-gvm-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lahirumaramba%2Fmn-gvm-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lahirumaramba%2Fmn-gvm-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lahirumaramba%2Fmn-gvm-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lahirumaramba","download_url":"https://codeload.github.com/lahirumaramba/mn-gvm-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lahirumaramba%2Fmn-gvm-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273385223,"owners_count":25096052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-29T09:58:58.000Z","updated_at":"2025-09-03T03:33:07.546Z","avatar_url":"https://github.com/lahirumaramba.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Micronaut 3.8.0 Documentation\n\n- [User Guide](https://docs.micronaut.io/3.8.0/guide/index.html)\n- [API Reference](https://docs.micronaut.io/3.8.0/api/index.html)\n- [Configuration Reference](https://docs.micronaut.io/3.8.0/guide/configurationreference.html)\n- [Micronaut Guides](https://guides.micronaut.io/index.html)\n---\n\n## Google Cloud Run GraalVM GitHub Workflow\n\nWorkflow file: [`.github/workflows/google-cloud-run-graalvm.yml`](.github/workflows/google-cloud-run-graalvm.yml)\n\n### Workflow description\nFor pushes to the `master` branch, the workflow will:\n1. Setup the build environment with respect to the selected java/graalvm version.\n2. Setup of [Google Cloud CLI](https://cloud.google.com/sdk).\n3. Authenticate docker to use [Google Container Registry (GCR)](https://cloud.google.com/container-registry/docs).\n4. Build, tag and push Docker image with Micronaut application to GCR.\n6. Deploy [Google Cloud Run](https://cloud.google.com/run) application.\n\n### Dependencies on other GitHub Actions\n- [Setup GraalVM `DeLaGuardo/setup-graalvm`](https://github.com/DeLaGuardo/setup-graalvm)\n- [Setup Google Cloud CLI `google-github-actions/setup-gcloud`](https://github.com/google-github-actions/setup-gcloud)\n\n### Setup\nAdd the following GitHub secrets:\n\n| Name | Description |\n| ---- | ----------- |\n| GCLOUD_PROJECT_ID | Project id. |\n| GCLOUD_SA_KEY | Service account key file. See more on [Creating and managing service accounts](https://cloud.google.com/iam/docs/creating-managing-service-accounts#iam-service-accounts-create-gcloud) and [Deployment permissions for CloudRun](https://cloud.google.com/run/docs/reference/iam/roles#additional-configuration) |\n| GCLOUD_IMAGE_REPOSITORY | (Optional) Docker image repository in GCR. For image `[GCLOUD_REGION]/[GCLOUD_PROJECT_ID]/foo/bar:0.1`, the `foo` is an _image repository_. |\n\nThe workflow file also contains additional configuration options that are now configured to:\n\n| Name | Description | Default value |\n| ---- | ----------- | ------------- |\n| GCLOUD_REGION | Region where the Cloud Run application will be created. See [Cloud Run Release Notes](https://cloud.google.com/run/docs/release-notes) to find out what regions are supported. | `europe-west3` |\n| GCLOUD_GCR | Google Container Registry url. See [Overview of Container Registry](https://cloud.google.com/container-registry/docs/overview) to find out valid GCR endpoints. | `eu.gcr.io` |\n\n### Verification\nFrom the workflow step `Deploy Cloud Run` copy out url `https://demo-__________run.app` of the invoke endpoint:\n```\nInvoke endpoint:\nhttps://demo-__________run.app\n```\n\nCall the api endpoint:\n```\ncurl https://demo-__________run.app/demo\n```\n\n\n- [Shadow Gradle Plugin](https://plugins.gradle.org/plugin/com.github.johnrengelman.shadow)\n## Feature github-workflow-google-cloud-run-graalvm documentation\n\n- [https://docs.github.com/en/free-pro-team@latest/actions](https://docs.github.com/en/free-pro-team@latest/actions)\n\n\n## Feature http-client documentation\n\n- [Micronaut HTTP Client documentation](https://docs.micronaut.io/latest/guide/index.html#httpClient)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flahirumaramba%2Fmn-gvm-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flahirumaramba%2Fmn-gvm-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flahirumaramba%2Fmn-gvm-demo/lists"}