Aaron Prindle
Aaron Prindle
link to file showing differences: https://gist.github.com/aaron-prindle/fa824c45541b8636ede091e135998f9d The file above is the container-diff output for two images differing by one package (one addition to requirements.txt). From the diff, we can see...
PHP summary of differences for composer.lock w/ 1 difference: https://gist.github.com/aaron-prindle/5d2b96b6e5953314a8ca185f1ecff191
I made this related issue on skaffold repo - https://github.com/GoogleContainerTools/skaffold/issues/5989 Would this github action be on `container-debug-support` repo or `skaffold` repo? Thanks
Re: `Since Github Actions supports builds in amd64 and arm64, so we should run tests there.` I think that Github only supports arm64 via self-hosted runners: https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow https://github.com/actions/virtual-environments/issues/2552#issuecomment-771478000 https://github.com/actions/virtual-environments/issues/2187 Just...
The JDK 11 import comes from this line here in the skaffold image Dockerfile: https://github.com/GoogleContainerTools/skaffold/blob/main/deploy/skaffold/Dockerfile.deps#L154 As a potential workaround in the short-term, you could build your own image from skaffold...
I've added this issue for discussion in our team's weekly meeting, I will update the thread here to see if updating our image to JDK 17 or possibly adding an...
Closing this as it is a duplicate of https://github.com/GoogleContainerTools/skaffold/issues/6012. The suggestion there that resolved the issue was a user creating their own image - https://github.com/GoogleContainerTools/skaffold/issues/6012#issuecomment-865253244 > Many newer Maven plugins...
@calebdelnay sorry for the delay on the response here. From the similar issue linked - https://github.com/GoogleContainerTools/skaffold/issues/6012 the precendent here is that user's can build their own image that includes the...
Thanks for the patience here everyone, I have added this work to our current milestone and that work is done we plan on keeping this up to date with the...
Thanks for the PR @mikekamornikov! Currently I am restarting the Windows Integration Test job as there was a test error (but this is test error likely a flake unrelated to...