Closed kbkk closed 2 years ago
this repo is used for AWS EKS deployment.
https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html
If there is no new version, it runs the build, but ignore to build to save the build time (these free cicd pipelines has limits time to be used)
but for the openssh issue, I need run a check to duplicate the problem. Can you share detail about this error?
but for the openssh issue, I need run a check to duplicate the problem. Can you share detail about this error?
Sorry for the vague description. Starting today, GitHub will require OpenSSH >=7.2 https://github.blog/2021-09-01-improving-git-protocol-security-github/ causing this error message:
error cloning repository: unknown error: ERROR: You're using an RSA key with SHA-1, which is no longer allowed. Please use a newer client or a different key type.
I checked again and this in fact is a problem with CircleCI providing an old SSH client, as this image doesn't include openssh
at all.
Sorry for the inconvenience. Closing.
The README mentions a weekly build:
Yet there's been no release at Dockerhub for the past 3 months. The latest changes in GitHub render the image unusable due to a stale
openssh
version: