mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-05-31 08:37:58 +00:00
Removed unsupported version 9.4
This commit is contained in:
+1
-13
@@ -1,5 +1,5 @@
|
||||
group "default" {
|
||||
targets = ["debian-latest", "alpine-latest", "debian-11", "debian-10", "debian-9.6", "debian-9.5", "debian-9.4", "alpine-11", "alpine-10", "alpine-9.6", "alpine-9.5", "alpine-9.4"]
|
||||
targets = ["debian-latest", "alpine-latest", "debian-11", "debian-10", "debian-9.6", "debian-9.5", "alpine-11", "alpine-10", "alpine-9.6", "alpine-9.5"]
|
||||
}
|
||||
|
||||
target "common" {
|
||||
@@ -76,15 +76,3 @@ target "alpine-9.5" {
|
||||
args = {"BASETAG" = "9.5-alpine"}
|
||||
tags = ["prodrigestivill/postgres-backup-local:9.5-alpine"]
|
||||
}
|
||||
|
||||
target "debian-9.4" {
|
||||
inherits = ["debian"]
|
||||
args = {"BASETAG" = "9.4"}
|
||||
tags = ["prodrigestivill/postgres-backup-local:9.4"]
|
||||
}
|
||||
|
||||
target "alpine-9.4" {
|
||||
inherits = ["alpine"]
|
||||
args = {"BASETAG" = "9.4-alpine"}
|
||||
tags = ["prodrigestivill/postgres-backup-local:9.4-alpine"]
|
||||
}
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
DOCKER_BAKE_FILE=${1:-"docker-bake.hcl"}
|
||||
TAGS=${TAGS:-"12 11 10 9.6 9.5 9.4"}
|
||||
TAGS=${TAGS:-"12 11 10 9.6 9.5"}
|
||||
GOCRONVER=${GOCRONVER:-"v0.0.9"}
|
||||
PLATFORMS=${PLATFORMS:-"linux/amd64 linux/arm64 linux/arm/v7"}
|
||||
IMAGE_NAME=${IMAGE_NAME:-"prodrigestivill/postgres-backup-local"}
|
||||
|
||||
Reference in New Issue
Block a user