Skip to content

Instantly share code, notes, and snippets.

@luhonghai
Created December 24, 2019 09:34
Show Gist options
  • Select an option

  • Save luhonghai/b660954b1d8f6778d18c4d9320b9a0ac to your computer and use it in GitHub Desktop.

Select an option

Save luhonghai/b660954b1d8f6778d18c4d9320b9a0ac to your computer and use it in GitHub Desktop.

Revisions

  1. luhonghai created this gist Dec 24, 2019.
    8 changes: 8 additions & 0 deletions Dockerfile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    FROM weaveworks/flagger-loadtester:0.12.0
    USER root
    RUN apk update && apk add nodejs npm gettext
    RUN npm install -g newman
    RUN npm install postman-to-k6
    COPY --from=loadimpact/k6:latest /usr/bin/k6 /usr/bin/k6
    COPY scripts .
    USER app