Skip to content
Snippets Groups Projects
Select Git revision
  • cf4fba1fb199110191a519e7a554221c257aa08d
  • master default
2 results

molecule.yml

Blame
  • Dockerfile 226 B
    FROM docker.elastic.co/beats/packetbeat-oss:7.12.1
    COPY --chown=root:packetbeat packetbeat.yml /usr/share/packetbeat/packetbeat.yml
    #RUN packetbeat test config
    HEALTHCHECK CMD curl --fail http://localhost:5066/stats || exit 1