Add GitHub Actions workflow for building and pushing Docker container
This commit is contained in:
commit
b6c250540a
3 changed files with 112 additions and 0 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM docker.elastic.co/beats/metricbeat-oss:latest
|
||||
|
||||
COPY metricbeat.yml /usr/share/metricbeat/metricbeat.yml
|
Loading…
Add table
Add a link
Reference in a new issue