{"id":48715698,"url":"https://github.com/cobaltcore-dev/cloud-profile-sync","last_synced_at":"2026-04-11T16:48:24.110Z","repository":{"id":345510589,"uuid":"978861212","full_name":"cobaltcore-dev/cloud-profile-sync","owner":"cobaltcore-dev","description":"Automatically update images in Gardener CloudProfiles","archived":false,"fork":false,"pushed_at":"2026-04-10T15:12:37.000Z","size":192,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-04-11T16:47:53.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cobaltcore-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-06T16:09:17.000Z","updated_at":"2026-04-07T12:58:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cobaltcore-dev/cloud-profile-sync","commit_stats":null,"previous_names":["cobaltcore-dev/cloud-profile-sync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cobaltcore-dev/cloud-profile-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobaltcore-dev%2Fcloud-profile-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobaltcore-dev%2Fcloud-profile-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobaltcore-dev%2Fcloud-profile-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobaltcore-dev%2Fcloud-profile-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cobaltcore-dev","download_url":"https://codeload.github.com/cobaltcore-dev/cloud-profile-sync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobaltcore-dev%2Fcloud-profile-sync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31687881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2026-04-11T16:48:23.203Z","updated_at":"2026-04-11T16:48:24.100Z","avatar_url":"https://github.com/cobaltcore-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company\n\nSPDX-License-Identifier: Apache-2.0\n--\u003e\n\n# cloud-profile-sync\n\n## About this project\n\nAutomatically updates properties of a [Gardener](https://github.com/gardener/gardener) `CloudProfile`, e.g. `machineImages` based on various sources, such as tags in an OCI repository.\n\n## Requirements and Setup\n\n- a recent `go` compiler\n- GNU `make`\n- `docker` to build the container\n\nThe tests can be run with `make check`.\n\n## Usage\n\nInitially, apply the `ManagedCloudProfile` CRD to your virtual garden apiserver.\nThen a `ManagedCloudProfile` can be created:\n```yaml\napiVersion: cloudprofilesync.cobaltcore.dev/v1alpha1\nkind: ManagedCloudProfile\nmetadata:\n  name: cloud-profile-name\nspec:\n  cloudProfile:\n    # regular CloudProfile spec, but some fields are optional\n    # to enable fully automatic management\n  machineImageUpdates: # configures automatic management of machineImages\n  - imageName: gardenlinux\n    provider: # provider updates the providerConfig about images\n      ironcoreMetal: # updates gardener-extension-ironcore-metal\n        registry: docker.io # hostname of registry to pull the image from\n        repository: gardenlinux/gardenlinux  # repository to pull the image from\n    source: # source used to check for image\n      oci: # OCI registry source\n        registry: docker.io # hostname of registry\n        repository: gardenlinux/gardenlinux # repository to watch\n        insecure: false # disables HTTP\n        username: \"\" # username for basic auth\n        password: \"\" # reference to a secret to lookup a password for basic auth\n          name: \"\"\n          namespace: \"\"\n          key: \"\"\n```\nReconciliation takes care of creating the respective `CloudProfile`.\n\n## Support, Feedback, Contributing\n\nThis project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/cobaltcore-dev/cloud-profile-sync/issues).\nContribution and feedback are encouraged and always welcome.\nFor more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).\n\n## Security / Disclosure\n\nIf you find any bug that may be a security problem, please follow our instructions at [in our security policy](https://github.com/cobaltcore-dev/cloud-profile-sync/security/policy) on how to report it.\nPlease do not create GitHub issues for security-related doubts or problems.\n\n## Code of Conduct\n\nWe as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone.\nBy participating in this project, you agree to abide by its [Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md) at all times.\n\n## Licensing\n\nCopyright 2025 SAP SE or an SAP affiliate company and \u003cyour-project\u003e contributors.\nPlease see our [LICENSE](LICENSE) for copyright and license information.\nDetailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/cobaltcore-dev/cloud-profile-sync).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobaltcore-dev%2Fcloud-profile-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcobaltcore-dev%2Fcloud-profile-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobaltcore-dev%2Fcloud-profile-sync/lists"}