Skip to content

Commit

Permalink
Merge pull request #96 from infosiftr/8
Browse files Browse the repository at this point in the history
Add 8.0.0
  • Loading branch information
yosifkit authored Feb 11, 2022
2 parents 533901c + 959a48a commit 895b406
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 8/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Kibana 8.0.0

# This image re-bundles the Docker image from the upstream provider, Elastic.
FROM docker.elastic.co/kibana/kibana:8.0.0@sha256:245736e3b530b153a51512141821cea5f7741df616818a6e8266c26d841be61c
# Supported Bashbrew Architectures: amd64 arm64v8

# The upstream image was built by:
# https://github.com/elastic/dockerfiles/tree/v8.0.0/kibana

# The build can be reproduced locally via:
# docker build 'https://github.com/elastic/dockerfiles.git#v8.0.0:kibana'

# For a full list of supported images and tags visit https://www.docker.elastic.co

# For documentation visit https://www.elastic.co/guide/en/kibana/current/docker.html

# See https://github.com/docker-library/official-images/pull/4917 for more details.

0 comments on commit 895b406

Please sign in to comment.