Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/opiproject/spdk:main docker digest to 7b6ae4c #926

Merged
merged 1 commit into from
Jan 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integration/docker-compose.spdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: "3.7"
services:

spdk-target:
image: ghcr.io/opiproject/spdk:main@sha256:d7c2e2bce2aaceaf6fd45d560a1a90804dd17cbb9b73102acd6e3ff64e898e8e
image: ghcr.io/opiproject/spdk:main@sha256:7b6ae4c0af27244525aa99cc66d96947baf206fe10475a2e8af095633801e906
volumes:
- /dev/hugepages:/dev/hugepages
- /dev/shm:/dev/shm
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
timeout: 10s

spdk-target-web:
image: ghcr.io/opiproject/spdk:main@sha256:d7c2e2bce2aaceaf6fd45d560a1a90804dd17cbb9b73102acd6e3ff64e898e8e
image: ghcr.io/opiproject/spdk:main@sha256:7b6ae4c0af27244525aa99cc66d96947baf206fe10475a2e8af095633801e906
volumes_from:
- spdk-target:rw
ports:
Expand Down
4 changes: 2 additions & 2 deletions integration/docker-compose.xpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
privileged: true

xpu-spdk:
image: ghcr.io/opiproject/spdk:main@sha256:d7c2e2bce2aaceaf6fd45d560a1a90804dd17cbb9b73102acd6e3ff64e898e8e
image: ghcr.io/opiproject/spdk:main@sha256:7b6ae4c0af27244525aa99cc66d96947baf206fe10475a2e8af095633801e906
volumes:
- /dev/hugepages:/dev/hugepages
- /dev/shm:/dev/shm
Expand Down Expand Up @@ -87,7 +87,7 @@ services:
timeout: 10s

xpu-spdk-web:
image: ghcr.io/opiproject/spdk:main@sha256:d7c2e2bce2aaceaf6fd45d560a1a90804dd17cbb9b73102acd6e3ff64e898e8e
image: ghcr.io/opiproject/spdk:main@sha256:7b6ae4c0af27244525aa99cc66d96947baf206fe10475a2e8af095633801e906
volumes_from:
- xpu-spdk:rw
network_mode: service:xpu-cpu-ssh
Expand Down
Loading