Skip to content

Latest commit

 

History

10 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

仓库 files navigation

Miscellaneous Tool Builds

This docker image provides alpine binaries (in /bin) for various tools that are not available as alpine APKs. Its purpose is to be a source image for other alpine-based images (e.g. dirtsimple/php-server and bashup/bash-kit) to copy tools from.

Currently, the tools built include:

To use them in a docker image build, you can do something like this:

FROM ghcr.io/bashup/alpine-tools:latest as alpine-tools

FROM whatever/thing   # whatever your actual base image is
COPY --from=alpine-tools /bin/* /usr/bin/

(Or of course you can copy individual binaries rather than all of them.)

关于

Alpine binaries of miscellaneous tools (shellcheck, yaml2json, and modd) as a docker source image

Resources

Stars

1 star

关注者

1 watching

复刻s

发布

Used by

贡献者

Languages