Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a Docker container with kubectl-slice inside #83

Open
patrickdappollonio opened this issue May 2, 2023 · 1 comment
Open

Provide a Docker container with kubectl-slice inside #83

patrickdappollonio opened this issue May 2, 2023 · 1 comment
Assignees
Labels
community-feedback Asking the community what the best solution might be good first issue Good for newcomers help wanted Extra attention is needed

Comments

@patrickdappollonio
Copy link
Owner

Some users have reached out asking for this app to be delivered via a container for multiple reasons:

  • Ability to plug it as part of a multi-stage build where they can extract the binary to another step
  • Ability to "run it without downloading it", just via docker.

The first option makes sense. It could even make sense to actually provide a Docker image with bash in it so people can run scripts and then rather than copying the binary in itself, they can simply run the action, grab the output, and pass it to another layer.

The 2nd option might be misleading: you're still downloading the app (alongside with an entire container for that matter). This could be helpful though in cases where a quick run "without installing" can be as simple as:

docker run -v $(pwd):/data ghcr.io/patrickdappollonio/kubectl-slice -f /data/example.yaml --stdout

Leaving this issue open to gather some feedback. If you're a user of the tool, and this might help you, I would love to know more, gauge sentiment and ship this!

@patrickdappollonio patrickdappollonio added help wanted Extra attention is needed good first issue Good for newcomers community-feedback Asking the community what the best solution might be labels May 2, 2023
@patrickdappollonio patrickdappollonio self-assigned this May 2, 2023
@patrickdappollonio patrickdappollonio changed the title Provide a container option Provide a Docker container with kubectl-slice inside May 2, 2023
@cbmdfc
Copy link

cbmdfc commented Sep 7, 2023

this would be helpful for my company

spasiba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-feedback Asking the community what the best solution might be good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants