Skip to content

Commit c4f42fa

Browse files
mamccormimjasonh
andauthored
Re-name Jenkins package to match version stream (#37195)
Jenkins is referred to as 'jenkins-2' in version stream data. Re-naming the package to that affect, and adding a 'provides', to maintain backwards compatibility. This aligns the package with others that have different version streams, in terms of the naming in wolfi. Signed-off-by: Mark McCormick <[email protected]> Co-authored-by: Jason Hall <[email protected]>
1 parent 721cf7f commit c4f42fa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

jenkins.yaml renamed to jenkins-2.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
package:
2-
name: jenkins
2+
name: jenkins-2
33
version: "2.488"
4-
epoch: 1
4+
epoch: 2
55
description: Open-source CI/CD application.
66
copyright:
77
- license: MIT
88
dependencies:
9+
provides:
10+
- jenkins=${{package.full-version}}
911
runtime:
1012
# Jenkins requires both bash and busybox.
1113
- bash
@@ -14,6 +16,8 @@ package:
1416
- glibc-locale-en
1517
# The entrypoint script is pulled from a separate repo, which we'e packaged.
1618
- jenkins-entrypoint
19+
- openjdk-17
20+
- openjdk-17-default-jvm
1721
- ttf-dejavu
1822
- tzdata
1923

File renamed without changes.

0 commit comments

Comments
 (0)