2024-05-23 19:23:38 +00:00
|
|
|
FROM golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010
|
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-05-23 19:23:38 +00:00
|
|
|
FROM golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010
|
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
|