[GH-ISSUE #213] [BUG] Inconsistent Semver docker tag format #150

Closed
opened 2026-02-25 20:35:01 +03:00 by kerem · 1 comment
Owner

Originally created by @FlipEnergy on GitHub (Mar 2, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/213

Describe the bug
Please push docker images with consistent format of semver. The older ones don't have a v prefix, i.e. 0.1.2 but the newer ones do, i.e. v0.3.1.

Please either drop the v prefix, or have both tags available, i.e. v0.3.1 and 0.3.1 for the same image.

Thanks!

To Reproduce
N/A

Deployment Method

  • Heroku (one-click deploy)
  • Docker
  • run executable
  • pip/pipx
  • Other: [describe setup]

Version of Whoogle Search
N/A

Desktop (please complete the following information):
N/A

Smartphone (please complete the following information):
N/A

Additional context
N/A

Originally created by @FlipEnergy on GitHub (Mar 2, 2021). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/213 **Describe the bug** Please push docker images with consistent format of semver. The older ones don't have a `v` prefix, i.e. `0.1.2` but the newer ones do, i.e. `v0.3.1`. Please either drop the `v` prefix, or have both tags available, i.e. `v0.3.1` and `0.3.1` for the same image. Thanks! **To Reproduce** N/A **Deployment Method** - [ ] Heroku (one-click deploy) - [x] Docker - [ ] `run` executable - [ ] pip/pipx - [ ] Other: [describe setup] **Version of Whoogle Search** N/A **Desktop (please complete the following information):** N/A **Smartphone (please complete the following information):** N/A **Additional context** N/A
kerem 2026-02-25 20:35:01 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@benbusby commented on GitHub (Mar 3, 2021):

The v has been removed for current and future version builds. The only webhook I can easily retrigger is the one for 0.3.1 (latest tag), so that one is fixed on docker hub, but 0.3.0 should be the only one with the prefix now.

<!-- gh-comment-id:790087845 --> @benbusby commented on GitHub (Mar 3, 2021): The `v` has been removed for current and future version builds. The only webhook I can easily retrigger is the one for `0.3.1` (latest tag), so that one is fixed on docker hub, but `0.3.0` should be the only one with the prefix now.
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
starred/whoogle-search#150
No description provided.