Skip to content

Instantly share code, notes, and snippets.

View s3rius's full-sized avatar
:shipit:
Making memes and production-ready systems

Pavel Kirilin s3rius

:shipit:
Making memes and production-ready systems
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=""