drone-runtime icon indicating copy to clipboard operation
drone-runtime copied to clipboard

[DEPRECATED] migrated to https://github.com/drone-runners

Results 18 drone-runtime issues
Sort by recently updated
recently updated
newest added

I want to explore a knative (or tekton) runtime for Drone as a possible replacement for our experimental kubernetes runtime. The goal would be to have a yaml definition that...

for kubernetes, if image tag is `latest` and user did not set pull policy, use policy `Always`

fix #72 drone-runtime use [node affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) to schedule a pod on the same node, it match the name of node to `kubernetes.io/hostname` label. Usually it works well. But if `kubernetes.io/hostname`...

This pulls in config from https://github.com/drone/drone/pull/2639 and then injects it into the pod job spec This is to hopefully work towards resolving #38 Thanks!

I've been trying to figure out what a docker-compose runner might look like. So many people try to run `docker-compose` inside drone using docker-in-docker or mounting the host machine socket...

If the length of the log exceeds the limit, drop the oldest lines to fill the new ones.

Adding support for configurable size limit of log capture. Not sure if its appropriate to call this "LoggingConfig", also not sure if there is any specific reason 5MB was chose.

Support for the podman engine, requested via [discourse](https://discourse.drone.io/t/podman-libpod-runtime/4022). Reference mapping docker to podman: https://github.com/muayyad-alsadi/podman-compose

See https://github.com/drone/drone-yaml/pull/47