Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: remove dev container #239

Merged
merged 2 commits into from
Aug 10, 2023

Conversation

sozercan
Copy link
Member

@sozercan sozercan commented Aug 9, 2023

Describe the changes in this pull request using active verbs such as Add, Remove, Replace ...

Closes #<issue_ID>

@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (8acdd9e) 34.72% compared to head (5579523) 34.72%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #239   +/-   ##
=======================================
  Coverage   34.72%   34.72%           
=======================================
  Files          12       12           
  Lines        1146     1146           
=======================================
  Hits          398      398           
  Misses        727      727           
  Partials       21       21           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sozercan sozercan force-pushed the remove-devcontainer branch 16 times, most recently from d7655c2 to e552a9b Compare August 10, 2023 05:53
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
Copy link
Contributor

@ashnamehrotra ashnamehrotra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

docker run --net=host --detach --rm --privileged -p 127.0.0.1:8888:8888/tcp --name buildkitd --entrypoint buildkitd moby/buildkit:v${{ env.BUILDKIT_VERSION }} --addr tcp://0.0.0.0:8888

echo "[INFO]: Run copa on target ..."
retry -max-time 10m ./copa patch -i "${{ matrix.image }}:${{ matrix.tag }}@${{ matrix.digest }}" -r scan.json -t "${{ matrix.tag }}-patched" -a tcp://127.0.0.1:8888 --timeout 10m
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would we need retry if we drop WithFailFast() on the buildkit client?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ref: #157

Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
@sozercan sozercan merged commit a8a0e82 into project-copacetic:main Aug 10, 2023
24 checks passed
@sozercan sozercan deleted the remove-devcontainer branch August 10, 2023 18:20
ashnamehrotra pushed a commit to ashnamehrotra/copacetic that referenced this pull request Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants