{"id":44332695,"url":"https://github.com/drone-plugins/drone-marathon","last_synced_at":"2026-02-11T10:30:47.778Z","repository":{"id":57542763,"uuid":"56745625","full_name":"drone-plugins/drone-marathon","owner":"drone-plugins","description":"Drone plugins for deploy to Marathon","archived":false,"fork":false,"pushed_at":"2022-12-16T10:46:32.000Z","size":132,"stargazers_count":5,"open_issues_count":0,"forks_count":5,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-06-19T05:59:53.032Z","etag":null,"topics":["drone","drone-plugin"],"latest_commit_sha":null,"homepage":"http://plugins.drone.io/drone-plugins/drone-marathon","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drone-plugins.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-21T05:40:13.000Z","updated_at":"2024-06-19T05:59:53.033Z","dependencies_parsed_at":"2023-01-29T12:45:33.802Z","dependency_job_id":null,"html_url":"https://github.com/drone-plugins/drone-marathon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drone-plugins/drone-marathon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-marathon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-marathon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-marathon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-marathon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drone-plugins","download_url":"https://codeload.github.com/drone-plugins/drone-marathon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-marathon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drone","drone-plugin"],"created_at":"2026-02-11T10:30:45.050Z","updated_at":"2026-02-11T10:30:47.765Z","avatar_url":"https://github.com/drone-plugins.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drone-marathon\n\n[![Build Status](http://cloud.drone.io/api/badges/drone-plugins/drone-marathon/status.svg)](http://cloud.drone.io/drone-plugins/drone-marathon)\n[![Gitter chat](https://badges.gitter.im/drone/drone.png)](https://gitter.im/drone/drone)\n[![Join the discussion at https://discourse.drone.io](https://img.shields.io/badge/discourse-forum-orange.svg)](https://discourse.drone.io)\n[![Drone questions at https://stackoverflow.com](https://img.shields.io/badge/drone-stackoverflow-orange.svg)](https://stackoverflow.com/questions/tagged/drone.io)\n[![](https://images.microbadger.com/badges/image/plugins/marathon.svg)](https://microbadger.com/images/plugins/marathon \"Get your own image badge on microbadger.com\")\n[![Go Doc](https://godoc.org/github.com/drone-plugins/drone-marathon?status.svg)](http://godoc.org/github.com/drone-plugins/drone-marathon)\n[![Go Report](https://goreportcard.com/badge/github.com/drone-plugins/drone-marathon)](https://goreportcard.com/report/github.com/drone-plugins/drone-marathon)\n\nDrone plugin to deploy applications to [Marathon](https://mesosphere.github.io/marathon/). For the usage information and a listing of the available options please take a look at [the docs](http://plugins.drone.io/drone-plugins/drone-marathon/).\n\n## Build\n\nBuild the binary with the following command:\n\n```bash\nexport GOOS=linux\nexport GOARCH=amd64\nexport CGO_ENABLED=0\nexport GO111MODULE=on\n\ngo build -v -a -tags netgo -o release/linux/amd64/drone-marathon\n```\n\n## Docker\n\nBuild the Docker image with the following command:\n\n```bash\ndocker build \\\n  --label org.label-schema.build-date=$(date -u +\"%Y-%m-%dT%H:%M:%SZ\") \\\n  --label org.label-schema.vcs-ref=$(git rev-parse --short HEAD) \\\n  --file docker/Dockerfile.linux.amd64 --tag plugins/marathon .\n```\n\n## Usage\n\n```bash\ndocker run --rm \\\n  -e PLUGIN_SERVER=http://marathon.mycluster.io:8080 \\\n  -e PLUGIN_ID=myapp \\\n  -e PLUGIN_INSTANCES=1 \\\n  -e PLUGIN_CPUS=0.5 \\\n  -e PLUGIN_MEM=64.0 \\\n  -e PLUGIN_DOCKER_IMAGE=busybox \\\n  -e PLUGIN_CMD=\"while [ true ] ; do echo 'Hello Drone' ; sleep 5 ; done\" \\\n  -e DRONE_COMMIT_SHA=d8dbe4d94f15fe89232e0402c6e8a0ddf21af3ab \\\n  -v $(pwd)/$(pwd) \\\n  -w $(pwd) \\\n  plugins/marathon\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone-plugins%2Fdrone-marathon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrone-plugins%2Fdrone-marathon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone-plugins%2Fdrone-marathon/lists"}