Allen Sun
Allen Sun
I have the demand to show codecov report in the github pull request. And I see the document https://docs.codecov.com/docs/pull-request-comments . It told to add a `codecov.yml` in to top dir...
sealer focus on distributed application distribution: packaging, distributing and running, and it should be neutral to on supporting container runtime, in principle. Currently, sealer supports embedded containerd and docker. And...
When I was learning sealer's source code, almost all of sealer's code is quite high-quality, especially the design part. While there is still something which could be improved, in my...
In pull request https://github.com/sealerio/sealer/pull/1476, we have succeeded in making unit-test work. While after that pull request, we found that we have very few unit test coverage, and this will definitely...
ClusterImage is the core concept of sealer, it could be built from [Kubefile](https://github.com/sealerio/sealer/blob/main/docs/design/Kubefile.md). For the tech side, when a ClusterImage is built, we wish to share more tech design of...
Clusterfile is a way to define a cluster infrastructure in the scope of CloudImage. Actually when digging deep in the cluster spec, I found that a Clusterfile container the following...
## Issue Description Currently, sealer community has wide adopters all around the industry. Each adopter would try to take advantages of sealer to build, distribute, run distributed application anywhere. While...
Hi, All, I found that currently in this project unit test has not be enabled. Here is my guess. In `.travis.yml` there is a command ``` - cd ${TRAVIS_BUILD_DIR} &&...
First, let me illustrate without `// +build linux`, what will code report? In Line https://github.com/hyperhq/runv/blob/master/hypervisor/driver.go#L67, we have code ``` var VsockCidManager vsock.VsockCidAllocator ``` And we can find `VsockCidAllocator` is an...
Like the title, I think almost everyone knows nydus: * https://nydus.dev/ * the introduction in the project * and some others while the project name is image-service. It is quite...