From 3f84e336882f1b88e750f65a202955c172ceee60 Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Wed, 10 Mar 2021 16:55:14 -0800 Subject: [PATCH] Upgrade Kibana to 7.11.2 Signed-off-by: Tyler Smalley --- Dockerfile | 4 ++-- hardening_manifest.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index b326169..2e04564 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.11.1-linux-x86_64.tar.gz . -RUN tar --strip-components=1 -zxf kibana-7.11.1-linux-x86_64.tar.gz +COPY --chown=1000:0 kibana-7.11.2-linux-x86_64.tar.gz . +RUN tar --strip-components=1 -zxf kibana-7.11.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/hardening_manifest.yaml b/hardening_manifest.yaml index c5be855..6355131 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.11.1" +- "7.11.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.11.1" + org.opencontainers.image.version: "7.11.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.11.1-linux-x86_64.tar.gz - url: https://artifacts.elastic.co/downloads/kibana/kibana-7.11.1-linux-x86_64.tar.gz +- filename: kibana-7.11.2-linux-x86_64.tar.gz + url: https://artifacts.elastic.co/downloads/kibana/kibana-7.11.2-linux-x86_64.tar.gz validation: type: sha512 - value: 5facaac7adced5ac2830158d6a7994d9c32e042c320f250626166a9e86cce3fa4c3e8b92809526492b4d09b0b8623ea2c3bfd02751a8f1387bc3f09a1bee642b + value: fd757772ec7b1313882e9b89a1542c64254480d108c2d61122e22a842c0b34f4428a597e4320f9a5cea870f0571ce51cb63320848ebbf14f4338fe81e1c3c17b - filename: tini url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: -- GitLab