Created
December 24, 2019 09:34
-
-
Save luhonghai/b660954b1d8f6778d18c4d9320b9a0ac to your computer and use it in GitHub Desktop.
Revisions
-
luhonghai created this gist
Dec 24, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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