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

Issue with pulling the latest image #267

Closed
buzzard10 opened this issue Jul 3, 2023 · 6 comments
Closed

Issue with pulling the latest image #267

buzzard10 opened this issue Jul 3, 2023 · 6 comments

Comments

@buzzard10
Copy link

Hello,
i have problem with pulling the newest image of calcom docker. I'm using docker compose pull and it says that i have newest versions, but after starting containers i have © 2023 Cal.com, Inc. v.3.0.7-sh in my cal.com dashboard. The newest version is 3.0.10.

How can i fetch the newest version? Maybe it's because in docker-compose i'm using calcom.docker.scarf.sh/calcom/cal.com?

@krumware
Copy link
Member

krumware commented Jul 3, 2023

3.0.10 hasn't hit the docker release yet, will update that this morning.

You should be seeing 3.0.9 though, I'll double check this morning.

@buzzard10
Copy link
Author

I don't see even 3.0.8. Maybe i should use official docker hub image?
Thank you for checking.

@krumware
Copy link
Member

krumware commented Jul 3, 2023

Sure, try switching to the official. It's possible that the scarf endpoint has additional caching.
At times, the cal.com package has missed the version bump internal to the UI, which could also be happening. I think I've seen a couple of PRs recently to fix the package.json tagged version, which could be related.

Here's the dockerhub official
https://hub.docker.com/repository/docker/calcom/cal.com/general

Also, latest is the latest tagged version, main is the nightly built version (canary)

@buzzard10
Copy link
Author

So what, i should change image: calcom.docker.scarf.sh/calcom/cal.com to image: calcom/cal.com:v3.0.9?
Do you know how long it'll take to fix this issue?

@mritzmann
Copy link

mritzmann commented Jul 5, 2023

Related topic: #239 Using Docker tags would be more transparent.

@buzzard10 I don't know if this helps you, but at the time of writing calcom.docker.scarf.sh/calcom/cal.com points to version v3.0.12, which is the latest version according to the release page.

@buzzard10
Copy link
Author

Thank you, now it's okay :)

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

No branches or pull requests

3 participants