Skip to content

Commit

Permalink
casc: replacing maven by busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Oct 15, 2024
1 parent d7aa501 commit c300deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blueprints/02-at-scale/cbci/casc/oc/jcasc/cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jenkins:
- "99d"
command:
- "sleep"
image: "maven:3.9.6-amazoncorretto-8"
name: "maven"
image: "busybox:1.37.0-musl"
name: "busybox"
resources:
limits:
memory: "1Gi"
Expand Down

0 comments on commit c300deb

Please sign in to comment.