From 37fa5b2565538a8c3d435d764e556a4ceca81e22 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Mon, 19 Jul 2021 13:38:31 +0000 Subject: [PATCH] Update hardening_manifest.yaml --- hardening_manifest.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index a3670a5..3019c39 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/kubernetes-1.20/kube-scheduler-1.20" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v1.20.8" +- "v1.20.9" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://kubernetes.io/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "opensource" - org.opencontainers.image.version: "v1.20.8" + org.opencontainers.image.version: "v1.20.9" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "kubernetes" ## This value can be "opensource" or "commercial" @@ -37,16 +37,16 @@ labels: # List of resources to make available to the offline build context resources: -- url: https://github.com/kubernetes/kubernetes/archive/v1.20.8.tar.gz +- url: https://github.com/kubernetes/kubernetes/archive/v1.20.9.tar.gz filename: kubernetes.tar.gz validation: type: sha256 - value: c5b0a01d7359982fd18369b70e0a80fae3d938a5f0ae4eda262b71b42fbd7db5 -- filename: go1.15.8.linux-amd64.tar.gz - url: https://golang.org/dl/go1.15.8.linux-amd64.tar.gz + value: 541a656b1de87bd5c5e39b03c2e51487cb2274b7e1ff5f0a43d0043589a24449 +- filename: go1.15.14.linux-amd64.tar.gz + url: https://golang.org/dl/go1.15.14.linux-amd64.tar.gz validation: type: sha256 - value: d3379c32a90fdf9382166f8f48034c459a8cc433730bc9476d39d9082c94583b + value: 6f5410c113b803f437d7a1ee6f8f124100e536cc7361920f7e640fedf7add72d # List of project maintainers maintainers: -- GitLab