Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version of image at k8s.gcr.io do run correct version #1423

Closed
pserranoa opened this issue Oct 12, 2022 · 2 comments · Fixed by #1426
Closed

Version of image at k8s.gcr.io do run correct version #1423

pserranoa opened this issue Oct 12, 2022 · 2 comments · Fixed by #1426
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@pserranoa
Copy link

/kind bug

What happened?
There is a different version of driver running the following container images.

k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.12.0 => Contains v1.11.4 driver version
public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.12.0 => Contains v1.12.0 driver version

k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.12.0 container image
docker run -ti k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.12.0 -version { "driverVersion": "v1.11.4", "gitCommit": "", "buildDate": "2022-10-04T16:18:13+00:00", "goVersion": "go1.19.1", "compiler": "gc", "platform": "linux/amd64" }

k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.12.0 container image
docker run -ti public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.12.0 -version { "driverVersion": "v1.12.0", "gitCommit": "eebda781d5f100c5d01a919721fb2f2152e22b72", "buildDate": "2022-10-04T15:37:22+00:00", "goVersion": "go1.19.1", "compiler": "gc", "platform": "linux/amd64" }

What you expected to happen?
The driver over each container images should be the same

How to reproduce it (as minimally and precisely as possible)?
Run each container to get version

  • Driver version: v1.12.0
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Oct 12, 2022
@ConnorJC3
Copy link
Contributor

This is purely a visual bug. I can confirm that k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.12.0 is actually 1.12.0, just incorrectly labeled as v1.11.4 due to a bug in our build system. We're currently in the process of releasing 1.12.1 and 1.11.5 to address some CVEs in the base image, but future versions on GCR will be fixed to correctly report the driver version.

@pserranoa
Copy link
Author

thanks for your fast answer!

ConnorJC3 added a commit to ConnorJC3/aws-ebs-csi-driver that referenced this issue Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants