Questions tagged [drone.io]

Drone is a hosted continuous integration service. It enables you to conveniently set up projects to automatically build, test, and deploy as you make changes to your code.

Drone is an open source continuous integration project, with an optional enterprise version. It enables you to conveniently set up projects to automatically build, test, and deploy as you make changes to your code.

Drone integrates seamlessly with GitHub, Bitbucket and Google Code as well as third party services such as Heroku, Dotcloud, Google AppEngine and more.

It is developed by Brad Rydzewski and Adam Singer - the free plan provides unlimited builds for open source projects.

It supports many languages and frameworks like

  • C / C++
  • Dart
  • Go
  • Haskell
  • Groovy
  • Java
  • Node.js
  • PHP (Beta)
  • Python (Beta)
  • Ruby (Beta)
  • Scala

GitHub Website

401 questions
0
votes
1 answer

Could not resolve host: git

I've seen Gogs + Drone getsockopt: connection refused but I wonder whether something has changed. My docker-compose.yml git: image: gogs/gogs ports: - '8300:3000' - '443:443' - '8322:22' volumes: -…
miiimooo
  • 91
  • 1
  • 5
0
votes
1 answer

Running docker-compose in a Dockerfile

basically what I'm wanting to do is run Drone CI on a Now instance. Now accepts a Dockerfile when deploying, but not a [docker-compose.yml file](issue number), drone is configured using a docker-compose.yml file. Basically I'm wanting to know…
Aaron Shaw
  • 711
  • 5
  • 9
0
votes
1 answer

Concretely, what are the advantages of using DroneIO?

I'm a newbie on DroneIO and I'm wondering, concretely, what are the advantages of using it ? I know there is some pipeline automation but I can't grab the real benefit of using it, concretely why is a great thing or benefiting choice to use DroneIO…
Webwoman
  • 10,196
  • 12
  • 43
  • 87
0
votes
1 answer

Files not updated after push

Situation: Making commit, open pull request, and the test failing, then I'm making amend (git commit --amend and git push --force) for fixing this test. Test is definitely fixed, but after force push the build on drone is failing again with the same…
0
votes
1 answer

Send drone camera data from my app to server (and then on to a client)

I need to send some video data from a drone's camera to a server and then on to a client web page. I am working on an Android app that interacts with the drone - it successfully gets the drone's camera output and renders it. I already have a Java…
DaBigJoe
  • 29
  • 2
  • 6
0
votes
1 answer

Traffic density estimation with deep learning

I am working on a project implementing deep learning and computer vision to estimate the traffic density of any random given road segment/roundabout or intersection. I am given a camera mounted on the drone, which will capture the traffic footage…
0
votes
1 answer

Docker plugin: Access drone services from within the Dockerfile build process

I'm using drone/drone:0.8 along with the Docker plugin, and I'm kinda stuck with a Dockerfile I use to build the app. This Dockerfile runs the app test suite as part of it's build process - relevant fragment shown: # ENV & ARG settings: ENV…
0
votes
2 answers

drone ci publish generated latex pdf

actually I am using travis but I want to change to drone. For all tex documents I'm using a small Makefile with a Container to generate my pdf file and deploy it on my repository. But since I'm using gitea I want to set up my integration pipeline…
Volker Raschek
  • 545
  • 1
  • 6
  • 21
0
votes
1 answer

docker/compose image container does not start up service due to already binded port

I have following setup: 1st machine. Docker server with Github integration. 2nd machine. Production with docker-agent, that starts up this way: docker run -d -e DRONE_SERVER= -e DRONE_SECRET= -v…
IgorNikolaev
  • 1,053
  • 1
  • 12
  • 28
0
votes
2 answers

How to pull private images from GCR in drone?

I have been looking in how to pull private images and I found this. I'm trying to use the drone cli to it but when i use this command drone registry add \ --repository octocat/hello-world \ --hostname gcr.io \ --username _json_key \ …
0
votes
1 answer

drone.io: containerd: write /proc/14/oom_score_adj: permission denied

I am trying to reverse engineer the drone.io docker plugin and understand how to run the docker daemon in a pipeline step (DinD). drone.io uses the library github.com/cncd/pipeline to compile and execute .drone.yml files. The first thing the…
Florian Boehmak
  • 431
  • 4
  • 20
0
votes
1 answer

Why is drone.io keeping information of previous runs?

I want to delete all previous information of drone and make a completely new installation. So what I'm doing is this. With this dockerfile: version: '2' services: drone-server: image: drone/drone:0.8 ports: - 80:8000 - 9000 …
rayitopy
  • 111
  • 2
  • 9
0
votes
1 answer

3D position prediction of a drone

I have data on the position of the drone from a tracker, as well as estimates of velocity and acceleration based on that data from a Kalman filter variant that seem reasonably good. I am looking to predict (/give a reasonable guess of) the position…
0
votes
1 answer

Drone CI is not logging me out

I am using Drone for self hosted CI, and have currently set it up for gitea, which I host myself as well, and github. I would like to have CI for both services, and have configured my docker-compose file as follows: version: '2' services: …
Karathan
  • 159
  • 1
  • 10
0
votes
1 answer

Display NAL H.264 UDP Stream (in VLC)

I am trying to display the video my (PAUL) drone is sending to my over a UDP connection. Frames look like (hexdump): 00 00 01 a1 00 1d 00 03 90 1a 00 00 a0 8a dc 0c 00 00 00 00 03 00 00 00 d0 02 40 02 00 04 …
Matze_xxD
  • 11
  • 3