diff --git a/Dockerfile b/Dockerfile index 9860a5551e7bfa9aa61b2f6131c2248f37744d2a..e19e625c932afebc843bfb8378fa7bf723524190 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 03fe55caad9922209969d411c39da7d885539cd5..e2734496163f72cb882860e45138c420fcd03e36 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: