Skip to content

Instantly share code, notes, and snippets.

View spachecogomez's full-sized avatar

spachecogomez

  • ITvec
  • Bogotá, CO
View GitHub Profile
@kizbitz
kizbitz / dockerhub-v2-api-user.sh
Last active April 17, 2023 23:30
Get the list of images and tags for a Docker Hub user account.
#!/bin/bash
# Example for the Docker Hub V2 API
# Returns all imagas and tags associated with a Docker Hub user account.
# Requires 'jq': https://stedolan.github.io/jq/
# set username and password
UNAME=""
UPASS=""