- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for CLOUD_ESS (0.05 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/DockerBase.java
// Base image with extras for Cloud CLOUD("centos:8", "-cloud"), // Based on CLOUD above, with more extras. We don't set a base image because // we programmatically extend from the Cloud image. CLOUD_ESS(null, "-cloud-ess"); private final String image; private final String suffix; DockerBase(String image, String suffix) { this.image = image; this.suffix = suffix; }Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Aug 20 19:11:05 GMT 2021 - 1.4K bytes - Click Count (0)