wordpress/build/docker-bake.hcl

191 lines
4.5 KiB
HCL
Raw Normal View History

2021-09-25 03:19:05 +02:00
group "default" {
2022-05-25 19:21:09 +02:00
targets = ["5.3.0", "5.3.1", "5.3.2", "5.4.0", "5.4.1", "5.4.2", "5.5.1", "5.5.3", "5.6.0", "5.6.1", "5.6.2", "5.7.0", "5.7.1", "5.7.2", "5.8.0", "5.8.1", "5.8.2", "5.8.3", "5.9.0", "5.9.1", "5.9.2", "5.9.3"]
2021-09-25 03:19:05 +02:00
}
target "build-dockerfile" {
dockerfile = "Dockerfile"
}
target "build-platforms" {
platforms = ["linux/amd64", "linux/armhf", "linux/aarch64"]
}
target "build-common" {
pull = true
}
target "5.3.0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.3.0"]
args = {
WP_VERSION = "5.3.0"
}
}
target "5.3.1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.3.1"]
args = {
WP_VERSION = "5.3.1"
}
}
target "5.3.2" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.3.2", "docker.io/nlss/wordpress:5.3"]
2021-09-25 03:19:05 +02:00
args = {
WP_VERSION = "5.3.2"
}
}
target "5.4.0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.4.0"]
args = {
WP_VERSION = "5.4.0"
}
}
target "5.4.1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.4.1"]
args = {
WP_VERSION = "5.4.1"
}
}
target "5.4.2" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.4.2", "docker.io/nlss/wordpress:5.4"]
2021-09-25 03:19:05 +02:00
args = {
WP_VERSION = "5.4.2"
}
}
target "5.5.1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.5.1"]
args = {
WP_VERSION = "5.5.1"
}
}
target "5.5.3" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.5.3", "docker.io/nlss/wordpress:5.5"]
2021-09-25 03:19:05 +02:00
args = {
WP_VERSION = "5.5.3"
}
}
target "5.6.0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.6.0"]
args = {
WP_VERSION = "5.6.0"
}
}
target "5.6.1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.6.1"]
args = {
WP_VERSION = "5.6.1"
}
}
target "5.6.2" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.6.2", "docker.io/nlss/wordpress:5.6"]
2021-09-25 03:19:05 +02:00
args = {
WP_VERSION = "5.6.2"
}
}
target "5.7.0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.7.0"]
args = {
WP_VERSION = "5.7.0"
}
}
target "5.7.1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.7.1"]
args = {
WP_VERSION = "5.7.1"
}
}
target "5.7.2" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.7.2", "docker.io/nlss/wordpress:5.7"]
2021-09-25 03:19:05 +02:00
args = {
WP_VERSION = "5.7.2"
}
}
target "5.8.0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.8.0"]
args = {
WP_VERSION = "5.8.0"
}
}
target "5.8.1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
2021-11-19 01:06:35 +01:00
tags = ["docker.io/nlss/wordpress:5.8.1"]
2021-09-25 03:19:05 +02:00
args = {
WP_VERSION = "5.8.1"
}
}
2021-11-19 00:54:14 +01:00
target "5.8.2" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
2022-01-15 06:18:50 +01:00
tags = ["docker.io/nlss/wordpress:5.8.2"]
2021-11-19 00:54:14 +01:00
args = {
WP_VERSION = "5.8.2"
}
}
2022-01-15 06:18:50 +01:00
target "5.8.3" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
2022-02-03 19:50:56 +01:00
tags = ["docker.io/nlss/wordpress:5.8.3", "docker.io/nlss/wordpress:5.8"]
2022-01-15 06:18:50 +01:00
args = {
WP_VERSION = "5.8.3"
}
}
2022-02-03 19:50:56 +01:00
target "5.9.0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
2022-03-22 19:19:48 +01:00
tags = ["docker.io/nlss/wordpress:5.9.0"]
2022-02-03 19:50:56 +01:00
args = {
WP_VERSION = "5.9.0"
}
}
2022-03-22 19:19:48 +01:00
target "5.9.1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
2022-03-22 19:25:03 +01:00
tags = ["docker.io/nlss/wordpress:5.9.1"]
2022-03-22 19:19:48 +01:00
args = {
WP_VERSION = "5.9.1"
}
2022-03-22 19:25:03 +01:00
}
target "5.9.2" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
2022-05-25 19:21:09 +02:00
tags = ["docker.io/nlss/wordpress:5.9.2"]
2022-03-22 19:25:03 +01:00
args = {
WP_VERSION = "5.9.2"
}
2022-05-25 19:21:09 +02:00
}
target "5.9.3" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:5.9.3", "docker.io/nlss/wordpress:5.9", "docker.io/nlss/wordpress:latest"]
args = {
WP_VERSION = "5.9.3"
}
2022-03-22 19:19:48 +01:00
}