Below you will find pages that utilize the taxonomy term “Schubydoo”
August 27, 2026
Scratchsmith
Version updated for https://github.com/schubydoo/scratchsmith to version v0.2.2.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Scratchsmith is a daemonless packager that converts dynamically linked glibc ELF binaries into minimal, reproducible FROM scratch OCI images. It resolves binary dependencies and stages the necessary glibc components, ensuring non-root execution and SBOM generation with optional vulnerability scanning and image size optimization. Useful for building secure, lightweight container images for applications reliant on dynamic libraries and network services.
August 26, 2026
Scratchsmith
Version updated for https://github.com/schubydoo/scratchsmith to version v0.2.1.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Scratchsmith automates the creation of minimal, non-root OCI images from dynamically linked glibc ELF binaries. It resolves dependencies using ld.so, stages necessary glibc components like NSS modules and a working nsswitch.conf, and assembles an image that can be executed without Docker. The action supports features like SBOM generation, ELF hardening linting, and detection of gaps in dynamic linking behavior through dlopen. It provides a daemonless workflow for packaging binaries into OCI images, making it suitable for use cases where static linking is not possible or when quick, reproducible builds are needed without Docker.
August 25, 2026
Scratchsmith
Version updated for https://github.com/schubydoo/scratchsmith to version v0.2.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
August 25, 2026
Scratchsmith
Version updated for https://github.com/schubydoo/scratchsmith to version v0.1.3.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The action is designed to package dynamically linked glibc ELF binaries into minimal FROM scratch OCI images. It resolves shared libraries using ld.so, stages necessary glibc components, and assembles a non-root image with reproducible layers. The primary purpose of Scratchsmith is to handle binaries that require glibc functionality but cannot be statically linked, providing an alternative packer for such cases.