Munish Chouhan
Munish Chouhan
correction: SPDX also contains vulnerabilities, but format is different: ``` "externalRefs": [ { "referenceCategory": "PACKAGE-MANAGER", "referenceType": "purl", "referenceLocator": "pkg:deb/ubuntu/[email protected]?arch=amd64\u0026distro=ubuntu-24.04" }, { "referenceCategory": "SECURITY", "referenceType": "advisory", "referenceLocator": "https://avd.aquasec.com/nvd/cve-2016-20013" } ], ```
@ewels error message comes from here https://github.com/seqeralabs/wave/blob/32787158d54dfe41675fedec083c07cd18ac5dbd/src/main/groovy/io/seqera/wave/controller/ContainerController.groovy#L379 this is containerconfig https://github.com/seqeralabs/wave/blob/32787158d54dfe41675fedec083c07cd18ac5dbd/src/main/groovy/io/seqera/wave/controller/ContainerController.groovy I suppose the error meant that container augmentation is allowed when SHA256 tag is provided @pditommaso should we change...
cleanup strategy is used for deleting build context https://github.com/seqeralabs/wave/blob/a400f914b16b8601f9e06211d3713164dcfd090a/src/main/groovy/io/seqera/wave/service/builder/BuildStrategy.groovy#L40-L42 I think jobs and pods cleaning should be done in k8s
we can use `ttlSecondsAfterFinished` https://kubernetes.io/docs/concepts/workloads/controllers/job/#clean-up-finished-jobs-automatically
> The custom strategy would allow deleting immediately successful jobs and retail failed one. Don't think it's possible using `ttlSecondsAfterFinished` ok understood
getting error while creating pods `Try 'sleep --help' for more information.`
unknown blob error is happeining with just using 5 min sleep: ``` munish.chouhan@Munishs-MacBook-Pro ~ % docker pull f938d118d5bc.ngrok.app/wt/2bbeb1a29da7/public/nf-jdk:corretto-17.0.7 corretto-17.0.7: Pulling from wt/2bbeb1a29da7/public/nf-jdk bf72c394abb7: Downloading 4edf64cf85c0: Pulling fs layer f938cbd6d06c: Downloading...
@pditommaso Tested in local: 1. pulled image with 1 minute sleep 2. after the pods are created drained the node 3. after drain completion, uncordon the node 4. Pull completed...
> I see. Should not the column RESTARTS report something different from zero? I will test again and will post the findings