We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b271b commit 658b857Copy full SHA for 658b857
Makefile
@@ -5,6 +5,8 @@ KIBANA_IMAGE?="openshift/origin-logging-kibana6"
5
ELASTICSEARCH_IMAGE?="openshift/origin-logging-elasticsearch6"
6
CURATOR_IMAGE?="openshift/origin-logging-curator5"
7
8
+export LOGGING_VERSION=5.2
9
+
10
# Build the Docker images for Origin Aggregated Logging
11
build-images: build-all-images
12
.PHONY: build-images
0 commit comments