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

Mismatched version in docker image #3915

Closed
paolo-cristofanelli opened this issue Jan 30, 2024 · 0 comments · Fixed by #3953
Closed

Mismatched version in docker image #3915

paolo-cristofanelli opened this issue Jan 30, 2024 · 0 comments · Fixed by #3953

Comments

@paolo-cristofanelli
Copy link

paolo-cristofanelli commented Jan 30, 2024

Expected Behavior

Feast feature server image (https://hub.docker.com/r/feastdev/feature-server) version 0.35.0 has Feast version 0.35.0.

Current Behavior

Feast feature server image version 0.35.0 has feast version 0.34.1 instead of 0.35.0.

Steps to reproduce

docker run -it feastdev/feature-server:0.35.0 /bin/bash
root@6a5ee9a1afd0:/# pip freeze | grep feast
feast==0.34.1

Specifications

  • Version: 0.35.0
  • Platform: python image
  • Subsystem: feature-server

Possible Solution

Probably the issue can be traced back to this build:

https://github.com/feast-dev/feast/actions/runs/7510853468/job/20449826099#step:10:231

Maybe we have to enforce a dependency between artifactory publish and image building in the publish workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant