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: pull docker image by digest #300

Merged
merged 2 commits into from
Jul 7, 2023

Conversation

manusa
Copy link
Member

@manusa manusa commented Jul 6, 2023

No description provided.

@manusa manusa merged commit 71bd9f3 into eclipse-jkube:main Jul 7, 2023
29 checks passed
@manusa manusa deleted the docker/registry branch July 7, 2023 06:01
@@ -70,7 +72,8 @@ private JKubeGradleRunner getJKubeGradleRunner(ExtensionContext context) throws
}
var projectPath = rootPath.resolve("projects-to-be-tested").resolve("gradle");
var gradleRunner = GradleRunner.create()
.withGradleInstallation(getGradleInstallation())
.withGradleDistribution(new URI("https://services.gradle.org/distributions/gradle-7.6-bin.zip"))
// .withGradleInstallation(getGradleInstallation())
Copy link
Member

Choose a reason for hiding this comment

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

getGradleInstallation is no longer used anywhere. We should remove it.

Copy link
Member Author

Choose a reason for hiding this comment

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

we yet need to see if we want to change this approach in a per-test basis. Left there for evaluation of options.

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.

2 participants