Closed ashnamehrotra closed 8 months ago
@ashnamehrotra looks like build e2e failed with a timeout https://github.com/project-copacetic/copa-action/actions/runs/7878674392/job/21497411542?pr=37 do we need to increase the timeout
@ashnamehrotra looks like build e2e failed with a timeout https://github.com/project-copacetic/copa-action/actions/runs/7878674392/job/21497411542?pr=37 do we need to increase the timeout
Looking into this, I tested with 20min timeout and its still failing, there might be something else wrong. I also re-ran a test that was originally passing which is failing now.
just fyi if you are passing timeout
in the action, I don't think this'll be available in action yet (in non-test) since we didn't cut a release
just fyi if you are passing
timeout
in the action, I don't think this'll be available in action yet (in non-test) since we didn't cut a release
The timeout flag should be available in copa-action in v1.1.0 release. Also looks like the timeout error was specific to the nginx image in the build test, created an issue here: https://github.com/project-copacetic/copacetic/issues/504 and changed the test to use the OPA image for now.
Final issue to resolve is for custom-socket approach, trivy is unable to find the patched image in the bats test since it was created in a different context, even when switched to the new context.
Adds support and documentation for private and local image patching.
default buildx test run buildkit container test run custom socket test run
Fixes #32 #16