stackage/automated/dockerfiles
2024-12-15 08:09:54 +01:00
..
lts-9.0
lts-9.20
lts-9.21
lts-10.0 Migrate dockerfiles from stack 2020-02-14 11:29:11 +08:00
lts-10.1
lts-10.5
lts-11.0 Migrate dockerfiles from stack 2020-02-14 11:29:11 +08:00
lts-11.6
lts-11.22
lts-12.0
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
lts-13.20
lts-13.25
lts-13.27
lts-14.0
lts-15.0
lts-15.5 Install jq 2020-05-03 07:36:57 +03:00
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
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
lts-20.0
lts-21.0
lts-21.6 add dockerfiles/lts-21.7 2023-08-19 20:02:10 +08:00
lts-21.7 add dockerfiles/lts-21.7 2023-08-19 20:02:10 +08:00
lts-21.12 add dockerfiles/lts-21.12 for 9.4.7 2023-09-14 10:48:47 +08:00
lts-21.22
lts-22.0 Prepare Dockerfile 2023-12-15 21:51:57 -08:00
lts-22.7
lts-22.21
lts-22.28
lts-22.29
lts-23.0 Revert to previous used pid1. 2024-12-15 08:09:54 +01:00
build.sh Dockerfile for fpco/stack-build:lts-16.x 2020-06-18 19:05:16 -07:00
README.md

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.