Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Docker

Script that builds several images, so I can have armv7l support for them

Dependencies

Usage

Run

bash build.sh
USAGE:
    ./build.sh [FLAGS] [OPTIONS]

OPTIONS:
    -t=, --tag=        Tag to add to all images.
                       Example: {username}/image_name:{tag}
    -u=, --username=   Username to add to all images
                       Example: {username}/image_name:{tag}
    -ag                Build SilverStrike image
    -dd                Build DevDocs image
    -np                Build Node.js + Python image
    -sl                Build Shlink image
    -sn                Build Shynet image

FLAGS:

    --help, -h         Show this help

NOTES:
    If no image option is provided, nothing will be built.

Example

./build.sh -t=amd64 -u=srgmc -dd -np

This will build the DevDocs and Node.js + Python images as srgmc/devdocs:amd64 and srgmc/python-nodejs:amd64 respectively.

Images