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

Wave in Nextflow is beautifully simple - no need to define `container` URIs, just the conda package names and we get everything for free. However, for wide adoption (or at...

We want to make sure we are able to build Wave Containers with target micro-architectures that are relevant/useful to the service. Current status: - Nextflow: see https://github.com/nextflow-io/nextflow/issues/4523 - Wave backend...

Per this (https://github.com/seqeralabs/wave/pull/319#issuecomment-1790101617) comment, I think there are updates to the API reference.

documentation

Container build can fail when the base image used in the Dockefile use the schema v1 format returning the following error/log message ``` INFO[0000] Retrieving image manifest [quay.io/biocontainers/fastqc:0.11.9--0](http://quay.io/biocontainers/fastqc:0.11.9--0) INFO[0000] Retrieving...

Wave retrieves the container credentials to be used, querying Tower credentials for `container-reg` provider and looking for a matching registry name for the given repository e.g. `docker.io` given the repository...

## Summary Wave allows the build of container images starting from [Conda recipies](https://docs.conda.io/en/latest/). It's going so by creating a Dockfile on-the-fly from the given Conda packages using [Micromamba](https://github.com/mamba-org/micromamba-docker). The problem...

This PR adds refactors the Wave documentation and adds the content from the Google Doc _Wave docs layout DRAFT_. **Preview Build**: https://deploy-preview-116--seqera-docs.netlify.app/wave Addresses: https://seqera.atlassian.net/browse/EDU-147

documentation

This PR will Replace usgae of file system with S3

blocker

This PR will do the following: 1. add functionality to scan and delete keys with specific dates. 2. add corn to run every day and delete keys with current date...

blocker

Wave provides an inspect capability that summarise keys container images metadata e.g. config, layers checksum, image digest. etc. ``` » wave --inspect -i ubuntu -o yaml container: config: architecture: amd64...