diff --git a/Dockerfile b/Dockerfile index 19d2923478952a85f9a4e80dafc7cb1eec67b796..2b440e26fb583d4139ae11feeb46945b18749f67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,3 +32,4 @@ COPY --from=builder /src/k8s.io/kubernetes/_output/bin/kube-controller-manager / ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin USER 1001 ENTRYPOINT ["/usr/bin/kube-controller-manager"] +HEALTHCHECK NONE diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 1a016463ca85af67411a790b37f65c07ecb38929..6e65128f4cc231a6130e56055d60d9632ebc51f9 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/kubernetes-1.19/kube-controller-manager-1.19" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v1.19.11" +- "v1.19.12" - "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.19.11" + org.opencontainers.image.version: "v1.19.12" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "kubernetes" ## This value can be "opensource" or "commercial" @@ -37,11 +37,11 @@ labels: # List of resources to make available to the offline build context resources: -- url: https://github.com/kubernetes/kubernetes/archive/v1.19.11.tar.gz +- url: https://github.com/kubernetes/kubernetes/archive/v1.19.12.tar.gz filename: kubernetes.tar.gz validation: type: sha256 - value: 85cf92acfe33e84847783e331582e853c0a6986534f36ed46fac47cc0ddcb151 + value: b4d4614ff8859224101211851fd6a031210a2049c291899130ba683569e1a9dd - filename: go1.15.2.linux-amd64.tar.gz url: https://golang.org/dl/go1.15.2.linux-amd64.tar.gz validation: @@ -52,9 +52,9 @@ resources: # FIXME: Fill in the following details for the current container owner in the whitelist # FIXME: Include any other vendor information if applicable maintainers: -- email: "gavin.scallon@parsons.com" +- email: "andrii@alphabravo.io" # # The name of the current container owner - name: "Gavin Scallon" + name: "Andrii Panchuk" # # The gitlab username of the current container owner - username: "gavin.scallon" + username: "andriipanchuk" cht_member: true \ No newline at end of file diff --git a/renovate.json b/renovate.json index 0d4816239ee36a355b16d61c1b443dd1c767aece..0ac1a6dd2ba987f94ce91ec9f4f784578dc86da3 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "assignees": [ - "@alexander.klepal" + "@andriipanchuk" ], "baseBranches": [ "development"