fix the image name and tag for the linuxkit Dockerfile

Signed-off-by: Yash Bhutwala <ymb002@bucknell.edu>
This commit is contained in:
Yash Bhutwala 2019-11-03 19:18:07 -05:00 committed by Leo Di Donato
parent 1ede1fc0f1
commit 8c2a36ca00

View File

@ -3,7 +3,7 @@ ARG KERNEL_VERSION=4.9.184
ARG FALCO_VERSION=0.18.0
FROM linuxkit/kernel:${KERNEL_VERSION} AS ksrc
FROM falcosecurity/falco-minimal:${FALCO_VERSION} as falco
FROM falcosecurity/falco:${FALCO_VERSION}-minimal as falco
FROM alpine:${ALPINE_VERSION} AS probe-build
LABEL maintainer="opensource@sysdig.com"
ARG KERNEL_VERSION=4.9.184