Skip to content

Commit

Permalink
chore(ci/Dockerfile): add fio for client image (#976)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Feb 12, 2025
1 parent d56dae3 commit 07d7d83
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Docker

on:
pull_request:
branches:
- main
paths:
- 'ci/Dockerfile*'
push:
branches:
- main
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
]

[workspace.package]
version = "0.2.9"
version = "0.2.10"
authors = ["The Dragonfly Developers"]
homepage = "https://d7y.io/"
repository = "https://github.com/dragonflyoss/client.git"
Expand All @@ -22,13 +22,13 @@ readme = "README.md"
edition = "2021"

[workspace.dependencies]
dragonfly-client = { path = "dragonfly-client", version = "0.2.9" }
dragonfly-client-core = { path = "dragonfly-client-core", version = "0.2.9" }
dragonfly-client-config = { path = "dragonfly-client-config", version = "0.2.9" }
dragonfly-client-storage = { path = "dragonfly-client-storage", version = "0.2.9" }
dragonfly-client-backend = { path = "dragonfly-client-backend", version = "0.2.9" }
dragonfly-client-util = { path = "dragonfly-client-util", version = "0.2.9" }
dragonfly-client-init = { path = "dragonfly-client-init", version = "0.2.9" }
dragonfly-client = { path = "dragonfly-client", version = "0.2.10" }
dragonfly-client-core = { path = "dragonfly-client-core", version = "0.2.10" }
dragonfly-client-config = { path = "dragonfly-client-config", version = "0.2.10" }
dragonfly-client-storage = { path = "dragonfly-client-storage", version = "0.2.10" }
dragonfly-client-backend = { path = "dragonfly-client-backend", version = "0.2.10" }
dragonfly-client-util = { path = "dragonfly-client-util", version = "0.2.10" }
dragonfly-client-init = { path = "dragonfly-client-init", version = "0.2.10" }
thiserror = "1.0"
dragonfly-api = "=2.1.23"
reqwest = { version = "0.12.4", features = [
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN go install github.com/google/pprof@latest

FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y --no-install-recommends iperf3 wget curl \
RUN apt-get update && apt-get install -y --no-install-recommends iperf3 fio wget curl \
bash-completion procps apache2-utils ca-certificates binutils bpfcc-tools \
dnsutils iputils-ping vim linux-perf llvm graphviz \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 07d7d83

Please sign in to comment.