From ba018f159a2bddb4fd66730ab47c10794e161eda Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Wed, 16 Jun 2021 08:42:01 -0700 Subject: [PATCH] Upgrade Kibana to 7.13.2 Signed-off-by: Tyler Smalley --- Dockerfile | 4 ++-- README.md | 6 +++--- hardening_manifest.yaml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4ffcc25..9860a55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ RUN yum update --setopt=tsflags=nodocs -y && \ RUN mkdir /usr/share/kibana WORKDIR /usr/share/kibana -COPY --chown=1000:0 kibana-7.13.0-linux-x86_64.tar.gz . -RUN tar --strip-components=1 -zxf kibana-7.13.0-linux-x86_64.tar.gz +COPY --chown=1000:0 kibana-7.13.2-linux-x86_64.tar.gz . +RUN tar --strip-components=1 -zxf kibana-7.13.2-linux-x86_64.tar.gz # Ensure that group permissions are the same as user permissions. # This will help when relying on GID-0 to run Kibana, rather than UID-1000. diff --git a/README.md b/README.md index ca08793..b208184 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ https://www.elastic.co/products/kibana. ### Installation instructions -Please follow the documentation on [running Kibana on Docker](https://www.elastic.co/guide/en/kibana/7.12/docker.html). +Please follow the documentation on [running Kibana on Docker](https://www.elastic.co/guide/en/kibana/7.13/docker.html). ### Where to file issues and PRs @@ -31,9 +31,9 @@ You can learn more about the Elastic Community and also understand how to get mo visiting [Elastic Community](https://www.elastic.co/community). This software is governed by the [Elastic -License](https://github.com/elastic/elasticsearch/blob/7.12/licenses/ELASTIC-LICENSE.txt), +License](https://github.com/elastic/elasticsearch/blob/7.13/licenses/ELASTIC-LICENSE.txt), and includes the full set of [free features](https://www.elastic.co/subscriptions). View the detailed release notes -[here](https://www.elastic.co/guide/en/elasticsearch/reference/7.12/es-release-notes.html). +[here](https://www.elastic.co/guide/en/elasticsearch/reference/7.13/es-release-notes.html). diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index f76ce0d..03fe55c 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: 'elastic/kibana/kibana' # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: - - '7.13.0' + - '7.13.2' - 'latest' # Build args passed to Dockerfile ARGs @@ -23,18 +23,18 @@ labels: org.opencontainers.image.licenses: 'Elastic License' org.opencontainers.image.url: 'https://www.elastic.co/products/kibana' org.opencontainers.image.vendor: 'Elastic' - org.opencontainers.image.version: '7.13.0' + org.opencontainers.image.version: '7.13.2' # mil.dso.ironbank.image.keywords: "" # mil.dso.ironbank.image.type: "commercial" mil.dso.ironbank.product.name: 'Kibana' # List of resources to make available to the offline build context resources: - - filename: kibana-7.13.0-linux-x86_64.tar.gz - url: https://artifacts.elastic.co/downloads/kibana/kibana-7.13.0-linux-x86_64.tar.gz + - filename: kibana-7.13.2-linux-x86_64.tar.gz + url: https://artifacts.elastic.co/downloads/kibana/kibana-7.13.2-linux-x86_64.tar.gz validation: type: sha512 - value: 4a23bbac87f2ca74ad2e473aaee8257874aca7044e7f32a454a61175053b05961d720352d4ba0a74dcc0a38aea35aa19da86a6ebf57968a09106ed514e78a757 + value: e4b88dd0e0266f82e893d1040689aaa88c4541ea355603680cb60d0757d5dbca8e628c65d9d74a1f898afa6926bb8d79f9008361c44c4f0cfc3284b07087ac37 - filename: tini url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: -- GitLab