stackage/automated/dockerfiles
Jens Petersen 95351a6aab add lts-23.0 output Dockerfile
[skip ci]
2024-12-09 13:31:04 +05:30
..
lts-9.0 Migrate dockerfiles from stack 2020-02-14 11:29:11 +08:00
lts-9.20
lts-9.21
lts-10.0
lts-10.1
lts-10.5
lts-11.0
lts-11.6
lts-11.22 Migrate dockerfiles from stack 2020-02-14 11:29:11 +08:00
lts-12.0 Migrate dockerfiles from stack 2020-02-14 11:29:11 +08:00
lts-12.13
lts-12.15 Migrate dockerfiles from stack 2020-02-14 11:29:11 +08:00
lts-12.21 Migrate dockerfiles from stack 2020-02-14 11:29:11 +08:00
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 Migrate dockerfiles from stack 2020-02-14 11:29:11 +08:00
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 Add automated/dockerfiles/lts-16.8/Dockerfile 2020-08-06 04:51:26 -07:00
lts-16.12
lts-17.0 Add dockerfiles for lts 17.0 and 17.3 2021-03-31 22:47:56 +03:00
lts-17.3 Add dockerfiles for lts 17.0 and 17.3 2021-03-31 22:47:56 +03:00
lts-17.10
lts-18.0 Add Dockerfiles 2021-08-19 08:37:17 +00:00
lts-18.7
lts-18.9
lts-18.27 Add lts-18.27/Dockerfile for stack-2.7.5 2022-03-06 13:39:22 -08:00
lts-19.0
lts-20.0
lts-21.0
lts-21.6
lts-21.7
lts-21.12
lts-21.22
lts-22.0
lts-22.7
lts-22.21
lts-22.28
lts-22.29 instead add dockerfiles/lts-22.29 to bump stack version in next minor 2024-07-10 18:17:23 +08:00
lts-23.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.