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 6e8e373 #771

Merged
merged 1 commit into from
Jul 29, 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:6798668ceb049cdbb3e1992fec158a921f72dd7666f8ddc2dec7a7c32a34344a
image: ghcr.io/opiproject/spdk:main@sha256:6e8e373f33fe5032e5b214bb6a816f7c3b7bc2a097d2cfb5a6273b7b8694d47a
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:6798668ceb049cdbb3e1992fec158a921f72dd7666f8ddc2dec7a7c32a34344a
image: ghcr.io/opiproject/spdk:main@sha256:6e8e373f33fe5032e5b214bb6a816f7c3b7bc2a097d2cfb5a6273b7b8694d47a
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:6798668ceb049cdbb3e1992fec158a921f72dd7666f8ddc2dec7a7c32a34344a
image: ghcr.io/opiproject/spdk:main@sha256:6e8e373f33fe5032e5b214bb6a816f7c3b7bc2a097d2cfb5a6273b7b8694d47a
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:6798668ceb049cdbb3e1992fec158a921f72dd7666f8ddc2dec7a7c32a34344a
image: ghcr.io/opiproject/spdk:main@sha256:6e8e373f33fe5032e5b214bb6a816f7c3b7bc2a097d2cfb5a6273b7b8694d47a
volumes_from:
- xpu-spdk:rw
network_mode: service:xpu-cpu-ssh
Expand Down
Loading