{"id":20376668,"url":"https://github.com/andrebriggs/monorepo-example","last_synced_at":"2026-03-07T17:32:31.169Z","repository":{"id":150973792,"uuid":"205013718","full_name":"andrebriggs/monorepo-example","owner":"andrebriggs","description":null,"archived":false,"fork":false,"pushed_at":"2019-10-29T04:11:16.000Z","size":91,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T21:42:14.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/andrebriggs.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":"2019-08-28T20:04:19.000Z","updated_at":"2024-04-18T21:35:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff349eee-30d6-42f8-89ce-7ca167570498","html_url":"https://github.com/andrebriggs/monorepo-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrebriggs/monorepo-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrebriggs%2Fmonorepo-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrebriggs%2Fmonorepo-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrebriggs%2Fmonorepo-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrebriggs%2Fmonorepo-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrebriggs","download_url":"https://codeload.github.com/andrebriggs/monorepo-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrebriggs%2Fmonorepo-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30223336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T17:00:40.062Z","status":"ssl_error","status_checked_at":"2026-03-07T17:00:39.026Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-11-15T01:39:05.862Z","updated_at":"2026-03-07T17:32:31.121Z","avatar_url":"https://github.com/andrebriggs.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monorepo Example\n\nWelcome to the Monorepo. Changes at the top level won't trigger any builds.\n\nEach \"service\" builds an image and pushes to an ACR instance with the image format of `servicename:branch-buildid`\n\n![alt text](images/acr.png)\n\nYou can see the associated Azure Dev Ops Pipelines here: https://dev.azure.com/abrig/bedrock_gitops_v2/_build\n\n## Creating ACR\n\u003cpre\u003e\n$ az group create --name \u003cb\u003emy-resourcegroup\u003c/b\u003e --location eastus\n$ az acr create --resource-group \u003cb\u003emy-resourcegroup\u003c/b\u003e --name \u003cb\u003ereplaceme\u003c/b\u003e --sku Basic\n\u003c/pre\u003e\n\n## Setting up ACR permissions\n\u003cpre\u003e\n#!/bin/bash\n\n# Modify for your environment.\n# ACR_NAME: The name of your Azure Container Registry\n# SERVICE_PRINCIPAL_NAME: Must be unique within your AD tenant\nACR_NAME=\u003cb\u003ereplaceme\u003c/b\u003e\nSERVICE_PRINCIPAL_NAME=\u003cb\u003emyspname\u003c/b\u003e\n\n# Obtain the full registry ID for subsequent command args\nACR_REGISTRY_ID=$(az acr show --name $ACR_NAME --query id --output tsv)\n\n# Create the service principal with rights scoped to the registry.\n# Default permissions are for docker pull access. Modify the '--role'\n# argument value as desired:\n# acrpull:     pull only\n# acrpush:     push and pull\n# owner:       push, pull, and assign roles\nSP_PASSWD=$(az ad sp create-for-rbac --name http://$SERVICE_PRINCIPAL_NAME --scopes $ACR_REGISTRY_ID --role \u003cb\u003eowner\u003c/b\u003e --query password --output tsv)\nSP_APP_ID=$(az ad sp show --id http://$SERVICE_PRINCIPAL_NAME --query appId --output tsv)\n\n# Output the service principal's credentials; use these in your services and\n# applications to authenticate to the container registry.\necho \"Service principal ID: $SP_APP_ID\"\necho \"Service principal password: $SP_PASSWD\"\n\u003c/pre\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrebriggs%2Fmonorepo-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrebriggs%2Fmonorepo-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrebriggs%2Fmonorepo-example/lists"}