Batuhan Apaydın

Results 148 issues of Batuhan Apaydın

There is a concept in Docker called _[contexts](https://docs.docker.com/engine/context/working-with-contexts/)_. With the use of contexts, we can work with different Docker Hosts simultaneously on the host by switching between them. For example:...

Signed-off-by: Batuhan Apaydın Co-authored-by: Furkan Türkal Fixes #100 cc: @willnorris https://github.com/developer-guy/addlicense/releases/tag/v0.999.0

we've (w/@dentrax) just noticed that this project currently uses GoReleaser to make a new release, and the `buildx` tool to build and push container images, so, we can use GoReleaser...

## Expected Behaviour> verifiable arkade binaries ## Current Behaviour There is no support for signing and verifying arkade binaries. ## Are you a GitHub Sponsor (Yes/No?) Check at https://github.com/sponsors/alexellis -...

enhancement

## Expected Behaviour Maybe we could provide an option as Docker did in its Content Trust feature (DOCKER_CONTENT_TRUST) variable to enable downloading binaries if the binary was signed, then verify...

enhancement

## Expected Behaviour Add these to the description of the autocompletion command: 👉 https://github.com/alexellis/arkade/blob/1e43d6ead0ef958e9caf08e0ec23b49fe6563ffb/cmd/completion.go#L60-L63 ## Current Behaviour ```shell arkade completion --help ─╯ Outputs shell completion for the given shell (bash...

[Fission](https://fission.io) is a fast, open-source serverless framework for Kubernetes with a focus on developer productivity and high performance. :octocat: Github Repository: https://github.com/fission/fission :octocat: Github Star: 6.5k 💬 Contributors: 126 ##...

Similar to #488, rekor has a helm chart, we can use that to install rekor. https://github.com/sigstore/helm-charts/tree/main/charts ## Expected Behaviour $ arkade install rekor ## Current Behaviour There is no support...

Let's talk about the package managers, they all have an in-built detection mechanism for outdated packages. For example, homebrew is a package manager for macOS, it has an "outdated" subcommand,...

We (w/@dentrax) thought we could store SBOMs in a ConfigMap within the same cluster, so we should create a ConfigMap per container. One drawback of this approach would be the...

help wanted
kind/feature