diff --git a/Dockerfile b/Dockerfile index b3261690e85a63f0267bab045697fa16a842440f..2e045649a7bdc74c0d02abe90b412d133b56cf19 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 c5be8553103f88b02b0f2b29e6dc748692c77c67..63551319a5a093d0de0f2a1d686f85a524fa5c0e 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: