calcom / docker

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
MIT License
646 stars 338 forks source link

Issue with pulling the latest image #267

Closed buzzard10 closed 1 year ago

buzzard10 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

krumware commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

Thank you, now it's okay :)