Closed pditommaso closed 1 month ago
Trying this with
wave --conda cowpy --freeze --build-repo docker.io/pditommaso/wave-test --dry-run --name-strategy imageSuffix
it returns
docker.io/pditommaso/wave-test:cowpy--687bcba781ef4f5d
instead it should be
docker.io/pditommaso/wave-test/cowpy:687bcba781ef4f5d
tho it may be a backend problem
I will check it out
I tested it through API call got the same think:
but while testing i found another issue pr for fix: https://github.com/seqeralabs/wave-cli/pull/72
Still not working in my tests
https://github.com/seqeralabs/wave-cli/issues/69#issuecomment-2123208128
Still not working in my tests
yes, because its an issue in backend I tried using wave API https://github.com/seqeralabs/wave-cli/issues/69#issuecomment-2123409992 and got the same result as https://github.com/seqeralabs/wave-cli/issues/69#issuecomment-2123208128
I will open an issue in wave to fix it
issue created https://github.com/seqeralabs/wave/issues/507
already completed https://github.com/seqeralabs/wave/issues/507
The goal of this issue is to support the naming strategy request attribute in the wave CLI.
This could be now implemented via nameStrategy attribute.