Skip to content

Instantly share code, notes, and snippets.

@anderson-pids
anderson-pids / dockerhub-v2-api-organization.sh
Created March 4, 2022 15:11 — forked from kizbitz/dockerhub-v2-api-organization.sh
Get the list of images and tags for a Docker Hub organization account
#!/bin/bash
# Example for the Docker Hub V2 API
# Returns all images and tags associated with a Docker Hub organization account.
# Requires 'jq': https://stedolan.github.io/jq/
# set username, password, and organization
UNAME=""
UPASS=""
ORG=""