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.
2 parents 6ebceef + 658b857 commit ddbb5d0Copy full SHA for ddbb5d0
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