Skip to content

The command line tool to search docker image tags.

License

Notifications You must be signed in to change notification settings

rajhawaldar/dkrTag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dkrTag: CLI Tool for Searching Docker Tags

dkrTag is a tool built in Go that fetches Docker tags from a specific repository using the DockerHub APIs and provides a UI interface to filter those tags. It features a user-friendly terminal interface built with Charmbracelet's Bubble Tea framework and the Bubbles List component for easy interaction.

dkrTag.mp4

Installation

  1. Download the dkrTag binary from the releases page.

  2. Install via Go:

    go install github.com/rajhawaldar/dkrTag@latest

Usage

Check input required by the tool.

$ dkrTag --help
Usage of dkrTag:
  -namespace string
        your docker namespace (default "library")
  -repository string
        docker repository name, example: nginx, bash, ubuntu

Syntax for using the tool:

dkrTag --repository <repository-name> [--namespace <namespace-name>]

Example:

dkrTag --repository nginx 

Tip

If you're logged into Docker CLI using the docker login command, you can fetch tags from private repositories as well.

Example:

dkrTag --repository webapp --namespace rajhawaldar

About

The command line tool to search docker image tags.

Resources

License

Stars

Watchers

Forks

Languages