{"id":21702616,"url":"https://github.com/alpine-docker/helm","last_synced_at":"2025-10-24T20:12:51.585Z","repository":{"id":35938889,"uuid":"139564485","full_name":"alpine-docker/helm","owner":"alpine-docker","description":"Auto-trigger docker build for kubernetes helm when new release is announced","archived":false,"fork":false,"pushed_at":"2025-10-01T00:49:21.000Z","size":74,"stargazers_count":88,"open_issues_count":0,"forks_count":73,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-01T02:42:59.653Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/alpine/helm/tags/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","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":".github/FUNDING.yml","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["ozbillwang"],"custom":["https://www.buymeacoffee.com/ozbillwang","https://github.com/sponsors/ozbillwang"]}},"created_at":"2018-07-03T10:05:26.000Z","updated_at":"2025-07-27T03:59:55.000Z","dependencies_parsed_at":"2024-12-23T20:10:31.918Z","dependency_job_id":"f8086e1d-e3b2-4c4c-a2e0-c17c3a1678f4","html_url":"https://github.com/alpine-docker/helm","commit_stats":{"total_commits":98,"total_committers":19,"mean_commits":5.157894736842105,"dds":0.5510204081632653,"last_synced_commit":"b0f8b963cd508baac143304c3e5df27858d87052"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alpine-docker/helm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fhelm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fhelm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fhelm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fhelm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpine-docker","download_url":"https://codeload.github.com/alpine-docker/helm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpine-docker%2Fhelm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280857981,"owners_count":26403235,"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","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-25T21:16:54.821Z","updated_at":"2025-10-24T20:12:51.546Z","avatar_url":"https://github.com/alpine-docker.png","language":"Shell","funding_links":["https://github.com/sponsors/ozbillwang","https://www.buymeacoffee.com/ozbillwang"],"categories":[],"sub_categories":[],"readme":"# kubernetes helm\n\n[If enjoy, please consider buying me a coffee.](https://www.buymeacoffee.com/ozbillwang)\n\nAuto-trigger docker build for [kubernetes helm](https://github.com/kubernetes/helm) when new release is announced\n\n[![DockerHub Badge](http://dockeri.co/image/alpine/helm)](https://hub.docker.com/r/alpine/helm/)\n\n### NOTES\n\nThe latest docker tag is the latest release version (https://github.com/helm/helm/releases/latest)\n\nPlease avoid to use `latest` tag for any production deployment. Tag with right version is the proper way, such as `alpine/helm:3.11.1`\n\nIf you need run `kubectl` with `helm` together, please use another image [alpine/k8s](https://github.com/alpine-docker/k8s)\n\n### Switch pipeline from Circle CI to Github Action\n\nOn 14th Oct 2024, automation pipeline has been switched from Circle CI to Github Action\n\n### Additional notes about multi-arch images\n\nThis feature was added on 23th May 2021.\n\n1. Versions 3.5.4 and 3.6.0-rc.1 have been manually pushed with support for multi-arch images.\n2. Older versions will not be updated to support multi-arch images.\n3. Newer versions going forward will support multi-arch images, including: `--platform linux/amd64,linux/arm/v7,linux/arm64/v8,linux/arm/v6,linux/ppc64le,linux/s390x`.\n4. I do not support other architectures besides amd64 since I do not have the necessary environments to test them. If you experience any issues with other platforms, please raise a PR to fix it.\n5. There is no difference in running `docker pull` and `docker run` commands with multi-arch docker images; you can run them as normal. For example, if you need to pull an image from arm64 (such as the new Mac M1 chip), you can run `docker pull alpine/helm:3.5.4` to get the image directly. Remember to specify the desired version number.\n\n### Github Repo\n\nhttps://github.com/alpine-docker/helm\n\n### CI build logs\n\nhttps://github.com/alpine-docker/helm/actions\n\n### Docker image tags\n\nhttps://hub.docker.com/r/alpine/helm/tags/\n\n# Usage\n\n    # mount local folders in container.\n    docker run -ti --rm -v $(pwd):/apps -w /apps \\\n        -v ~/.kube:/root/.kube -v ~/.helm:/root/.helm -v ~/.config/helm:/root/.config/helm \\\n        -v ~/.cache/helm:/root/.cache/helm \\\n        alpine/helm\n\n    # Run helm with special version. The tag is helm's version\n    docker run -ti --rm -v $(pwd):/apps -w /apps \\\n        -v ~/.kube:/root/.kube -v ~/.helm:/root/.helm -v ~/.config/helm:/root/.config/helm \\\n        -v ~/.cache/helm:/root/.cache/helm \\\n        alpine/helm:3.1.1\n\n    # run container as command\n    alias helm='docker run -ti --rm -v $(pwd):/apps -w /apps \\\n        -v ~/.kube:/root/.kube -v ~/.helm:/root/.helm -v ~/.config/helm:/root/.config/helm \\\n        -v ~/.cache/helm:/root/.cache/helm \\\n        alpine/helm'\n    helm --help\n    \n    # example in ~/.bash_profile\n    alias helm='docker run -e KUBECONFIG=\"/root/.kube/config:/root/.kube/some-other-context.yaml\" -ti --rm -v $(pwd):/apps -w /apps \\\n        -v ~/.kube:/root/.kube -v ~/.helm:/root/.helm -v ~/.config/helm:/root/.config/helm \\\n        -v ~/.cache/helm:/root/.cache/helm \\\n        alpine/helm'\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# The Processes to build this image\n\n* Enable CI cronjob on this repo to run build regularly on master branch\n* Check if there are new tags/releases announced via Github REST API\n* Match the exist docker image tags via Hub.docker.io REST API\n* If not matched, build the image with release version and push to https://hub.docker.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpine-docker%2Fhelm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpine-docker%2Fhelm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpine-docker%2Fhelm/lists"}