Skip to content

Instantly share code, notes, and snippets.

@luhonghai
Created December 24, 2019 09:34
Show Gist options
  • Save luhonghai/b660954b1d8f6778d18c4d9320b9a0ac to your computer and use it in GitHub Desktop.
Save luhonghai/b660954b1d8f6778d18c4d9320b9a0ac to your computer and use it in GitHub Desktop.
Add newman, k6 and, postman-to-k6 command to image flagger-loadtester
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
@nikhil-rajan-neu
Copy link

hey .. did you incorporate flagger with your postman colelction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment