[GH-ISSUE #4625] [Feature Request] Add Docker Image Tags for latest and latest-beta #3651

Closed
opened 2026-05-05 14:20:37 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @MahdiAkrami01 on GitHub (Jan 6, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4625

Describe the feature request

For now, I am forced to set the version specifically like this:

docker pull ghcr.io/fatedier/frpc:v0.61.1

However, I need this instead:

docker pull ghcr.io/fatedier/frpc:latest

Or, for pre-release versions:

docker pull ghcr.io/fatedier/frpc:latest-beta

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @MahdiAkrami01 on GitHub (Jan 6, 2025). Original GitHub issue: https://github.com/fatedier/frp/issues/4625 ### Describe the feature request For now, I am forced to set the version specifically like this: ```bash docker pull ghcr.io/fatedier/frpc:v0.61.1 ``` However, I need this instead: ```bash docker pull ghcr.io/fatedier/frpc:latest ``` Or, for pre-release versions: ```bash docker pull ghcr.io/fatedier/frpc:latest-beta ``` ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [X] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [X] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:20:37 -06:00
Author
Owner

@fatedier commented on GitHub (Jan 6, 2025):

The current v0 version does not guarantee full compatibility, so we will not provide the latest image to avoid unexpected disruptions.

<!-- gh-comment-id:2572902569 --> @fatedier commented on GitHub (Jan 6, 2025): The current v0 version does not guarantee full compatibility, so we will not provide the latest image to avoid unexpected disruptions.
Author
Owner

@github-actions[bot] commented on GitHub (Jan 21, 2025):

Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.

<!-- gh-comment-id:2603408453 --> @github-actions[bot] commented on GitHub (Jan 21, 2025): Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
Author
Owner

@huangyxi commented on GitHub (Aug 13, 2025):

Hi @fatedier, I appreciate your meticulosity regarding users’ compatibility issues. However, in some cases such as Synology NAS’s Container Manager, updating the tag instead of the configuration can be quite tedious. Therefore, some light-use users may choose convenience over strict compatibility. Could you consider reusing the test tag or something like i-know-what-am-i-doing that points to the latest version? If possible, I’d be happy to submit a PR to address the CI/CD issue.

<!-- gh-comment-id:3184129286 --> @huangyxi commented on GitHub (Aug 13, 2025): Hi @fatedier, I appreciate your meticulosity regarding users’ compatibility issues. However, in some cases such as Synology NAS’s Container Manager, updating the tag instead of the configuration can be quite tedious. Therefore, some light-use users may choose convenience over strict compatibility. Could you consider reusing the `test` tag or something like `i-know-what-am-i-doing` that points to the latest version? If possible, I’d be happy to submit a PR to address the CI/CD issue.
Author
Owner

@fatedier commented on GitHub (Aug 14, 2025):

We are not inclined to add this kind of complexity and the potential additional user issues it may cause, as we are not equipped to handle various environment-related problems from users.

<!-- gh-comment-id:3186548306 --> @fatedier commented on GitHub (Aug 14, 2025): We are not inclined to add this kind of complexity and the potential additional user issues it may cause, as we are not equipped to handle various environment-related problems from users.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3651
No description provided.