Skip to content

Instantly share code, notes, and snippets.

View davidrfreeman's full-sized avatar

David Freeman davidrfreeman

  • Seed Innovations
  • Colorado
  • 08:56 (UTC -06:00)
View GitHub Profile
@davidrfreeman
davidrfreeman / docker-layers.sh
Created March 22, 2023 18:45
Crane and jq script to pull Docker formatted layers from multi-arch images
#!/bin/bash
# Function to display help message
function display_help {
echo "Usage: $0 [options]"
echo ""
echo "Options:"
echo "-h, --help Display this help message"
echo "-i, --image-name IMAGE_NAME Specify the image name to use"
echo "-t, --image-tag IMAGE_TAG Specify the image tag to use"
@davidrfreeman
davidrfreeman / pyproject.toml
Last active September 5, 2022 18:55
Iron Bank pyproject.toml
[tool.poetry]
name = "ibmodules"
version = "0.1.0"
description = ""
authors = ["Iron Bank Pipelines and Operations <ironbank@dsop.io>"]
packages = [
{ include = "ironbank" }
]