{"id":18641474,"url":"https://github.com/mkumatag/container-image-updater-action","last_synced_at":"2025-04-11T10:33:17.503Z","repository":{"id":64304496,"uuid":"423058105","full_name":"mkumatag/container-image-updater-action","owner":"mkumatag","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-28T06:00:44.000Z","size":62,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-08T09:34:40.035Z","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/mkumatag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2021-10-31T05:05:58.000Z","updated_at":"2022-04-15T04:31:35.000Z","dependencies_parsed_at":"2024-01-22T16:05:44.997Z","dependency_job_id":null,"html_url":"https://github.com/mkumatag/container-image-updater-action","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"e8fd65dcf634a8b294b1b981f72a6e23db55a4e0"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkumatag%2Fcontainer-image-updater-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkumatag%2Fcontainer-image-updater-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkumatag%2Fcontainer-image-updater-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkumatag%2Fcontainer-image-updater-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkumatag","download_url":"https://codeload.github.com/mkumatag/container-image-updater-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223466433,"owners_count":17149772,"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","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-07T05:58:53.983Z","updated_at":"2024-11-07T05:58:54.075Z","avatar_url":"https://github.com/mkumatag.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# container-image-updater\nThis action prints \"true\" if image is required to update based on the base image update.\n\n## Inputs\n\n| Name                | Type     | Description                        |\n|---------------------|----------|------------------------------------|\n| `base-image`        | Required   | Base image of the image            |\n| `image`             | Required   | The container image to be monitored, based on `base-image`   |\n| `base-reg-username`, \u003cbr\u003e`base-reg-password` | Optional   | Image registry credential to access base image.|\n| `image-reg-username`, \u003cbr\u003e`image-reg-password` | Optional   | Image registry credential to access image to be monitored.|\n\n\n## Outputs\n\n| Name                | Description                        |\n|---------------------|------------------------------------|\n| `needs-update`      | Returns `true` or `false`.         |\n\n## Example usage\n\n### Public images\n\n```yaml\nuses: mkumatag/container-image-updater-action@v1.0.6\nwith:\n  base-image: 'alpine:3.14'\n  image: 'alpine:3.13'\n```\n\n### Private images\n\n```yaml\nuses: mkumatag/container-image-updater-action@v1.0.6\nwith:\n  base-image: 'alpine:3.14'\n  image: 'alpine:3.13'\n  base-reg-username: someuser\n  base-reg-password: somepassword\n  image-reg-username: someuser\n  image-reg-password: somepassword\n```\n\n## Blog:\nhttps://medium.com/@manjunathkumatagi/streamlining-docker-image-updates-monitoring-and-rebuilding-with-github-plugin-c244dc85fb6a\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkumatag%2Fcontainer-image-updater-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkumatag%2Fcontainer-image-updater-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkumatag%2Fcontainer-image-updater-action/lists"}