File tree Expand file tree Collapse file tree 4 files changed +38
-4
lines changed Expand file tree Collapse file tree 4 files changed +38
-4
lines changed Original file line number Diff line number Diff line change 1
1
package :
2
2
name : kafka-4.0
3
3
version : " 4.0.0"
4
- epoch : 0
4
+ epoch : 40
5
5
description : Apache Kafka is a distributed event streaming platform
6
6
copyright :
7
7
- license : Apache-2.0
@@ -10,7 +10,9 @@ package:
10
10
- kafka=${{package.full-version}}
11
11
runtime :
12
12
- bash # some helper scripts use bash
13
+ - merged-usrsbin
13
14
- openjdk-17-default-jvm
15
+ - wolfi-baselayout
14
16
15
17
var-transforms :
16
18
- from : ${{package.version}}
@@ -62,7 +64,9 @@ subpackages:
62
64
provides :
63
65
- kafka-bitnami-compat=${{package.full-version}}
64
66
runtime :
67
+ - merged-usrsbin
65
68
- wait-for-port
69
+ - wolfi-baselayout
66
70
pipeline :
67
71
- uses : bitnami/compat
68
72
with :
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : keycloak-config-cli
3
3
version : 6.4.0
4
- epoch : 3
4
+ epoch : 40
5
5
description : Import YAML/JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak.
6
6
copyright :
7
7
- license : Apache-2.0
8
8
dependencies :
9
9
runtime :
10
+ - merged-usrsbin
10
11
- openjdk-21-jre
12
+ - wolfi-baselayout
11
13
12
14
# Create a new major-version variable that contains only the major version
13
15
# to use in the bitnami/compat pipeline to find out the correct folder for the image.
@@ -73,6 +75,10 @@ subpackages:
73
75
test :
74
76
pipeline :
75
77
- runs : stat /app/${{package.name}}.jar | grep "/usr/share/java/${{package.name}}/${{package.name}}.jar"
78
+ dependencies :
79
+ runtime :
80
+ - merged-usrsbin
81
+ - wolfi-baselayout
76
82
77
83
- name : ${{package.name}}-bitnami-compat
78
84
description : Compat package with bitnami/keycloak-config-cli image
@@ -161,6 +167,10 @@ subpackages:
161
167
--keycloak.user=${KC_BOOTSTRAP_ADMIN_USERNAME} \
162
168
--keycloak.password=${KC_BOOTSTRAP_ADMIN_PASSWORD} \
163
169
--import.files.locations=/home/build/moped.json
170
+ dependencies :
171
+ runtime :
172
+ - merged-usrsbin
173
+ - wolfi-baselayout
164
174
165
175
test :
166
176
environment :
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : memcached-exporter
3
3
version : " 0.15.2"
4
- epoch : 0
4
+ epoch : 40
5
5
description : Exports metrics from memcached servers for consumption by Prometheus.
6
6
copyright :
7
7
- license : Apache-2.0
8
+ dependencies :
9
+ runtime :
10
+ - merged-usrsbin
11
+ - wolfi-baselayout
8
12
9
13
environment :
10
14
contents :
@@ -43,6 +47,10 @@ subpackages:
43
47
- runs : |
44
48
run-script --version
45
49
run-script --help
50
+ dependencies :
51
+ runtime :
52
+ - merged-usrsbin
53
+ - wolfi-baselayout
46
54
47
55
update :
48
56
enabled : true
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : memcached
3
3
version : " 1.6.38"
4
- epoch : 1
4
+ epoch : 40
5
5
description : " Distributed memory object caching system"
6
6
copyright :
7
7
- license : BSD-3-Clause
8
+ dependencies :
9
+ runtime :
10
+ - merged-usrsbin
11
+ - wolfi-baselayout
8
12
9
13
environment :
10
14
contents :
@@ -52,6 +56,8 @@ subpackages:
52
56
dependencies :
53
57
runtime :
54
58
- memcached
59
+ - merged-usrsbin
60
+ - wolfi-baselayout
55
61
56
62
- name : " memcached-doc"
57
63
description : " memcached manpages"
@@ -60,12 +66,18 @@ subpackages:
60
66
test :
61
67
pipeline :
62
68
- uses : test/docs
69
+ dependencies :
70
+ runtime :
71
+ - merged-usrsbin
72
+ - wolfi-baselayout
63
73
64
74
- name : memcached-bitnami-compat
65
75
description : " compat package with bitnami/memcached image"
66
76
dependencies :
67
77
runtime :
68
78
- bash
79
+ - merged-usrsbin
80
+ - wolfi-baselayout
69
81
pipeline :
70
82
- uses : bitnami/compat
71
83
with :
You can’t perform that action at this time.
0 commit comments