{"id":22499732,"url":"https://github.com/opiproject/spdk","last_synced_at":"2025-07-27T03:33:22.345Z","repository":{"id":65932254,"uuid":"602722969","full_name":"opiproject/spdk","owner":"opiproject","description":"Dockerfile for https://github.com/spdk/spdk","archived":false,"fork":false,"pushed_at":"2025-06-17T20:35:42.000Z","size":67,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T21:37:04.710Z","etag":null,"topics":["docker","spdk","storage"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/opiproject.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-16T20:07:38.000Z","updated_at":"2025-06-17T20:35:46.000Z","dependencies_parsed_at":"2024-01-14T16:57:15.335Z","dependency_job_id":"bf21e699-33ca-44eb-a0da-7320b0ca79b9","html_url":"https://github.com/opiproject/spdk","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/opiproject/spdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opiproject%2Fspdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opiproject%2Fspdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opiproject%2Fspdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opiproject%2Fspdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opiproject","download_url":"https://codeload.github.com/opiproject/spdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opiproject%2Fspdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267294180,"owners_count":24065343,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","spdk","storage"],"created_at":"2024-12-06T22:15:35.802Z","updated_at":"2025-07-27T03:33:22.307Z","avatar_url":"https://github.com/opiproject.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Storage Performance Development Kit (SPDK)\n\n[![Linters](https://github.com/opiproject/spdk/actions/workflows/linters.yml/badge.svg)](https://github.com/opiproject/spdk/actions/workflows/linters.yml)\n[![Docker](https://github.com/opiproject/spdk/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/opiproject/spdk/actions/workflows/docker-publish.yml)\n[![Travis](https://app.travis-ci.com/opiproject/spdk.svg?branch=main)](https://app.travis-ci.com/opiproject/spdk)\n[![License](https://img.shields.io/github/license/opiproject/spdk?style=flat-square\u0026color=blue\u0026label=License)](https://github.com/opiproject/spdk/blob/master/LICENSE)\n[![Pulls](https://img.shields.io/docker/pulls/opiproject/spdk.svg?logo=docker\u0026style=flat\u0026label=Pulls)](https://hub.docker.com/r/opiproject/spdk)\n[![Last Release](https://img.shields.io/github/v/release/opiproject/spdk?label=Latest\u0026style=flat-square\u0026logo=go)](https://github.com/opiproject/spdk/releases)\n[![GitHub stars](https://img.shields.io/github/stars/opiproject/spdk.svg?style=flat-square\u0026label=github%20stars)](https://github.com/opiproject/spdk)\n[![GitHub Contributors](https://img.shields.io/github/contributors/opiproject/spdk.svg?style=flat-square)](https://github.com/opiproject/spdk/graphs/contributors)\n\nThe Storage Performance Development Kit (SPDK) provides a set of tools and libraries for writing high performance, scalable, user-mode storage applications. It achieves high performance by moving all of the necessary drivers into userspace and operating in a polled mode instead of relying on interrupts, which avoids kernel context switches and eliminates interrupt handling overhead.\n\nThis project contains Dockerfile for \u003chttps://github.com/spdk/spdk\u003e\n\n## I Want To Contribute\n\nThis project welcomes contributions and suggestions.  We are happy to have the Community involved via submission of **Issues and Pull Requests** (with substantive content or even just fixes). We are hoping for the documents, test framework, etc. to become a community process with active engagement.  PRs can be reviewed by by any number of people, and a maintainer may accept.\n\nSee [CONTRIBUTING](https://github.com/opiproject/opi/blob/main/CONTRIBUTING.md) and [GitHub Basic Process](https://github.com/opiproject/opi/blob/main/doc-github-rules.md) for more details.\n\n## Installation\n\nThere are several ways of running spdk.\n\n### Docker\n\n```sh\ndocker pull opiproject/spdk:\u003cversion\u003e\n```\n\nYou can specify a version like `v22.09` or use `latest` to get the most up-to-date version.\n\n```sh\ndocker run --rm opiproject/spdk:\u003cversion\u003e\n```\n\n### Compose\n\n:exclamation: `docker-compose` is deprecated. For details, see [Migrate to Compose V2](https://docs.docker.com/compose/migrate/).\n\n```sh\ndocker-compose up --build --force-recreate\n```\n\n## Test SPDK RPC proxy\n\nSee documentation [JSON RPC Proxy](https://spdk.io/doc/jsonrpc_proxy.html)\n\n```text\n$ curl -k --user spdkuser:spdkpass -X POST -H \"Content-Type: application/json\" -d '{\"id\": 1, \"method\": \"bdev_get_bdevs\", \"params\": {\"name\": \"Malloc0\"}}' http://127.0.0.1:9009/\n{\"jsonrpc\":\"2.0\",\"id\":1,\"result\":[{\"name\":\"Malloc0\",\"aliases\":[\"f1c5d95a-b235-40af-9e4d-2c0b3320de80\"],\"product_name\":\"Malloc disk\",\"block_size\":512,\"num_blocks\":131072,\"uuid\":\"f1c5d95a-b235-40af-9e4d-2c0b3320de80\",\"assigned_rate_limits\":{\"rw_ios_per_sec\":0,\"rw_mbytes_per_sec\":0,\"r_mbytes_per_sec\":0,\"w_mbytes_per_sec\":0},\"claimed\":false,\"zoned\":false,\"supported_io_types\":{\"read\":true,\"write\":true,\"unmap\":true,\"write_zeroes\":true,\"flush\":true,\"reset\":true,\"nvme_admin\":false,\"nvme_io\":false},\"driver_specific\":{}}]}\n```\n\n## Test Nvme\n\n```text\ndocker run --rm --network=host --privileged -v /dev/hugepages:/dev/hugepages \\\n              ghcr.io/opiproject/spdk:main \\\n              spdk_nvme_perf \\\n              -r 'traddr:127.0.0.1 trtype:TCP adrfam:IPv4 trsvcid:5555 subnqn:nqn.2016-06.io.spdk:cnode1 hostnqn:nqn.2014-08.org.nvmexpress:uuid:feb98abe-d51f-40c8-b348-2753f3571d3c' \\\n             -c 0x1 -q 1 -o 4096 -w randread -t 10\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopiproject%2Fspdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopiproject%2Fspdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopiproject%2Fspdk/lists"}