Florin Hillebrand
Florin Hillebrand
You should be using the system wide ssh key. There is no added value in having different private keys for each repository. The private key identifies your redmine as a...
You could try to install the`fastboot` package of your Linux distribution, which should install the required udev rules for the required USB devices to work properly with fastboot. After installing...
Do we need to update something in order to pass linting tests? #413 #410 seem to have a similar problem.
> Do we need to update something in order to pass linting tests? #413 #410 seem to have a similar problem. Updating to latest version `v1.45.2` for the `golangci/golangci-lint-action@v2` action...
Looks interesting! @filiprafaj could you please complete your example, its kind of hard to understand: * you refer to app-of-apps.yaml but none is marked as such * could you put...
For those who need a different uid/gid, which one should it be? If there would be a specific combination, we could try to file a PR which adds another build...
To fix golangci-lint issues I needed to: Update golangci-lint to 1.52.2 * Replace deprecated `linters`, `deadcode`, ,`varcheck`, `structcheck` by the newer `unused` linter. See relevant golangci-lint PR at https://github.com/golangci/golangci-lint/issues/1841 *...
Seeing this behavior too. It seems that some packages use the extra marker to signalize it is optional but licensecheck is not able to support markers. I've looked into the...
@tonistiigi , @crazy-max has there been any progress on this, like offering label based constraints? This is also hitting me, building multiple containers from one Dockerfile.