{"id":26235602,"url":"https://github.com/onexstack/dtags","last_synced_at":"2025-12-26T12:35:07.872Z","repository":{"id":181271063,"uuid":"666497970","full_name":"onexstack/dtags","owner":"onexstack","description":"Command line tool to get a list of tags for docker images.","archived":false,"fork":false,"pushed_at":"2023-07-14T17:38:06.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-05T13:27:22.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onexstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-14T17:12:27.000Z","updated_at":"2023-07-27T11:31:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"afd44ab2-99f5-4285-a122-f3a0a974be0d","html_url":"https://github.com/onexstack/dtags","commit_stats":null,"previous_names":["superproj/dtags","onexstack/dtags"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onexstack%2Fdtags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onexstack%2Fdtags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onexstack%2Fdtags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onexstack%2Fdtags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onexstack","download_url":"https://codeload.github.com/onexstack/dtags/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243330318,"owners_count":20274039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-13T03:16:38.336Z","updated_at":"2025-12-26T12:35:07.860Z","avatar_url":"https://github.com/onexstack.png","language":"Go","readme":"# dtags\n\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/koki-develop/dtags)](https://github.com/superproj/dtags/releases/latest)\n[![GitHub](https://img.shields.io/github/license/koki-develop/dtags)](./LICENSE)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/koki-develop/dtags/ci.yml?logo=github)](https://github.com/superproj/dtags/actions/workflows/ci.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/superproj/dtags)](https://goreportcard.com/report/github.com/superproj/dtags)\n\nCommand line tool to get a list of tags for docker images.\nIt can also be used as a docker cli plugin.\n\n# Supported Registry\n\n\u003e **Note**  \n\u003e For the [Amazon ECR](https://aws.amazon.com/ecr/) and [ECR Public](https://docs.aws.amazon.com/AmazonECR/latest/public/index.html), an AWS Profile must be configured.  \n\u003e See [documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) for details.\n\n\u003e **Note**  \n\u003e For the private [Google Container Registry](https://cloud.google.com/container-registry) and [Google Artifact Registry](https://cloud.google.com/artifact-registry), you must set Google's Application Default Credentials.  \n\u003e See [documentation](https://cloud.google.com/docs/authentication/application-default-credentials) for details.\n\n- [Docker Hub](https://hub.docker.com/)\n- [Amazon ECR](https://aws.amazon.com/ecr/)\n- [Amazon ECR Public](https://docs.aws.amazon.com/AmazonECR/latest/public/index.html)\n- [Google Container Registry](https://cloud.google.com/container-registry)\n- [Google Artifact Registry](https://cloud.google.com/artifact-registry)\n\n# Installation\n\n## go install\n\n```sh\n$ go install github.com/superproj/dtags@latest\n```\n\n## Docker CLI Plugin\n\n```sh\n$ git clone https://github.com/superproj/dtags.git\n$ cd dtags\n$ make\n$ mkdir -p $HOME/.docker/cli-plugins/\n$ mv ./dist/dtags $HOME/.docker/cli-plugins/docker-tags\n$ docker tags --help\n```\n\n## Release\n\nDownload the binary from the [releases page](https://github.com/superproj/dtags/releases/latest).\n\n# Usage\n\n```sh\nCommand line tool to get a list of tags for docker images.\n\nUsage:\n  dtags [IMAGE] [flags]\n\nFlags:\n      --aws-profile string   aws profile.\n  -h, --help                 help for dtags\n      --latest               return only the latest version.\n  -o, --output string        output format (json|text|yaml) (default \"text\")\n  -v, --version              version for dtags\n  -n, --with-name            print with image name.\n```\n\n```sh\n$ dtags alpine\nlatest\nedge\n3.9.6\n3.9.5\n...\n```\n\n```sh\n# json format\n$ dtags alpine -o json\n[\n  \"latest\",\n  \"edge\",\n  \"3.9.6\",\n  \"3.9.5\",\n  ...\n]\n```\n\n# LICENSE\n\n[LICENSE](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonexstack%2Fdtags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonexstack%2Fdtags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonexstack%2Fdtags/lists"}