Furkan Türkal

Results 261 issues of Furkan Türkal

I was trying to install the `node-maintenance-operator` on the Kubernetes cluster and noticed that this project has a dependency on OLM. And you need to run a command like `operator-sdk...

_This is a follow-up proposal from a PR review: https://github.com/chainguard-images/images/pull/1624#discussion_r1364101948 by @imjasonh_ Idea is to set both of `accounts.groups.groupname` and `accounts.users.username` to `nonroot`. And enforce it by introducing a new...

Currently we don't have any naming standard for filenames that we are using for _smoke testing_. Find the following various of different naming on `./tests/`: * 01-version.sh * 01-help.sh *...

Move a package's advisories into a new package. This command will move most advisories for the given package into a new package. And rename the package to the new package...

``` go run . scan my-custom-package --remote --repository https://my/custom/respository ``` ``` --repository string URL of the Wolfi package repository (default "https://packages.wolfi.dev/os") ```

This PR adds a new linter to check if version-stream correctly set for the given package: * With a ReGeX, it checks whether package name contains version stream suffix *...

This PR fixes an issue where `check upgrade` command exists successfully by only respecting `.update` even if `git-checkout.tag` is not exist on upstream repo. This makes the `lint` step is...

**Description** Idea is to create a new `vet` _(or something else)_ subcommand to run some _vetting_ pipeline for the given `apko` or `melange` manifest just before sending to PR. Motivation...

enhancement
needs-triage

**Description** `wolfictl fmt file.yaml` instead of `wolfictl lint yam file.yaml`, for better consistency and UX. Wdyt?

enhancement
needs-triage

**Description** `melange convert python ` generated melange manifest, sometimes contains the digest in the `uri`: ``` - uses: fetch with: expected-sha256: 942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1 uri: https://files.pythonhosted.org/packages/9d/be/10918a2eac4ae9f02f6cfe6414b7a155ccd8f7f9d4380d62fd5b955065c3/requests-${{package.version}}.tar.gz ``` So that contains a SHA...

enhancement
needs-triage