Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NotificationsYou must be signed in to change notification settings

bashup/alpine-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 andbashup/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-toolsFROM whatever/thing   # whatever your actual base image isCOPY --from=alpine-tools /bin/* /usr/bin/

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

[8]ページ先頭

©2009-2025 Movatter.jp