kycheng
kycheng
version `➜ buildctl --version buildctl github.com/moby/buildkit 0.10.3 c8d25d9a103b70dc300a4fd55e7e576472284e31` - repo1 is a secure repository (https) - repo2 is an untrusted repository (http) command ```sh buildctl --addr tcp://localhost:1234 build --frontend=dockerfile.v0 \...
Similar to the effect of `docker manifeact --insecure`, when --insecure is set, both insecure and secure can be handled correctly. When I build, my dependency repositories are insecure and I...
I use the oci worker of buildkit to build the image, and I encounter the following error, which is an occasional error. ```sh #10 [builder 4/4] RUN go build main.go...
Thank you for contributing to Harbor! # Comprehensive Summary of your change Fix the problem encountered by M1 when executing make gen-apis. # Issue being fixed Fixes #17016 Please indicate...
**Describe the bug** When the ownerReference of the service associated with InMemoryChannel is deleted, the following error will appear. ``` - lastTransitionTime: 2023-11-02T09:06:28Z message: 'Channel Service failed: inmemorychannel: dev-1/default-kne-trigger does...
**What steps did you take and what happened:** Deploy harbor through harbor-helm, set the resource to 2c4g, and enable trivy at the same time, and found that the integrated trivy...
I used SetExtension to set a null pointer to string and got this error. https://github.com/cloudevents/sdk-go/blob/39fe13d4806f5815a524a916879b3a760fbdfd51/v2/types/value.go#L146-L150 Code verification null pointer error. Can we set data to zero value when we encounter...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
https://github.com/goharbor/harbor/issues/20893
### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... the documentation does not mention...