mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 11:29:26 +00:00
Add a makefile for automating docker image building and pushing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
all: build push
|
||||
|
||||
build:
|
||||
docker build -t sysdig/capturer .
|
||||
|
||||
push:
|
||||
docker push sysdig/capturer
|
Reference in New Issue
Block a user