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

chore: Move back to upstream for umoci import, go mod tidy #512

Merged
merged 1 commit into from Sep 27, 2023

Conversation

smoser
Copy link
Contributor

@smoser smoser commented Sep 26, 2023

Serge's change for avoiding chmod +r if not necessary was merged upstream under opencontainers/umoci#499. We do not need to use the project-stacker fork any more.

Dropping that and updating to current umoci main looks like this:

go mod get github.com/opencontainers/umoci@main
go mod edit -dropreplace github.com/opencontainers/umoci
go mod tidy

Serge's change for avoiding chmod +r if not necessary was merged
upstream under opencontainers/umoci#499.
We do not need to use the project-stacker fork any more.

Dropping that and updating to current umoci main looks like this:

   go mod get github.com/opencontainers/umoci@main
   go mod edit -dropreplace github.com/opencontainers/umoci
   go mod tidy

Signed-off-by: Scott Moser <smoser@brickies.net>
Copy link
Contributor

@rchincha rchincha left a comment

Choose a reason for hiding this comment

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

lgtm

@rchincha rchincha merged commit 24fbadd into project-stacker:main Sep 27, 2023
8 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.

None yet

2 participants