Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
gamelife1314 committed Jan 23, 2024
1 parent 627f81a commit 20d0255
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.2.2 - 2024-01-24

Fix: docker images is broken.

# v0.2.1 - 2023-10-30

Update Dependencies.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsb"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["MichaelFu <michael.fudenglong@qq.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://github.com/gamelife1314/rsb/workflows/CI/badge.svg)](https://github.com/gamelife1314/rsb/actions)
[![License MIT](https://img.shields.io/badge/liccense-MIT-green?style=flat&logo=PowerShell)](https://github.com/gamelife1314/rsb/blob/main/LICENSE)
[![Codecov](https://codecov.io/gh/gamelife1314/rsb/branch/main/graph/badge.svg)](https://app.codecov.io/gh/gamelife1314/rsb)
[![Crates.io](https://img.shields.io/badge/crates.io-v0.2.1-blue)](https://crates.io/crates/rsb)
[![Crates.io](https://img.shields.io/badge/crates.io-v0.2.2-blue)](https://crates.io/crates/rsb)

`rsb` is a http server benchmark tool written in rust. The development of this tool is mainly inspired
by the [`bombardier`](https://github.com/codesenberg/bombardier) project, and I would like to thank the author for his
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ COPY . .

RUN cargo install --path .

FROM debian:bullseye-slim
FROM ubuntu

#RUN sed -i 's@deb.debian.org@repo.huaweicloud.com@g' /etc/apt/sources.list && apt update \
# && apt-get install -y apt-transport-https ca-certificates

#
#RUN apt-get update && apt-get install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*

COPY --from=build /usr/local/cargo/bin/rsb /usr/local/bin/rsb
Expand Down

0 comments on commit 20d0255

Please sign in to comment.