xoxefdp / alpine-bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpine with bash images generator

What is this?

A script and base Dockerfile to generate alpine image with bash shell

How to use it?

The script contain a --help option that can describe how to use each of them.

./generate.sh --registry-user DOCKER_USER --image-name DOCKER_IMAGE_NAME --bash-version BASH_VERSION --alpine-version ALPINE_VERSION
./generate.sh --help
[*] USAGE
[*]  	 Generates alpine with bash images
[*] OPTIONS
[*]  	 --registry-user [string]    Set the registry user mandatory
[*]  	 --image-name [string]       Set the image name mandatory
[*]  	 --bash-version [string]     Set the bash version optional
[*]  	 --alpine-version [string]   Set the alpine version optional
[*]  	 --image-version [string]    Set the image version optional
[*]  	 --help                      Shows this help message
[*] EXAMPLES
[*]  	 Generate image for alpine with bash in specified version for bash and alpine
[*]  		 $ ./generate.sh --registry-user USER --image-name IMAGE --bash-version BASH_VERSION --alpine-version ALPINE_VERSION
[*]  	 Generate image for alpine with bash in specified image version
[*]  		 $ ./generate.sh --registry-user USER --image-name IMAGE --image-version VERSION
[*]  	 Generate image for alpine with bash in latest version
[*]  		 $ ./generate.sh --registry-user USER --image-name IMAGE

Powered by xiscodev

About


Languages

Language:Shell 95.5%Language:Dockerfile 4.5%