Skip to content

Why there's no stable version in the container registry? #4837

Closed
@lopnu

Description

@lopnu

I'm trying to pull the v10.80.11 version in docker, but I see only dev tags, and the latest points to the v10.80.0.dev12. So running in docker is impossible, as the version there is not working. It throws many different errors, and only after executing git checkout v10.80.11 inside the container I was able to run the manager.

~ $ curl -H "Authorization: Bearer $(curl "https://ghcr.io/token?scope=repository:hiddify/hiddify-manager:pull" | awk -F'"' '$0=$4')" "https://ghcr.io/v2/hiddify/hiddify-manager/tags/list" | jq
{
  "name": "hiddify/hiddify-manager",
  "tags": [
    "main",
    "latest",
    "dev",
    "v10.80.0.dev12",
    "v10.80.12.dev2",
    "v10.80.12.dev3",
    "v10.80.12.dev4",
    "v10.80.12.dev5",
    "v10.80.12.dev6",
    "v10.80.12.dev7",
    "v10.80.12.dev8",
    "v10.80.12.dev9",
    "v10.80.12.dev10",
    "v10.85.0.dev0",
    "v10.85.0.dev1",
    "v10.85.0.dev2",
    "v10.85.0.dev5"
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions