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: add a job to sync 3rd party container images #546

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

rchincha
Copy link
Contributor

What type of PR is this?

Which issue does this PR fix:

What does this PR do / Why do we need it:

If an issue # is not available please add repro steps and logs showing the issue:

Testing done on this change:

Automation added to e2e:

Will this break upgrades or downgrades?

Does this PR introduce any user-facing change?:


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@smoser smoser left a comment

Choose a reason for hiding this comment

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

This feels liek too much text to accomplish what it is doing. Can we just iterate over a loop of images to sync ? (see inline comment).

I don't actually think this will help much to remove dependency on docker.io.

  1. We still have 'docker://' references in several tests
  2. we already were syncing these images to a local oci repo in the beginning of the build. That sync is still using docker:// even after ci: point docker registry to local copy #544, so c-i builds still depend on it.

.github/workflows/sync-3rdparty-images.yaml Outdated Show resolved Hide resolved
.github/workflows/sync-3rdparty-images.yaml Show resolved Hide resolved
.github/workflows/sync-3rdparty-images.yaml Outdated Show resolved Hide resolved
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8d233ed) 13.01% compared to head (fd2671e) 13.01%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #546   +/-   ##
=======================================
  Coverage   13.01%   13.01%           
=======================================
  Files          40       40           
  Lines        6003     6003           
=======================================
  Hits          781      781           
  Misses       5094     5094           
  Partials      128      128           

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

@rchincha rchincha requested a review from smoser November 13, 2023 22:34
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
Copy link
Contributor

@raharper raharper left a comment

Choose a reason for hiding this comment

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

LGTM -- Can you resolve your issues? Or were you wanting @smoser to reply?

@rchincha rchincha merged commit edfada8 into project-stacker:main Nov 16, 2023
9 checks passed
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.

3 participants