mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-28 06:18:04 +00:00
Remove unsupported version 9.6
This commit is contained in:
+1
-19
@@ -1,5 +1,5 @@
|
|||||||
group "default" {
|
group "default" {
|
||||||
targets = ["debian-latest", "alpine-latest", "debian-13", "debian-12", "debian-11", "debian-10", "debian-9.6", "alpine-13", "alpine-12", "alpine-11", "alpine-10", "alpine-9.6"]
|
targets = ["debian-latest", "alpine-latest", "debian-13", "debian-12", "debian-11", "debian-10", "alpine-13", "alpine-12", "alpine-11", "alpine-10"]
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "BUILDREV" {
|
variable "BUILDREV" {
|
||||||
@@ -112,21 +112,3 @@ target "alpine-10" {
|
|||||||
notequal("", BUILDREV) ? "prodrigestivill/postgres-backup-local:10-alpine-${BUILDREV}" : ""
|
notequal("", BUILDREV) ? "prodrigestivill/postgres-backup-local:10-alpine-${BUILDREV}" : ""
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "debian-9.6" {
|
|
||||||
inherits = ["debian"]
|
|
||||||
args = {"BASETAG" = "9.6"}
|
|
||||||
tags = [
|
|
||||||
"prodrigestivill/postgres-backup-local:9.6",
|
|
||||||
notequal("", BUILDREV) ? "prodrigestivill/postgres-backup-local:9.6-debian-${BUILDREV}" : ""
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
target "alpine-9.6" {
|
|
||||||
inherits = ["alpine"]
|
|
||||||
args = {"BASETAG" = "9.6-alpine"}
|
|
||||||
tags = [
|
|
||||||
"prodrigestivill/postgres-backup-local:9.6-alpine",
|
|
||||||
notequal("", BUILDREV) ? "prodrigestivill/postgres-backup-local:9.6-alpine-${BUILDREV}" : ""
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
DOCKER_BAKE_FILE=${1:-"docker-bake.hcl"}
|
DOCKER_BAKE_FILE=${1:-"docker-bake.hcl"}
|
||||||
TAGS=${TAGS:-"14 13 12 11 10 9.6"}
|
TAGS=${TAGS:-"14 13 12 11 10"}
|
||||||
GOCRONVER=${GOCRONVER:-"v0.0.10"}
|
GOCRONVER=${GOCRONVER:-"v0.0.10"}
|
||||||
PLATFORMS=${PLATFORMS:-"linux/amd64 linux/arm64 linux/arm/v7 linux/s390x linux/ppc64le"}
|
PLATFORMS=${PLATFORMS:-"linux/amd64 linux/arm64 linux/arm/v7 linux/s390x linux/ppc64le"}
|
||||||
IMAGE_NAME=${IMAGE_NAME:-"prodrigestivill/postgres-backup-local"}
|
IMAGE_NAME=${IMAGE_NAME:-"prodrigestivill/postgres-backup-local"}
|
||||||
|
|||||||
Reference in New Issue
Block a user