Skip to content

zachcheung/docker-age

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-age

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.

Supported Architectures

  • linux/amd64
  • linux/arm64
  • linux/arm/v7

Usage

Use in your Dockerfile to copy the age binary without needing a package manager:

COPY --from=ghcr.io/zachcheung/age /age /usr/local/bin/age

To also copy age-keygen:

COPY --from=ghcr.io/zachcheung/age /age-keygen /usr/local/bin/age-keygen

Pin to a specific version:

COPY --from=ghcr.io/zachcheung/age:1.3.1 /age /usr/local/bin/age

License

MIT

About

Docker image for age

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors