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

Assemble takes into account build.docker=false property #46688

Closed

Conversation

probakowski
Copy link
Contributor

Closes #45034

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@@ -175,8 +175,10 @@ for (final boolean oss : [false, true]) {
addBuildDockerImage(oss)
}

assemble.dependsOn "buildOssDockerImage"
assemble.dependsOn "buildDockerImage"
if (System.getProperty("build.docker") != "false") {
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for looking at this!

We don't want to bring this behavior back, we would want to remove the property form use and documentation.

The reason is that since our distribution now includes a docker image, one can't assemble without it
as assemble is expected to produce all distributions.

@probakowski
Copy link
Contributor Author

Closing, as it's not needed

@probakowski probakowski deleted the build-docker-assemble branch September 13, 2019 13:54
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure >enhancement Team:Delivery Meta label for Delivery team v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build does not take into account system property for missing docker
5 participants