Closed pditommaso closed 3 months ago
containerId is present in buildRequest and not in WaveContainerRecord https://github.com/seqeralabs/wave/blob/f844bec748e1d47ee4de4fe39055a48309800666/src/main/groovy/io/seqera/wave/service/builder/BuildRequest.groovy#L51
Currently we use token to get the WaveContainerRecord Should we create new id for this?
I've used not the correct term. It should the container "token". Look here
and here
The goal of this issue is to add a new endpoint that allow the retrieval of a container request meta-data.
The endpoint is defined as such
The response should return the WaveContainerRecord with the specified
token