Skip to content

Commit

Permalink
Update base docker tag to maven:3.9.8-amazoncorretto-11-al2023
Browse files Browse the repository at this point in the history
Signed-off-by: Zara Kay <[email protected]>
  • Loading branch information
zarakay committed Jul 12, 2024
1 parent 0cb8ad4 commit ab2d6a5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions for-ci-build-image/build-container.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variable "dockerhub_user" {

source "docker" "image" {
commit = "true"
image = "maven:3.6.3-amazoncorretto-11"
image = "maven:3.9.8-amazoncorretto-11-al2023"
}

build {
Expand Down Expand Up @@ -60,11 +60,11 @@ build {
repository = "zepben/pipeline-java"
tags = ["latest"]
}
post-processor "docker-push" {
name = "docker.push"
login = true
login_password = "${var.dockerhub_pw}"
login_username = "${var.dockerhub_user}"
}
# post-processor "docker-push" {
# name = "docker.push"
# login = true
# login_password = "${var.dockerhub_pw}"
# login_username = "${var.dockerhub_user}"
# }
}
}

0 comments on commit ab2d6a5

Please sign in to comment.