Skip to content

Commit

Permalink
bumped jenkins agents base for dependants (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Jul 10, 2024
1 parent 5a25389 commit 37d5326
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-conftest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -L "https://github.com/open-policy-agent/conftest/releases/download/${C
conftest --version

# Runnable
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent-python:v4.14
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent-python:v4.16

LABEL name="redhat-cop/jenkins-agent-conftest" \
io.k8s.display-name="Jenkins Agent Conftest" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-conftest/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"v4.14.20"}
{"version":"v4.16.0"}
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-graalvm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN curl -L "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" -o /tm
helm version

# Runnable
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent-mvn:v4.14
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent-mvn:v4.16

LABEL name="redhat-cop/jenkins-agent-graalvm" \
io.k8s.display-name="Jenkins Agent graalvm" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-graalvm/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"v4.14.20"}
{"version":"v4.16.0"}
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-helm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN curl -L "https://github.com/helm/chart-testing/releases/download/${CT_VERSIO
ct version

# Runnable
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent-python:v4.14
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent-python:v4.16

LABEL name="redhat-cop/jenkins-agent-helm" \
io.k8s.display-name="Jenkins Agent helm" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-helm/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"v4.14.20"}
{"version":"v4.16.0"}

0 comments on commit 37d5326

Please sign in to comment.