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

Fix integration test issues due to multi-arch #701

Closed
wants to merge 8 commits into from

Conversation

juanfont
Copy link
Owner

Currently our integration tests are broken due to the changes in the Dockerfile to add multi-arch support.

This is due to the lack of support in the dockertest library for the new BuildKit library from docker/moby. I have set a PR to dockertest to fix that ory/dockertest#374

This PR changes the integration tests to use the patched version of dockertest, and replaces the library in go.mod to point to my fork. Hopefully this last part will be removed in a few days.

@juanfont juanfont requested a review from kradalby as a code owner July 31, 2022 09:20
kradalby
kradalby previously approved these changes Jul 31, 2022
@juanfont
Copy link
Owner Author

juanfont commented Aug 5, 2022

Going to close this, as we need to investigate what is making the continuous integration tests fail.

@juanfont juanfont closed this Aug 5, 2022
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