{"id":37780624,"url":"https://github.com/opspec-pkgs/docker.build.localimage","last_synced_at":"2026-01-20T16:32:26.874Z","repository":{"id":48657918,"uuid":"164484029","full_name":"opspec-pkgs/docker.build.localimage","owner":"opspec-pkgs","description":"build docker image that stores on host machines docker image store","archived":false,"fork":false,"pushed_at":"2025-03-24T15:41:51.000Z","size":31,"stargazers_count":0,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-17T02:05:25.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":" ","language":null,"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/opspec-pkgs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-07T19:44:33.000Z","updated_at":"2025-03-24T15:41:55.000Z","dependencies_parsed_at":"2024-05-30T03:02:01.343Z","dependency_job_id":"0ae0b51a-9e85-4ec0-97d0-4c9cf28c5f8a","html_url":"https://github.com/opspec-pkgs/docker.build.localimage","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/opspec-pkgs/docker.build.localimage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opspec-pkgs%2Fdocker.build.localimage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opspec-pkgs%2Fdocker.build.localimage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opspec-pkgs%2Fdocker.build.localimage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opspec-pkgs%2Fdocker.build.localimage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opspec-pkgs","download_url":"https://codeload.github.com/opspec-pkgs/docker.build.localimage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opspec-pkgs%2Fdocker.build.localimage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: 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-01-16T15:05:47.615Z","updated_at":"2026-01-20T16:32:21.865Z","avatar_url":"https://github.com/opspec-pkgs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![build](https://github.com/opspec-pkgs/docker.build.localimage/actions/workflows/build.yml/badge.svg)](https://github.com/opspec-pkgs/docker.build.localimage/actions/workflows/build.yml)\n\n\n# Problem statement\n\nBuild a docker image in your host machines docker image store. Once a successful run of this op completes, you should see your new container created on the host machine when you run `docker images`.\n\nExample usage:\n\n```yml\n  op:\n    ref: github.com/opspec-pkgs/docker.build.localimage#1.2.0\n    inputs:\n      imageName: my-image\n      dockerfile: $(/Dockerfile)\n      dockerfileStage: my-stage-name\n      dockerSocket:\n      dockerConfig:\n        auths:\n          \"https://index.docker.io/v1/\":\n            auth: dXNlcm5hbWU6cGFzc3dvcmQK\n```\n\n```yml\n  op:\n    ref: github.com/opspec-pkgs/docker.build.localimage#1.2.0\n    inputs:\n      imageName: my-image\n      dockerfile: $(/Dockerfile)\n      dockerfileStage: my-stage-name\n      dockerSocket:\n      dockerConfig: $(HOME/.docker/config.json)\n```\n\n\n# Example usage\n\n## Visualize\n\n```shell\nopctl ui github.com/opspec-pkgs/docker.build.localimage#1.2.0\n```\n\n## Run\n\n```\nopctl run github.com/opspec-pkgs/docker.build.localimage#1.2.0\n```\n\n## Compose\n\n```yaml\nop:\n  ref: github.com/opspec-pkgs/docker.build.localimage#1.2.0\n  inputs:\n    dockerSocket:  # 👈 required; provide a value\n    dockerfileStage:  # 👈 required; provide a value\n    imageName:  # 👈 required; provide a value\n  ## uncomment to override defaults\n  #   dockerConfig: [object Object]\n  #   dockerfile: .\n```\n\n# Support\n\njoin us on\n[![Slack](https://img.shields.io/badge/slack-opctl-E01563.svg)](https://join.slack.com/t/opctl/shared_invite/zt-51zodvjn-Ul_UXfkhqYLWZPQTvNPp5w)\nor\n[open an issue](https://github.com/opspec-pkgs/docker.build.localimage/issues)\n\n# Releases\n\nreleases are versioned according to\n[![semver 2.0.0](https://img.shields.io/badge/semver-2.0.0-brightgreen.svg)](http://semver.org/spec/v2.0.0.html)\nand [tagged](https://git-scm.com/book/en/v2/Git-Basics-Tagging); see\n[CHANGELOG.md](CHANGELOG.md) for release notes\n\n# Contributing\n\nsee\n[project/CONTRIBUTING.md](https://github.com/opspec-pkgs/project/blob/main/CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopspec-pkgs%2Fdocker.build.localimage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopspec-pkgs%2Fdocker.build.localimage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopspec-pkgs%2Fdocker.build.localimage/lists"}