Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ ARG TARGETARCH
RUN apk add --update ca-certificates gettext
RUN apk add --no-cache aws-cli iperf3 curl
RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ qperf
COPY --from=builder /results /results
COPY --from=builder /benchmark/benchmark /benchmark

RUN set -e; \
case "${TARGETARCH}" in \
Expand All @@ -48,6 +46,9 @@ RUN set -e; \
chmod +x /usr/local/bin/aws-iam-authenticator && \
echo "aws-iam-authenticator installed successfully"

COPY --from=builder /results /results
COPY --from=builder /benchmark/benchmark /benchmark

ENV KUBECONFIG="/kubeconfig"
ENV TESTCONFIGFILE="/testconfig.yaml"
CMD ["/benchmark"]