From 3493019d0894306abef1260f6a42ad7fc0e26838 Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Thu, 8 Jul 2021 12:14:57 -0700 Subject: [PATCH] Upgrade Kibana to 7.13.3 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 9860a55..e19e625 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.2-linux-x86_64.tar.gz . -RUN tar --strip-components=1 -zxf kibana-7.13.2-linux-x86_64.tar.gz +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 # 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 03fe55c..e273449 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.2' + - '7.13.3' - '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.2' + org.opencontainers.image.version: '7.13.3' # 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.2-linux-x86_64.tar.gz - url: https://artifacts.elastic.co/downloads/kibana/kibana-7.13.2-linux-x86_64.tar.gz + - 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 validation: type: sha512 - value: e4b88dd0e0266f82e893d1040689aaa88c4541ea355603680cb60d0757d5dbca8e628c65d9d74a1f898afa6926bb8d79f9008361c44c4f0cfc3284b07087ac37 + value: d606ea842c4ef4b655988d9cb1e0b7403b460b9a6b2af52d71cd7690ab684692864a4f14fa31c90140b3d2f626ccd9cc693f96dbd63de84e541d875277500fc4 - filename: tini url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: -- GitLab