Created
December 24, 2019 09:34
-
-
Save luhonghai/b660954b1d8f6778d18c4d9320b9a0ac to your computer and use it in GitHub Desktop.
Add newman, k6 and, postman-to-k6 command to image flagger-loadtester
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey .. did you incorporate flagger with your postman colelction