{"id":34208081,"url":"https://github.com/drone-plugins/drone-containership","last_synced_at":"2026-03-13T04:34:26.744Z","repository":{"id":139970071,"uuid":"50684486","full_name":"drone-plugins/drone-containership","owner":"drone-plugins","description":"Drone plugin for deploying to ContainerShip","archived":false,"fork":false,"pushed_at":"2019-09-17T16:52:56.000Z","size":67,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-12-19T00:20:11.695Z","etag":null,"topics":["drone","drone-plugin"],"latest_commit_sha":null,"homepage":"http://plugins.drone.io/drone-plugins/drone-containership","language":"Jsonnet","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-29T19:04:58.000Z","updated_at":"2023-12-27T09:00:34.000Z","dependencies_parsed_at":"2024-06-20T13:05:57.603Z","dependency_job_id":"c153c4ca-e7a3-4afc-9553-d4f7b2de2a68","html_url":"https://github.com/drone-plugins/drone-containership","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drone-plugins/drone-containership","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-containership","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-containership/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-containership/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-containership/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drone-plugins","download_url":"https://codeload.github.com/drone-plugins/drone-containership/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-containership/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30458003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T03:55:51.346Z","status":"ssl_error","status_checked_at":"2026-03-13T03:55:33.055Z","response_time":60,"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":"2025-12-15T20:12:22.353Z","updated_at":"2026-03-13T04:34:26.730Z","avatar_url":"https://github.com/drone-plugins.png","language":"Jsonnet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drone-containership\n\n[![Build Status](http://cloud.drone.io/api/badges/drone-plugins/drone-containership/status.svg)](http://cloud.drone.io/drone-plugins/drone-containership)\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/containership.svg)](https://microbadger.com/images/plugins/containership \"Get your own image badge on microbadger.com\")\n[![Go Doc](https://godoc.org/github.com/drone-plugins/drone-containership?status.svg)](http://godoc.org/github.com/drone-plugins/drone-containership)\n[![Go Report](https://goreportcard.com/badge/github.com/drone-plugins/drone-containership)](https://goreportcard.com/report/github.com/drone-plugins/drone-containership)\n\n\u003e Warning: This plugin has not been migrated to Drone \u003e= 0.5 yet, you are not able to use it with a current Drone version until somebody volunteers to update the plugin structure to the new format.\n\nDrone plugin to deploy or update a project on ContainerShip. 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-containership/).\n\n## Build\n\nBuild the binary with the following command:\n\n```console\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-containership\n```\n\n## Docker\n\nBuild the Docker image with the following command:\n\n```console\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/containership .\n```\n\n## Usage\n\n```console\ndocker run --rm \\\n  -e PLUGIN_ORGANIZATION=MyContainerShipOrganization \\\n  -e PLUGIN_API_KEY=abcdef123456790 \\\n  -e PLUGIN_CLUSTER_ID=abcdef1234567890 \\\n  -e PLUGIN_APPLICATION=my-app-name \\\n  -e PLUGIN_DOCKER_IMAGE=MyOrg/MyImage:latest \\\n  -v $(pwd):$(pwd) \\\n  -w $(pwd) \\\n  plugins/containership\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone-plugins%2Fdrone-containership","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrone-plugins%2Fdrone-containership","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone-plugins%2Fdrone-containership/lists"}