Skip to content

Commit

Permalink
Update sources.pkr.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Sep 16, 2022
1 parent 96f9e9f commit 6e91a7d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions sources.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,4 @@ source "azure-arm" "base" {
source "docker" "base" {
# Persist image on local docker engine
commit = true

# To improve audit and garbage collecting, we provide "labels" to the image
changes = [
"LABEL timestamp = ${local.now_unix_timestamp}",
"LABEL version = ${var.image_version}",
"LABEL scm_ref = ${var.scm_ref}",
"LABEL build_type = ${var.build_type}",
"ENV LANG=en_US.UTF-8",
"ENV LANGUAGE=en_US:en",
"ENV LC_ALL=en_US.UTF-8",
"ENV AGENT_WORKDIR=/home/jenkins/agent",
"WORKDIR /home/jenkins",
"ENTRYPOINT [\"/usr/local/bin/jenkins-agent\"]",
"USER jenkins",
]
}

0 comments on commit 6e91a7d

Please sign in to comment.