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 c9bee14 #839

Merged
merged 1 commit into from
Oct 28, 2023
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:7b1d97775fa0f7fc7551c636b948a01490dcede1b29d86029de01bc6a546bbd7
image: ghcr.io/opiproject/spdk:main@sha256:c9bee1409faf093a71990122c267395fea2c9726b0708dd61a4caa804c063cba
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:7b1d97775fa0f7fc7551c636b948a01490dcede1b29d86029de01bc6a546bbd7
image: ghcr.io/opiproject/spdk:main@sha256:c9bee1409faf093a71990122c267395fea2c9726b0708dd61a4caa804c063cba
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:7b1d97775fa0f7fc7551c636b948a01490dcede1b29d86029de01bc6a546bbd7
image: ghcr.io/opiproject/spdk:main@sha256:c9bee1409faf093a71990122c267395fea2c9726b0708dd61a4caa804c063cba
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:7b1d97775fa0f7fc7551c636b948a01490dcede1b29d86029de01bc6a546bbd7
image: ghcr.io/opiproject/spdk:main@sha256:c9bee1409faf093a71990122c267395fea2c9726b0708dd61a4caa804c063cba
volumes_from:
- xpu-spdk:rw
network_mode: service:xpu-cpu-ssh
Expand Down
Loading