2022-02-23 16:11:34 -08:00
2019-05-30 20:41:55 +01:00
2021-10-10 12:32:09 -05:00

Alpiner

This is an internal only tool to LSIO used for branching alpine images to a new alpine release.

Usage:

./alpiner.sh \
-ALPINE_VERSION=X.X \
-BUILD_ONLY=(true|false)

Flagging a BUILD_ONLY as true will not push your branches to github, only build them locally and give you the logs to review. It is highly reccomended to run this first before running false as you can review and deal with any basic failures before pushing them to github.

Before the branch is pushed a local smoke test will run and build the x86 variant.

All docker output can be found in the dockerout directory.

Success and fail logs will be written to the logs directory for review when the run is completed.

Repos.config should be kept up to date with Alpine repos we manage and their maintained branches.

Description
No description provided
Readme GPL-3.0 55 KiB
Languages
Shell 100%