{"id":21702614,"url":"https://github.com/alpine-docker/doctl","last_synced_at":"2025-07-07T19:34:06.221Z","repository":{"id":48352744,"uuid":"391045214","full_name":"alpine-docker/doctl","owner":"alpine-docker","description":"DigitalOcean command line with kubernetes and helm","archived":false,"fork":false,"pushed_at":"2024-10-28T03:05:45.000Z","size":41,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T14:55:25.538Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alpine-docker.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,"zenodo":null}},"created_at":"2021-07-30T11:47:41.000Z","updated_at":"2025-03-26T14:10:02.000Z","dependencies_parsed_at":"2024-09-14T17:59:41.439Z","dependency_job_id":"038d501d-006d-48df-ab3b-c2546d813545","html_url":"https://github.com/alpine-docker/doctl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alpine-docker/doctl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fdoctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fdoctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fdoctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fdoctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpine-docker","download_url":"https://codeload.github.com/alpine-docker/doctl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fdoctl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261088349,"owners_count":23107679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-25T21:16:53.139Z","updated_at":"2025-07-07T19:34:06.208Z","avatar_url":"https://github.com/alpine-docker.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DigitalOcean tools \n\nDigitalOcean tool images with necessary tools, it can be used as normal kubectl or doctl command line as well.\n\n**Image tag is kubectl version, not doctl version**\n\n### Installed tools\n\n- [doctl](https://github.com/digitalocean/doctl) (latest release, when run the build)\n- [kubectl](https://github.com/kubernetes/kubectl) (latest release, when run the build)\n- [helm](https://github.com/helm/helm) (latest release, when run the build)\n- [pv-migrate](https://github.com/utkuozdemir/pv-migrate) (latest release, when run the build)\n- General tools, such as bash, curl\n- Recommend any other tools by raise PR.\n\n### Github Repo\n\nhttps://github.com/alpine-docker/doctl\n\n### build logs\n\nhttps://app.circleci.com/pipelines/github/alpine-docker/doctl\n\n### Docker image tags\n\nhttps://hub.docker.com/r/alpine/doctl/tags/\n\n# Why we need it\n\nMostly it is used during CI/CD (continuous integration and continuous delivery) or as part of an automated build/deployment\n\n# A sample for you to use it in CICD\n\nMake sure you have set a secret variable `DIGITALOCEAN_TOKEN` in its pipeline, with below pipeline, you can \n\n```\n\n    steps:\n      - checkout\n      - run:\n          name: helm_chart_deployment\n          command: |\n            # doctl authenticating\n            doctl auth init -t ${DIGITALOCEAN_TOKEN}\n            # run other doctl command if required\n            apk add jq\n            # save Kube config\n            id=$(doctl kubernetes cluster list -o  json |jq -r  .[].id)\n            doctl kubernetes cluster kubeconfig save ${id}\n            # deploy a helm chart\n            cd charts/application_name\n            helm upgrade --install my-release .\n```\n\n# Involve with developing and testing\n\nIf you want to build these images by yourself, please follow below commands.\n\n```\nexport REBUILD=true\nbash ./build.sh\n```\n\n### schedule builds\n\nBuild job runs daily by [CircleCI](https://circleci.com/dashboard)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpine-docker%2Fdoctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpine-docker%2Fdoctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpine-docker%2Fdoctl/lists"}