stackage/automated/dockerfiles
2022-03-18 21:17:59 +08:00
..
lts-9.0
lts-9.20
lts-9.21
lts-10.0
lts-10.1
lts-10.5
lts-11.0
lts-11.6 Migrate dockerfiles from stack 2020-02-14 11:29:11 +08:00
lts-11.22
lts-12.0 Migrate dockerfiles from stack 2020-02-14 11:29:11 +08:00
lts-12.13
lts-12.15
lts-12.21
lts-12.26 Migrate dockerfiles from stack 2020-02-14 11:29:11 +08:00
lts-13.0
lts-13.3
lts-13.12 Migrate dockerfiles from stack 2020-02-14 11:29:11 +08:00
lts-13.20 Migrate dockerfiles from stack 2020-02-14 11:29:11 +08:00
lts-13.25
lts-13.27
lts-14.0
lts-15.0
lts-15.5
lts-15.10
lts-16.0 Dockerfile for fpco/stack-build:lts-16.x 2020-06-18 19:05:16 -07:00
lts-16.8
lts-16.12
lts-17.0
lts-17.3
lts-17.10 Add automated/dockerfiles/lts-17.10/Dockerfile 2021-05-07 14:37:06 -07:00
lts-18.0
lts-18.7 Fix Dockerfile minor version 2021-08-20 09:46:16 +00:00
lts-18.9
lts-18.27
lts-19.0
build.sh
README.md Modify docker build script 2020-02-14 12:04:53 +08:00

dockerfiles/stack-build

Build fpco/stack-build Docker images. This script and its Dockerfiles are used for building images for LTS >= 8.0.

Usage

./build.sh [--push] [--dry-run] [--small] lts-X.Y"

Options

--help: show this help

--push: push the image after building/tagging it

--dry-run: print the important commands that will be run, but don't actually run them

--small: build the small variant of the image

Argument

The image for the selected LTS version will be built.

This searches for a Dockerfile for the selected snapshot in lts-X.Y/Dockerfile, and if one isn't found reuses the same image as built the most recent lts-X.Y/Dockerfile found for earlier minor versions of the same major version.