Anthony
Anthony
> I guess report this to copacetic ? I worked with the copacetic people, the recommended that I talk to buildkitd people because it looked like a buildkitd error. They...
It's being tracked in https://github.com/project-copacetic/copacetic/issues/866 as mentioned by Ashna Mehrotra
This is a touch painful. :) At the top of my workflow, I've added: ``` steps: - name: Set up crazy-max's Docker server uses: crazy-max/ghaction-setup-docker@v3 with: daemon-config: | { "debug":...
Yes, for the build I use to test, I changed: ``` crazy-max/ghaction-setup-docker@v3 aws-actions/configure-aws-credentials@v2 aws-actions/amazon-ecr-login@v1 aquasecurity/[email protected] ``` to ``` docker/setup-docker-action@v4 aws-actions/configure-aws-credentials@v4 aws-actions/amazon-ecr-login@v2 aquasecurity/[email protected] ``` My build action uses ``` project-copacetic/copa-action@main ```...
I'm pretty sure it does use the local image if it's already present, I don't see any evidence of copa pulling the image in the logs. Just be aware that...
If trivy is running properly, I suspect you're only pulling and retagging the image in the main docker server, and that you need to repeat the actions in the "crazy-max"...