https://github.com/line/kubectl-kustomize
Docker image with kubectl and kustomize
https://github.com/line/kubectl-kustomize
cronjob docker github-actions kubectl kubernetes kustomize
Last synced: 3 months ago
JSON representation
Docker image with kubectl and kustomize
- Host: GitHub
- URL: https://github.com/line/kubectl-kustomize
- Owner: line
- License: apache-2.0
- Created: 2019-09-22T07:26:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T07:52:37.000Z (over 1 year ago)
- Last Synced: 2025-09-12T04:32:29.243Z (10 months ago)
- Topics: cronjob, docker, github-actions, kubectl, kubernetes, kustomize
- Language: Dockerfile
- Size: 28.3 KB
- Stars: 36
- Watchers: 5
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# kubectl-kustomize
Docker image with kubectl and kustomize
[](https://github.com/line/kubectl-kustomize/actions?workflowID=Release) [](https://hub.docker.com/r/line/kubectl-kustomize)
## Quickstart
```sh
docker run --rm -v {YOUR_LOCAL_K8S_CONFIG_DIR}:/root/.kube:ro -ti line/kubectl-kustomize:latest
```
## About this image
This image is built on [alpine](https://hub.docker.com/_/alpine) image with following two binaries:
- [kubectl](https://github.com/kubernetes/kubectl)
- [kustomize](https://github.com/kubernetes-sigs/kustomize)
Image will be released if new stable binaries released by using [GitHub Actions](https://github.com/features/actions). Binary version will be checked every 8 hours.
## How to contribute
See [CONTRIBUTING.md](CONTRIBUTING.md).
If you believe you have discovered a vulnerability or have an issue related to security, please contact the maintainer directly or send us a email to dl_oss_dev@linecorp.com before sending a pull request.
## LICENSE
```
Copyright 2020 LINE Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
See [LICENSE](LICENSE) for more detail.