- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for DockerElasticsearchDistributionType (0.21 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/distribution/DockerElasticsearchDistributionType.java
*/ package org.elasticsearch.gradle.internal.distribution; import org.elasticsearch.gradle.ElasticsearchDistributionType; public class DockerElasticsearchDistributionType implements ElasticsearchDistributionType { DockerElasticsearchDistributionType() {} @Override public String getName() { return "docker"; } @Override public boolean isDocker() { return true;Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 766 bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/distribution/InternalElasticsearchDistributionTypes.java
public static ElasticsearchDistributionType RPM = new RpmElasticsearchDistributionType(); public static ElasticsearchDistributionType DOCKER = new DockerElasticsearchDistributionType(); public static ElasticsearchDistributionType DOCKER_UBI = new DockerUbiElasticsearchDistributionType();
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Aug 20 19:11:05 GMT 2021 - 1.5K bytes - Click Count (0)