{"id":20887706,"url":"https://github.com/opsway/dockerfile","last_synced_at":"2026-04-26T09:32:17.002Z","repository":{"id":68473421,"uuid":"178066579","full_name":"opsway/dockerfile","owner":"opsway","description":"Extended syntax dockerfile based on Buildkit","archived":false,"fork":false,"pushed_at":"2019-03-30T12:03:43.000Z","size":4,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-12-26T20:57:49.873Z","etag":null,"topics":["buildkite","docker","leveldb","reindexer","snappy"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"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/opsway.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-03-27T20:04:06.000Z","updated_at":"2019-03-30T12:45:46.000Z","dependencies_parsed_at":"2023-03-22T11:04:01.077Z","dependency_job_id":null,"html_url":"https://github.com/opsway/dockerfile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opsway/dockerfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Fdockerfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Fdockerfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Fdockerfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Fdockerfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opsway","download_url":"https://codeload.github.com/opsway/dockerfile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsway%2Fdockerfile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32292832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T08:29:33.829Z","status":"ssl_error","status_checked_at":"2026-04-26T08:29:18.366Z","response_time":129,"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":["buildkite","docker","leveldb","reindexer","snappy"],"created_at":"2024-11-18T08:22:10.882Z","updated_at":"2026-04-26T09:32:16.998Z","avatar_url":"https://github.com/opsway.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dockerfile\n\nExtended syntax `dockerfile` based on `Buildkit`. It's already integrated in `Docker` versions `18.09`  and above.\n\n## Usage `draft`\n\nAdd `Dockerfile`\n\n```dockerfile\n# syntax = opsway/dockerfile\nFROM alpine:3.9.2\n\nRUN github.com/opsway/apk/leveldb\nRUN github.com/opsway/apk/reindexer\n```\nBuild image\n\n```bash\nDOCKER_BUILDKIT=1 docker build .\n```\n\n## MWP `concept`\n\nAdd `Dockerfile`\n\n```bash\nmkdir test; cd $_\n\nbash \u003c(curl -sSL https://raw.githubusercontent.com/opsway/dockerfile/master/dockerfile.sh) \\\nalpine:3.9.2 \\\nhttps://raw.githubusercontent.com/opsway/dockerfile/master/apk/snappy.sh \\\nhttps://raw.githubusercontent.com/opsway/dockerfile/master/apk/leveldb.sh \\\nhttps://raw.githubusercontent.com/opsway/dockerfile/master/apk/reindexer.sh \\\n| tee Dockerfile\n```\n\nBuild image\n\n```bash\ndocker build --tag opsway/dockerfile-sample .\n\ndocker history opsway/dockerfile-sample:latest\n```\n\n```text\nIMAGE               CREATED             CREATED BY                                      SIZE                COMMENT\n2925b51a685c        2 days ago          /bin/sh -c set -xe ;apk add --update ;apk ad…   28.9MB              \nc50637b6191d        2 days ago          /bin/sh -c set -xe ;apk add --update ;apk ad…   982kB               \n5f7ec0512b19        2 days ago          /bin/sh -c set -xe ;apk add --update ;apk ad…   806kB               \n5cb3aa00f899        3 weeks ago         /bin/sh -c #(nop)  CMD [\"/bin/sh\"]              0B                  \n\u003cmissing\u003e           3 weeks ago         /bin/sh -c #(nop) ADD file:88875982b0512a9d0…   5.53MB  \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsway%2Fdockerfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopsway%2Fdockerfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsway%2Fdockerfile/lists"}