Coder Social home page Coder Social logo

kubectl-kustomize's Introduction

kubectl-kustomize

Docker image with kubectl and kustomize

GitHub Actions Docker Pulls

Quickstart

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 image with following two binaries:

Image will be released if new stable binaries released by using GitHub Actions. Binary version will be checked every 8 hours.

How to contribute

See 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 [email protected] 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 for more detail.

kubectl-kustomize's People

Contributors

damianfekete avatar devholic avatar heojay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

kubectl-kustomize's Issues

newer container image does not work

devholic/kubectl-kustomize:1.16.2-3.2.3 works well

$ docker run --rm --entrypoint /usr/local/bin/kustomize devholic/kubectl-kustomize:1.16.2-3.2.3 version
Version: {Version:kustomize/v3.2.3 GitCommit:f8412aa3d39f32151525aff97a351288f5a7470b BuildDate:2019-10-08T23:30:25Z GoOs:linux GoArch:amd64}

but kubectl-kustomize:1.17.0-3.5.3 does not

$ docker run --rm --entrypoint /usr/local/bin/kustomize devholic/kubectl-kustomize:1.17.0-3.5.3 version
standard_init_linux.go:211: exec user process caused "exec format error"

Include helm to container

I use kustomize with helm.

So it would be nice to add it to the container. I've created my form with it.

And I'm not sure should I create a PR for this or not?

Do you want to have a helm inside this container? Or this would requires a new one docker image like I did: werwolfby/kubectl-kustomize-helm?

Release pipeline seems to be disabled

Hi,

It looks as though the pipeline for this project has been disabled due to inactivity, meaning that the most recent version of kustomize (5.3.0) is not yet in the version of this container image published to docker hub (which has 5.2.1).
I found out as I am using the latest version of the image but it does not contain the most recent version of kustomize.

While there are lots of ways for me as a user to work around it, I thought you might like to know.

-Malcolm

Remove 'sh' entrypoint

Hi, I'm trying to use your image on GitLab CI, but where you've overridden the base Alpine image's entrypoint, it causes the job to fail. I believe it's because GitLab tries to use the CMD of sh itself:

sh: can't open 'sh': No such file or directory

The fix, I believe, is to just remove the ENTRYPOINT line from your Dockerfile entirely, and use the standard Alpine one, which works fine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.