mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 07:37:32 +00:00
Add a makefile for automating docker image building and pushing
This commit is contained in:
parent
43126362c3
commit
48d01203ef
@ -0,0 +1,7 @@
|
|||||||
|
all: build push
|
||||||
|
|
||||||
|
build:
|
||||||
|
docker build -t sysdig/capturer .
|
||||||
|
|
||||||
|
push:
|
||||||
|
docker push sysdig/capturer
|
Loading…
Reference in New Issue
Block a user