Removed unsupported version 9.4

This commit is contained in:
Pau Rodriguez-Estivill
2020-08-20 21:10:36 +02:00
parent fbcabb4aac
commit 06231d5519
2 changed files with 2 additions and 14 deletions
+1 -13
View File
@@ -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
View File
@@ -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"}