This builds a docker image of netdata with the spyware patched out.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
netdata-docker/.drone.yml

15 lines
272 B

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: sneak/netdata
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}