Skip to content

Instantly share code, notes, and snippets.

View cwilhit's full-sized avatar

Craig D Wilhite cwilhit

View GitHub Profile
@cwilhit
cwilhit / DockerScrape.ps1
Last active June 2, 2021 17:46
Scrapes over dockerhub, grabbing the pull counts of all images, the last time "latest" tag was updated, and gets the associated "FROM" image for each container.
#########################################################################################
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
#########################################################################################
Microsoft.PowerShell.Core\Set-StrictMode -Version Latest
#region variables