wave icon indicating copy to clipboard operation
wave copied to clipboard

On-demand containers provisioning service

Results 46 wave issues
Sort by recently updated
recently updated
newest added

This PR will replace the builder image with buildkit

This PR will change the K8s strategy for blob transfer to use k8s job

Wave uses [Kaniko](https://github.com/GoogleContainerTools/kaniko) to build container images. However this can be some compatibility and security issues. The goal of this task is to replace it with [Buildkit](https://github.com/moby/buildkit) which provides a...

from @ewels Seeing more and more people ask about SBOM documents for pipelines / containers (software bill of materials). It looks like Trivy can generate SBOMs. Is this something that...

Suggestion from @ewels Was thinking about what you were saying about ASCII codes in the logs yesterday . I wonder if we can keep them (maybe via a flag in...

This PR will enalbe log streaming to get build log endpoint, while build is in process

This PR will add the following: 1. Added inspect and build logs API docs 2. updated existing docs

When requesting the metrics for `pulls`,`fusion`, and `build` and providing the date parameter, the breakdown per org should be included in the response, in addition to the total per day.

As documented in https://github.com/seqeralabs/wave/pull/448, Wave cannot support SHA256 tags when augmenting an image, because the image itself is changing. When someone attempts to do this, the following error is returned:...

This PR adds an interceptor class able to trace the elapsed time required to carry out the execution of the method(s) to which the `@TraceElapsedTime` annotation is applied.