Sivaram Mothiki
Sivaram Mothiki
I'm also seeing the same issue. Any idea why this might be happening?
Adding to this containerd 1.5.8 version should be picked as it has lot of CVE patches that current version is missing 1.4.6. https://github.com/opencontainers/distribution-spec/security/advisories/GHSA-mc8v-mgrf-8f4m https://github.com/opencontainers/distribution-spec/security/advisories/GHSA-mc8v-mgrf-8f4m https://github.com/advisories/GHSA-c2h3-6mxw-7mvq These are very critical issues...
Hey team, Any update on this?
Is there any plan to modify rigger to install deis v2 ?
One solution doesn't fit all. But mocking based on where the code flow is happening makes sense. exec.command is being used [here](https://github.com/tockins/realize/blob/cf2f61085b059c8cbaf8082321db079fa1e707df/exec.go#L78-L81). An interface that can execute the commands and...
We are anyways thinking about implementing JOBs . Which might change a lot of behavior. Also A POD getting garbage collected immediately without changing the event type is not an...
https://github.com/deis/builder/pull/185 this will solve a lot of things. I feel there is no need of special web socket connection to stream logs back.
solution is to call workflow to get all apps created rather than relying on k8s namespace.
@helgi I totally forgot about k8s events API rather than polling k8s API for every APP. Lets listen to even stream for deleted event for an APP and delete that...