-
Notifications
You must be signed in to change notification settings - Fork 217
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
feat(oci): better integration OCI storage with AWS ECR #2941
Conversation
I would like to be advised about |
@thepabloaguilar this is a better place to discuss. I opened that PR in wrong location. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2941 +/- ##
==========================================
+ Coverage 70.78% 72.49% +1.70%
==========================================
Files 91 94 +3
Lines 8729 7140 -1589
==========================================
- Hits 6179 5176 -1003
+ Misses 2165 1575 -590
- Partials 385 389 +4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change is looking great to me. One suggestion so far on validating the OCI auth type. Otherwise though, this is looking great.
Update: for some reason GitHub did not add my inline comment...
Let me add that again...
@GeorgeMac I need some help. I have an issue with configuration default values in flipt/build/testing/integration.go Lines 498 to 510 in 4749907
There is no |
Ahh I see what you're saying, we don't set it on this branch of the dagger suite, as I think, ideally, you wouldn't need to have |
@GeorgeMac I experimented a bit with options and defining defaults in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 appreciate it as always @erka Looks great.
Does this suit your needs @thepabloaguilar ? If so, we can get it in and I think we were planning a new minor for either today or monday. Good timing 👏
Yeap @GeorgeMac, it seems to be! |
resolves #2938