Skip to content

Missing tags in ' scw registry image get/list' #4229

Open
@ulric37

Description

@ulric37

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Command attempted

scw registry image list -o json
or
scw registry image get <image-id> -o json

Expected Behavior

should return 18 images tags : 0.1.1, 0.2.0, 0.2.1, 0.2.10, 0.2.11, 0.2.12, 0.2.13, 0.2.14, 0.2.15, 0.2.2, 0.2.3, 0.2.3-SNAPSHOT, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.8, 0.2.9

Actual Behavior

returns only 5 tags

 $ scw registry image get <image-id> -o json|jq
{
  "id": "<image-id>,
  "name": "<image-name>",
  "namespace_id": "<ns-id>",
  "status": "ready",
  "status_message": "",
  "visibility": "inherit",
  "size": 1240043800,
  "created_at": "2024-10-26T10:04:26.630325Z",
  "updated_at": "2024-10-26T10:06:53.894126Z",
  "tags": [
    "0.2.9",
    "0.2.8",
    "0.2.7",
    "0.2.6",
    "0.2.5"
  ],
  "FullName": "rg.fr-par.scw.cloud/xxx"
}

More info

$ scw version 
Version    2.34.0
BuildDate  2024-09-17T14:35:04Z
GoVersion  go1.22.7
GitBranch  HEAD
GitCommit  315e4bf7
GoArch     amd64
GoOS       linux

Metadata

Metadata

Assignees

Labels

bugpriority:highestBugs filled by customers, security issuesregistryManaged Container Registry issues, bugs and feature requests

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions