You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -81,34 +81,53 @@ If you cannot connect to {ems} from the {kib} server or browser clients, and you
81
81
82
82
{hosted-ems} is a self-managed version of {ems} offered as a Docker image that provides both the EMS basemaps and EMS boundaries. The image is bundled with basemaps up to zoom level 8. After connecting it to your {es} cluster for license validation, you have the option to download and configure a more detailed basemaps database.
83
83
84
-
You can use +docker pull+ to download the {hosted-ems} image from the Elastic Docker registry.
85
-
84
+
. Pull the {hosted-ems} Docker image.
85
+
+
86
86
ifeval::["{release-state}"=="unreleased"]
87
-
Version {version} of {hosted-ems} has not yet been released, so no Docker image is currently available for this version.
87
+
WARNING: Version {version} of {hosted-ems} has not yet been released.
88
+
No Docker image is currently available for this version.
88
89
endif::[]
89
-
90
-
ifeval::["{release-state}"!="unreleased"]
91
-
90
+
+
92
91
["source","bash",subs="attributes"]
93
92
----------------------------------
94
93
docker pull {ems-docker-image}
95
94
----------------------------------
96
95
97
-
Start {hosted-ems} and expose the default port `8080`:
96
+
. Optional: Install
97
+
https://docs.sigstore.dev/system_config/installation/[Cosign] for your
98
+
environment. Then use Cosign to verify the {es} image's signature.
99
+
+
100
+
[source,sh,subs="attributes"]
101
+
----
102
+
wget https://artifacts.elastic.co/cosign.pub
103
+
cosign verify --key cosign.pub {ems-docker-image}
104
+
----
105
+
+
106
+
The `cosign` command prints the check results and the signature payload in JSON format:
107
+
+
108
+
[source,sh,subs="attributes"]
109
+
--------------------------------------------
110
+
Verification for {ems-docker-image} --
111
+
The following checks were performed on each of these signatures:
112
+
- The cosign claims were validated
113
+
- Existence of the claims in the transparency log was verified offline
114
+
- The signatures were verified against the specified public key
115
+
--------------------------------------------
116
+
98
117
118
+
. Start {hosted-ems} and expose the default port `8080`:
119
+
+
99
120
["source","bash",subs="attributes"]
100
121
----------------------------------
101
122
docker run --rm --init --publish 8080:8080 \
102
123
{ems-docker-image}
103
124
----------------------------------
104
-
125
+
+
105
126
Once {hosted-ems} is running, follow instructions from the webpage at `localhost:8080` to define a configuration file and optionally download a more detailed basemaps database.
'ROW ["some text", "another text", "one more text literal", "and another one", "and one more", "and one more", "and one more", "and one more", "and one more"]';
652
+
consttext=reprint(query).text;
653
+
654
+
expect('\n'+text).toBe(`
655
+
ROW
656
+
["some text", "another text", "one more text literal", "and another one",
657
+
"and one more", "and one more", "and one more", "and one more",
0 commit comments