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

Update to containers/image/v5 #748

Closed
wants to merge 1 commit into from
Closed

Conversation

rhatdan
Copy link
Member

@rhatdan rhatdan commented Oct 26, 2019

gomove github.com/containers/image/v4 github.com/containers/image/v5
GO111MODULE=on go mod edit -replace github.com/containers/image/v5=github.com/mtrmac/image/v5@release-5
GO111MODULE=on go get github.com/containers/image/v5
make vendor

Replaces: #747

Signed-off-by: Miloslav Trmač mitr@redhat.com
Signed-off-by: Daniel J Walsh dwalsh@redhat.com

before_install:
- sudo add-apt-repository -y ppa:projectatomic/ppa
- sudo apt-get update
- sudo podman
Copy link
Member

Choose a reason for hiding this comment

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

space/tab issues?

@TomSweeneyRedHat
Copy link
Member

5 hour test cycle is a little odd, it's still cranking.
Do we need to bump golang to 1.13?

> gomove github.com/containers/image/v4 github.com/containers/image/v5
> GO111MODULE=on go mod edit -replace github.com/containers/image/v5=github.com/mtrmac/image/v5@release-5
> GO111MODULE=on go get github.com/containers/image/v5
> make vendor

Also add make vendor-in-container, to allow golang 1.13 vendoring.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
@vrothberg
Copy link
Member

Travis seems to have an issue reporting. I restarted the tests to look into it.

Regarding the PR. I would have preferred to split the make vendor-in-container from the v5 vendoring. They're not strictly related and one could block the other.

@vrothberg
Copy link
Member

vrothberg commented Oct 28, 2019

The CI is still calling make vendor it seems. I'll open a PR for vendoring image v5. We can use this one here for the vendor-in-container work.

@vrothberg
Copy link
Member

v5 vendoring #749

@rhatdan rhatdan closed this Oct 31, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants