Sign inSign up

nmfr/wrk

By nmfr

Updated over 5 years ago

Image
0

1.1K

nmfr/wrk repository overview

A container image with curl and https://github.com/wg/wrk for HTTP benchmarking.

Dockerfile:

FROM bitnami/minideb:buster-snapshot-20210426T204255Z@sha256:e076c1f0ce9accdccf995fd05aa3c3ce6e5c1c7d71dc5c6b381a55b3e46453a6 AS build

RUN apt-get update && \
  apt-get install build-essential libssl-dev git unzip -y && \
  git clone https://github.com/wg/wrk.git wrk && \
  cd wrk && \
  git checkout a211dd5a7050b1f9e8a9870b95513060e72ac4a0 && \
  make

FROM bitnami/minideb:buster-snapshot-20210426T204255Z@sha256:e076c1f0ce9accdccf995fd05aa3c3ce6e5c1c7d71dc5c6b381a55b3e46453a6 AS final
RUN install_packages netbase curl
COPY --from=build /wrk/wrk /usr/local/bin

Tag summary

Content type

Image

Digest

Size

32.1 MB

Last updated

over 5 years ago

docker pull nmfr/wrk