{"id":19302834,"url":"https://github.com/sapvs/docker-image-id","last_synced_at":"2026-05-06T03:34:33.297Z","repository":{"id":59387398,"uuid":"536998628","full_name":"sapvs/docker-image-id","owner":"sapvs","description":"Image id action to retrieve image ID of a docker image","archived":false,"fork":false,"pushed_at":"2022-09-22T12:27:14.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-28T09:25:59.409Z","etag":null,"topics":["docker","docker-image","github-action","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sapvs.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}},"created_at":"2022-09-15T11:39:27.000Z","updated_at":"2022-09-22T12:23:57.000Z","dependencies_parsed_at":"2023-01-11T17:23:25.232Z","dependency_job_id":null,"html_url":"https://github.com/sapvs/docker-image-id","commit_stats":null,"previous_names":["sapvs/docker-image-id","vsapan/docker-image-id"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sapvs/docker-image-id","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapvs%2Fdocker-image-id","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapvs%2Fdocker-image-id/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapvs%2Fdocker-image-id/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapvs%2Fdocker-image-id/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sapvs","download_url":"https://codeload.github.com/sapvs/docker-image-id/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sapvs%2Fdocker-image-id/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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":["docker","docker-image","github-action","github-actions"],"created_at":"2024-11-09T23:23:58.664Z","updated_at":"2026-05-06T03:34:33.269Z","avatar_url":"https://github.com/sapvs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker image ID\nA Github action to retrieve the image id for an image name.\n\nThis is useful if you want to check if images have been updated (comparing new vs old id). Mostly in case of images that are being used as base image in your image and you would like to re-create your image if the base image has changed.\n\n## Usage\n\n```yml\n  - name: Image ID\n    id: image-id\n    uses: s3vt/docker-image-id@v1.0.0\n    with:\n      image_name: \"s3vt/java:18\"\n```\n\nThis can be used in sample projects as \n\n```yml\non:\n  push:\n\njobs:\n  image-query:\n    runs-on: ubuntu-latest\n    name: Get Image ID\n    steps:\n      - name: Image ID\n        id: image-id\n        uses: s3vt/docker-image-id@v1.0.0\n        with:\n          image_name: \"s3vt/java:17\"\n      - name: Print the image ID\n        run: echo \"Image ID is ${{ steps.image-id.outputs.image_id }}\"\n     \n```\n\n\n### Action inputs\n\n| Name | Description | Default |\n| --- | --- | --- |\n| `image_name` | (**required**) Name of the image for which ID is to be retrieved.. | alpine:latest |\n\n\n### Action output\n\n| Name | Description | \n| --- | --- | \n| `image_id` | ID of the image requested. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapvs%2Fdocker-image-id","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsapvs%2Fdocker-image-id","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapvs%2Fdocker-image-id/lists"}