Prysm: Wrong version is shown when running latest docker images

Created on 31 Jul 2020  路  6Comments  路  Source: prysmaticlabs/prysm

馃拵 Issue

Wrong version is shown when running latest docker images

Background

  1. Removed all files / container / images that I had for Onyx.
  2. Fetched the latest images (If I understood the 'Build at' line in the screenshot correctly, it can be seen that I really started the latest one).
  3. Went through the Medalla docker setup documentation to run the validator and beacon chain

Description

It seems like everything is working except that it is showing the wrong version for both the beacon chain and validator as seen in the screenshot.

edit: I just checked the image-digest, which is the same as the latest on docker hub. So I am definitely running the latest version

Screenshot 2020-07-31 at 09 17 15

CI

Most helpful comment

Thanks for the report. This is a problem with our CI infrastructure. Here's whats going on.

  1. When a PR merges to master, we immediately build and push docker images for that commit.
  2. When we are evaluating a release candidate, we let it soak in a production environment for several days
  3. After a release candidate has passed all of our automated and manual testing, then we create a release.

The problem here is that the docker image already existed before we tagged v1.0.0-alpha.17. We should consider rebuilding these images whenever we tag a new release so that the version reflects the appropriate git tag.

All 6 comments

Thanks for the report. This is a problem with our CI infrastructure. Here's whats going on.

  1. When a PR merges to master, we immediately build and push docker images for that commit.
  2. When we are evaluating a release candidate, we let it soak in a production environment for several days
  3. After a release candidate has passed all of our automated and manual testing, then we create a release.

The problem here is that the docker image already existed before we tagged v1.0.0-alpha.17. We should consider rebuilding these images whenever we tag a new release so that the version reflects the appropriate git tag.

Duplicate of #6561

Actually, scratch that. They are similar but not the same issue

seems like a ci issue @prestonvanloon please reassign to me if you find it inappropriate

We don;t have a solution for this yet, but I am probably the most appropriate owner at the moment. Thanks

Removing from v1 milestone. We'll have a better pipeline in place soon, but this is not a milestone blocker.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mshean picture mshean  路  4Comments

stefa2k picture stefa2k  路  5Comments

0mkara picture 0mkara  路  4Comments

rauljordan picture rauljordan  路  5Comments

jrhea picture jrhea  路  4Comments