Docker image for age — a simple, modern and secure file encryption tool.
This image packages the official prebuilt binaries from age releases into a minimal (scratch) Docker image, designed for use as a COPY --from source in multi-stage builds.
linux/amd64linux/arm64linux/arm/v7
Use in your Dockerfile to copy the age binary without needing a package manager:
COPY --from=ghcr.io/zachcheung/age /age /usr/local/bin/ageTo also copy age-keygen:
COPY --from=ghcr.io/zachcheung/age /age-keygen /usr/local/bin/age-keygenPin to a specific version:
COPY --from=ghcr.io/zachcheung/age:1.3.1 /age /usr/local/bin/age