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

fixed OCI image import bug #59

Merged
merged 6 commits into from
Nov 1, 2024
Merged

Conversation

7h3-3mp7y-m4n
Copy link
Contributor

Description

It's an attempt to solve the issue faced by getOci

What does this PR do?

this PR added a new logic as said to retrieve the file and return it

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • New chore (expected functionality to be implemented)

Checklist:

  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
  • I've signed off with an email address that matches the commit author.

Signed-off-by: 7h3-3mp7y-m4n <emailtorash@gmail.com>
@mathieu-benoit mathieu-benoit linked an issue Oct 29, 2024 that may be closed by this pull request
@mathieu-benoit mathieu-benoit marked this pull request as draft October 29, 2024 13:30
Signed-off-by: 7h3-3mp7y-m4n <emailtorash@gmail.com>
Signed-off-by: 7h3-3mp7y-m4n <emailtorash@gmail.com>
Signed-off-by: 7h3-3mp7y-m4n <emailtorash@gmail.com>
@7h3-3mp7y-m4n 7h3-3mp7y-m4n marked this pull request as ready for review October 30, 2024 13:34
Copy link
Contributor

@mathieu-benoit mathieu-benoit left a comment

Choose a reason for hiding this comment

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

Super great, thanks a bunch for your hard work on this, @7h3-3mp7y-m4n!

Adding more tests, actually testing the content of 3 methods (git, oci and https) is really neat!

LGTM for me.

Please, @astromechza, over to you for your review, thanks!

uriget/uriget.go Outdated Show resolved Hide resolved
uriget/uriget.go Outdated Show resolved Hide resolved
Copy link
Member

@astromechza astromechza left a comment

Choose a reason for hiding this comment

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

Juse a couple of requests, but otherwise this looks good so far @7h3-3mp7y-m4n

Signed-off-by: 7h3-3mp7y-m4n <emailtorash@gmail.com>
Signed-off-by: 7h3-3mp7y-m4n <emailtorash@gmail.com>
Copy link
Member

@astromechza astromechza left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @7h3-3mp7y-m4n

@astromechza
Copy link
Member

@7h3-3mp7y-m4n anything else here, or can I merge this for you?

@7h3-3mp7y-m4n
Copy link
Contributor Author

7h3-3mp7y-m4n commented Nov 1, 2024

@7h3-3mp7y-m4n anything else here, or can I merge this for you?

No @astromechza , You can merge it :)

@mathieu-benoit mathieu-benoit merged commit 20d69ce into score-spec:main Nov 1, 2024
4 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.

[bug] Fix and improve the OCI image import
3 participants