Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 895b406

Browse files
authored
Merge pull request #96 from infosiftr/8
Add 8.0.0
2 parents 533901c + 959a48a commit 895b406

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

8/Dockerfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Kibana 8.0.0
2+
3+
# This image re-bundles the Docker image from the upstream provider, Elastic.
4+
FROM docker.elastic.co/kibana/kibana:8.0.0@sha256:245736e3b530b153a51512141821cea5f7741df616818a6e8266c26d841be61c
5+
# Supported Bashbrew Architectures: amd64 arm64v8
6+
7+
# The upstream image was built by:
8+
# https://github.com/elastic/dockerfiles/tree/v8.0.0/kibana
9+
10+
# The build can be reproduced locally via:
11+
# docker build 'https://github.com/elastic/dockerfiles.git#v8.0.0:kibana'
12+
13+
# For a full list of supported images and tags visit https://www.docker.elastic.co
14+
15+
# For documentation visit https://www.elastic.co/guide/en/kibana/current/docker.html
16+
17+
# See https://github.com/docker-library/official-images/pull/4917 for more details.

0 commit comments

Comments
 (0)