File tree Expand file tree Collapse file tree 4 files changed +51
-0
lines changed Expand file tree Collapse file tree 4 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 34
34
value : Dockerfile
35
35
- name : path-context
36
36
value : .
37
+ - name : prefetch-input
38
+ value : ' {"type": "rpm", "path": "."}'
37
39
pipelineSpec :
38
40
description : |
39
41
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
@@ -193,6 +195,8 @@ spec:
193
195
value : $(params.output-image).prefetch
194
196
- name : ociArtifactExpiresAfter
195
197
value : $(params.image-expires-after)
198
+ - name : dev-package-managers
199
+ value : " true"
196
200
runAfter :
197
201
- clone-repository
198
202
taskRef :
Original file line number Diff line number Diff line change 31
31
value : Dockerfile
32
32
- name : path-context
33
33
value : .
34
+ - name : prefetch-input
35
+ value : ' {"type": "rpm", "path": "."}'
34
36
pipelineSpec :
35
37
description : |
36
38
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
@@ -190,6 +192,8 @@ spec:
190
192
value : $(params.output-image).prefetch
191
193
- name : ociArtifactExpiresAfter
192
194
value : $(params.image-expires-after)
195
+ - name : dev-package-managers
196
+ value : " true"
193
197
runAfter :
194
198
- clone-repository
195
199
taskRef :
Original file line number Diff line number Diff line change
1
+ contentOrigin :
2
+ repofiles :
3
+ - ./rpms.repo
4
+ context :
5
+ bare : true
6
+
7
+ arches :
8
+ - x86_64
9
+ - ppc64le
10
+ - s390x
11
+
12
+ # taken from install package list in Dockerfile
13
+ packages :
14
+ - ceph-grafana-dashboards
15
+ - shadow-utils
Original file line number Diff line number Diff line change
1
+ [rhceph-5-tools-for-rhel-8-$arch-rpms]
2
+ name=rhceph-5-tools-for-rhel-8-$arch-rpms
3
+ baseurl=https://rhsm-pulp.corp.redhat.com/content/dist/layered/rhel8/$basearch/rhceph-tools/5/os
4
+ enabled=1
5
+ gpgcheck=1
6
+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
7
+
8
+ [rhel-8-for-$arch-baseos-rpms]
9
+ name=rhel-8-for-$basearch-baseos-rpms
10
+ baseurl=https://rhsm-pulp.corp.redhat.com/content/dist/rhel8/8/$basearch/baseos/os
11
+ enabled=1
12
+ gpgcheck=1
13
+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
14
+
15
+ [rhel-8-for-$arch-appstream-rpms]
16
+ name=rhel-8-for-$basearch-appstream-rpms
17
+ baseurl=https://rhsm-pulp.corp.redhat.com/content/dist/rhel8/8/$basearch/appstream/os
18
+ enabled=1
19
+ gpgcheck=1
20
+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
21
+
22
+ #[codeready-builder-for-rhel-9-$basearch-rpms]
23
+ #name=codeready-builder-for-rhel-9-$basearch-rpms
24
+ #baseurl=https://rhsm-pulp.corp.redhat.com/content/dist/rhel9/9/$basearch/codeready-builder/os
25
+ #enabled=1
26
+ #gpgcheck=1
27
+ #gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
28
+
You can’t perform that action at this time.
0 commit comments