wave icon indicating copy to clipboard operation
wave copied to clipboard

On-demand containers provisioning service

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

### Context Currently, the build process relies on a shared file system (AWS EFS). In a nutshell, the process is the following: 1. A unique work directory is created for...

This PR will add a condition ni creds check for docker.io

This PR will add a method to truncate condafile to 14kb if it is bigger than that

Here is the build log: https://wave.seqera.io/view/builds/dded52ad814da816_1 I'm trying to build something with this package: https://github.com/MouseLand/cellpose It appears that this container times out. I have a feeling that this takes a...

Wave uses [Micromanba-docker](https://github.com/mamba-org/micromamba-docker) to resolve and install Conda packages in the built containers. [Pixi](https://pixi.sh/latest/) should allows the creation of smaller containers in less time. The goal of this issue is...

Wave uses a lazy-loading cache in several components. See #589. In some case it's needed to share the content of the cache across backend replicas. This has been recently implemented...

Getting this error in master: Note: not getting this error in branch `563-invalid-error-when-pulling-a-failing-build` ``` 18:27:27.539 [io-executor-thread-2] DEBUG i.s.w.s.i.ContainerInspectServiceImpl - Build credentials for repository: alpine => RegistryCredentials[username=username; password=dck****] 18:27:27.553 [io-executor-thread-3] WARN...

The use Guava cache is currently discouraged in favour of Caffeine cache. > Prefer [Caffeine](https://github.com/ben-manes/caffeine/wiki) over Guava's caching API The successor to Guava's caching API is [Caffeine](https://github.com/ben-manes/caffeine/wiki). Its API is...

This PR will update k8s client to 21.0.0

Submitting a build request using a large Conda environment, the following error is thrown: ``` io.micronaut.http.client.exceptions.HttpClientResponseException: Client 'http://surrealv1:8100': Request Entity Too Large at io.micronaut.http.client.netty.DefaultHttpClient.handleStreamHttpError(DefaultHttpClient.java:1531) at io.micronaut.http.client.netty.DefaultHttpClient.lambda$streamRequestThroughChannel$47(DefaultHttpClient.java:1522) at reactor.core.publisher.FluxFlatMap$FlatMapMain.onNext(FluxFlatMap.java:386) at io.micronaut.reactive.reactor.instrument.ReactorSubscriber.onNext(ReactorSubscriber.java:57)...