Skip to content

Commit

Permalink
Bring back curl in jenkins agent image.
Browse files Browse the repository at this point in the history
gitops-build-lib relies on curl binary in PATH.
  • Loading branch information
schnatterer committed Sep 5, 2022
1 parent 9c9187f commit ca4efb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ persistence:
path: /tmp

agent:
# We need JDK11 and curl (removed in 4.10.x!) for our PetClinic example
tag: "4.9-1-jdk11"
# In our local playground infrastructure builds are run in agent containers (pods). During the builds, more
# containers are started via the Jenkins Docker Plugin (on the same docker host).
# This leads to a scenario where the agent container tries to mount its filesystem into another container.
Expand Down

0 comments on commit ca4efb4

Please sign in to comment.