2024-01-29 18:11:07 +00:00
|
|
|
FROM golang:1.21.6@sha256:5c7c2c9f1a930f937a539ff66587b6947890079470921d62ef1a6ed24395b4b3
|
2022-03-21 17:18:21 +00:00
|
|
|
ARG TAG
|
2022-11-04 16:20:38 +00:00
|
|
|
RUN git clone -b $TAG --depth=1 --no-tags --progress --no-recurse-submodules https://github.com/fleetdm/fleet.git && cd /go/fleet/cmd/osquery-perf/ && go build .
|
2022-06-14 15:39:49 +00:00
|
|
|
|
2024-01-29 18:11:07 +00:00
|
|
|
FROM golang:1.21.6@sha256:5c7c2c9f1a930f937a539ff66587b6947890079470921d62ef1a6ed24395b4b3
|
2023-10-13 02:09:17 +00:00
|
|
|
|
2022-06-14 15:39:49 +00:00
|
|
|
COPY --from=0 /go/fleet/cmd/osquery-perf/osquery-perf /go/osquery-perf
|