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 3ac51d9 commit 0e0cc04Copy full SHA for 0e0cc04
docker-compose.tls.yml
@@ -13,7 +13,7 @@ services:
13
service: kibana_settings
14
15
kibana_certs:
16
- image: alpine/mkcert:latest@sha256:a8f4f5af61908b4c79c2e9d1e5f23e747f29de174649209ebafcab03d4f6d5fd
+ image: alpine/mkcert:latest
17
container_name: ${KIBANA_CERTS_CONTAINER_NAME}
18
restart: 'no'
19
volumes:
generated/kbapi/Makefile
@@ -2,7 +2,7 @@
2
SHELL := /bin/bash
3
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
4
5
-github_ref ?= 5c4f76696e63bf9e9a53d55521f4c18faa02ccf2
+github_ref ?= 5f7b6f612e027f236f6809c0f51d51c47e908fb5
6
oas_url := https://raw.githubusercontent.com/elastic/kibana/$(github_ref)/oas_docs/output/kibana.yaml
7
8
.PHONY: all
0 commit comments