Skip to content

Commit

Permalink
Remove pg 10 for EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Mar 7, 2023
1 parent 237c819 commit aa62bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
22 changes: 1 addition & 21 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group "default" {
targets = ["debian-latest", "alpine-latest", "debian-14", "debian-13", "debian-12", "debian-11", "debian-10", "alpine-14", "alpine-13", "alpine-12", "alpine-11", "alpine-10"]
targets = ["debian-latest", "alpine-latest", "debian-14", "debian-13", "debian-12", "debian-11", "alpine-14", "alpine-13", "alpine-12", "alpine-11"]
}

variable "REGISTRY_PREFIX" {
Expand Down Expand Up @@ -125,23 +125,3 @@ target "alpine-11" {
notequal("", BUILD_REVISION) ? "${REGISTRY_PREFIX}${IMAGE_NAME}:11-alpine-${BUILD_REVISION}" : ""
]
}

target "debian-10" {
inherits = ["debian"]
platforms = ["linux/amd64", "linux/arm64", "linux/arm/v7"]
args = {"BASETAG" = "10"}
tags = [
"${REGISTRY_PREFIX}${IMAGE_NAME}:10",
notequal("", BUILD_REVISION) ? "${REGISTRY_PREFIX}${IMAGE_NAME}:10-debian-${BUILD_REVISION}" : ""
]
}

target "alpine-10" {
inherits = ["alpine"]
platforms = ["linux/amd64", "linux/arm64", "linux/arm/v7", "linux/s390x", "linux/ppc64le"]
args = {"BASETAG" = "10-alpine"}
tags = [
"${REGISTRY_PREFIX}${IMAGE_NAME}:10-alpine",
notequal("", BUILD_REVISION) ? "${REGISTRY_PREFIX}${IMAGE_NAME}:10-alpine-${BUILD_REVISION}" : ""
]
}
2 changes: 1 addition & 1 deletion generate-docker-bake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GOCRONVER="v0.0.10"
MAIN_TAG="15"
TAGS_EXTRA="14 13 12"
PLATFORMS="linux/amd64 linux/arm64 linux/arm/v7 linux/s390x linux/ppc64le"
TAGS_EXTRA_2="11 10"
TAGS_EXTRA_2="11"
PLATFORMS_DEBIAN_2="linux/amd64 linux/arm64 linux/arm/v7"
DOCKER_BAKE_FILE="${1:-docker-bake.hcl}"

Expand Down

0 comments on commit aa62bcc

Please sign in to comment.