From bc2b940a71b8824c85adf16c7e51bfe270d8d17a Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Tue, 20 Jul 2021 13:53:49 -0700 Subject: [PATCH] Upgrade Kibana to 7.13.4 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 e19e625..8b80c0f 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.3-linux-x86_64.tar.gz . -RUN tar --strip-components=1 -zxf kibana-7.13.3-linux-x86_64.tar.gz +COPY --chown=1000:0 kibana-7.13.4-linux-x86_64.tar.gz . +RUN tar --strip-components=1 -zxf kibana-7.13.4-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 e273449..57416b0 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.3' + - '7.13.4' - '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.3' + org.opencontainers.image.version: '7.13.4' # 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.3-linux-x86_64.tar.gz - url: https://artifacts.elastic.co/downloads/kibana/kibana-7.13.3-linux-x86_64.tar.gz + - filename: kibana-7.13.4-linux-x86_64.tar.gz + url: https://artifacts.elastic.co/downloads/kibana/kibana-7.13.4-linux-x86_64.tar.gz validation: type: sha512 - value: d606ea842c4ef4b655988d9cb1e0b7403b460b9a6b2af52d71cd7690ab684692864a4f14fa31c90140b3d2f626ccd9cc693f96dbd63de84e541d875277500fc4 + value: 1accd5d6933f3f2f54174e53da626bc275b99b2f102d5f8cfee934d3520ee55a97c9c545cca32ddffec06a96114ce284e2e128cf334538214566c6530d1d673e - filename: tini url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: -- GitLab