Skip to content

Instantly share code, notes, and snippets.

@bitnik
bitnik / apt.txt
Created June 29, 2020 12:13 — forked from ELC/apt.txt
Circular TimesTable
ffmpeg
@bitnik
bitnik / delete-dockerhub-images.sh
Last active October 5, 2018 14:05 — forked from jriguera/delete-dockerhub-images.sh
Delete Docker images on DockerHub
#!/bin/bash
# Based on kizbitz/dockerhub-v2-api-organization.sh at https://gist.github.com/kizbitz/175be06d0fbbb39bc9bfa6c0cb0d4721
# Was also useful: https://success.docker.com/article/how-do-i-authenticate-with-the-v2-api
# 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="gesisnotebooks"