# alpine-ext **Repository Path**: infrastlabs/alpine-ext ## Basic Information - **Project Name**: alpine-ext - **Description**: Alpine-ext an alpine extend Image for lite secure and convenience. (Size at ~30MB) - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://github.com/infrastlabs/alpine-ext - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-09-25 - **Last Updated**: 2022-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Alpine-ext **[Alpine-ext](https://hub.docker.com/r/infrastlabs/alpine-ext)** an alpine extend Image based on `alpine-3.8_glibc-2.28` from `frolvlad/alpine-glibc`. With optimization and the essential apks like `tmux` `gosu` `lrzsz` `wget` `tree` `procps` `bash` preinstalled , for **lite** **secure** and **convenience**. (Size at ~30MB) ## Directories * [binary](docs/binary.md) (`lrzsz`, `gosu`, `tmux`) * [src](docs/README.md) (detail usage of `Alpine-ext` image) * [example-gosu](docs/example-gosu.md) (sub image of `Alpine-ext`, with `grpasswd`, `gosu` usage) * [example-weak](docs/example-weak.md) (just a tag for convinience, with weak password `root:root` `entry:entry`) ## QuickStart - docker hub: `docker run -it --rm -u root infrastlabs/alpine-ext bash` - aliyun registry: `docker run -it --rm -u root registry.cn-shenzhen.aliyuncs.com/infrastlabs/alpine-ext bash` - weak for debug: `docker run -it --rm registry.cn-shenzhen.aliyuncs.com/infrastlabs/alpine-ext:weak bash` ⭐️[**Do you like Alpine-ext? Support the project with a star**](https://github.com/infrastlabs/alpine-ext)⭐️ ## Features Alpine-ext with following initial: * apk mirror aliyun/ustc (China) * TIMEZONE Asia/Shanghai (China) * apks: curl wget sed grep gawk findutils sudo tree unzip procps htop bash bash-completion vim * * binary: `tmux`, `gosu`, `lrzsz` * shell-bins: `gosuctl` `epasswd` `erpasswd` * dotfiles: .bashrc .profile .tmux.conf * init user: `root`, `entry` ![tmux-preview](docs/img-apine-ext-tmux.png) ## Contribute `Alpine-ext` is an open source project under the Apache 2.0 license, and contributions are gladly welcomed! To submit your changes please open a pull request. ## TODO - ~~$repo param for both dockerhub/aliyun~~ Done.