-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lucas Fontes <[email protected]>
- Loading branch information
Showing
4 changed files
with
32 additions
and
9 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ RUN go install go.k6.io/xk6/cmd/xk6@latest | |
RUN CGO_ENABLED=0 go install github.com/nats-io/natscli/[email protected] | ||
RUN CGO_ENABLED=0 go install github.com/rakyll/[email protected] | ||
COPY . . | ||
RUN xk6 build --with xk6-wrpc=. --with github.com/grafana/xk6-dashboard@latest | ||
RUN xk6 build --with xk6-wrpc=. --with github.com/grafana/xk6-dashboard@latest --with github.com/cosmonic-labs/xk6-nats@latest | ||
|
||
|
||
FROM alpine:latest AS base | ||
|
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
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
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