[GH-ISSUE #4392] [BUG]: Docker images are missing tags #2801

Closed
opened 2026-02-22 18:31:19 -05:00 by yindo · 3 comments
Owner

Originally created by @tapir on GitHub (Sep 17, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4392

How are you running AnythingLLM?

Docker (remote machine)

What happened?

Most people use docker with version tags. using "latest" or "pg" is not safe. I want to use 1.8.5 with pg but there is no such image/tag.

Are there known steps to reproduce?

No response

Originally created by @tapir on GitHub (Sep 17, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4392 ### How are you running AnythingLLM? Docker (remote machine) ### What happened? Most people use docker with version tags. using "latest" or "pg" is not safe. I want to use 1.8.5 with pg but there is no such image/tag. ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:31:19 -05:00
yindo closed this issue 2026-02-22 18:31:19 -05:00
Author
Owner

@timothycarambat commented on GitHub (Sep 17, 2025):

latest is just the latest. pg is pinned to the latest version already - which is 1.8.5. Then we have version tags for the base app that are also published on release.

https://docs.anythingllm.com/installation-docker/available-images

@timothycarambat commented on GitHub (Sep 17, 2025): `latest` is just the latest. `pg` is pinned to the latest version already - which is 1.8.5. Then we have version tags for the base app that are also published on release. https://docs.anythingllm.com/installation-docker/available-images
Author
Owner

@tapir commented on GitHub (Sep 17, 2025):

You misunderstand.

Can you explain how I can use 1.8.5 strictly (without using latest) and still make use of pg instead of sqlite, at deployment-time?

If I just use the tag "pg" I risk updating to latest version by mistake. If I use the tag "1.8.5" to eliminate that, I can't deploy with postgre enabled.

@tapir commented on GitHub (Sep 17, 2025): You misunderstand. Can you explain how I can use 1.8.5 strictly (without using latest) and still make use of pg instead of sqlite, at deployment-time? If I just use the tag "pg" I risk updating to latest version by mistake. If I use the tag "1.8.5" to eliminate that, I can't deploy with postgre enabled.
Author
Owner

@timothycarambat commented on GitHub (Sep 17, 2025):

Oh, then I did misunderstand. We don't sub-tag pg with a version currently. This was just labeled as a bug, but really needs to be a chore/documentation tag since this is just something we can do with building/publishing on release

@timothycarambat commented on GitHub (Sep 17, 2025): Oh, then I did misunderstand. We don't sub-tag pg with a version currently. This was just labeled as a bug, but really needs to be a chore/documentation tag since this is just something we can do with building/publishing on release
yindo changed title from [BUG]: Docker images are missing tags to [GH-ISSUE #4392] [BUG]: Docker images are missing tags 2026-06-05 14:48:38 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2801