Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .tekton/rhceph-container-9-0-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ spec:
"path": ".",
"options": {
"dnf": {
"rhceph-9-tools-for-rhel-10-x86_64-rpms": {
"rhceph-9-tools-for-rhel-9-x86_64-rpms": {
"gpgcheck": "0"
},
"rhceph-9-tools-for-rhel-10-x86_64-source-rpms": {
"rhceph-9-tools-for-rhel-9-x86_64-source-rpms": {
"gpgcheck": "0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CEPH DAEMON BASE IMAGE

FROM registry.redhat.io/ubi10/ubi-minimal:latest
FROM registry.redhat.io/ubi9/ubi-minimal:latest

ENV I_AM_IN_A_CONTAINER 1
ENV DOWNSTREAM_VERSION="9.0.0"
Expand Down
18 changes: 9 additions & 9 deletions compose.repo
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[rhceph-9-tools-for-rhel-10-$basearch-rpms]
name=rhceph-9-tools-for-rhel-10-rpms
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4492692/compose/Temporary/$basearch/os
[rhceph-9-tools-for-rhel-9-$basearch-rpms]
name=rhceph-9-tools-for-rhel-9-rpms
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4492961/compose/Temporary/$basearch/os
type=rpm-md
skip_if_unavailable=False
gpgcheck=0
repo_gpgcheck=0
enabled=1
enabled_metadata=1

[rhceph-9-tools-for-rhel-10-$basearch-debug-rpms]
name=rhceph-9-tools-for-rhel-10-debug-rpms
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4492692/compose/Temporary/$basearch/debug/tree
[rhceph-9-tools-for-rhel-9-$basearch-debug-rpms]
name=rhceph-9-tools-for-rhel-9-debug-rpms
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4492961/compose/Temporary/$basearch/debug/tree
type=rpm-md
skip_if_unavailable=False
gpgcheck=0
repo_gpgcheck=0
enabled=0
enabled_metadata=1

[rhceph-9-tools-for-rhel-10-$basearch-source-rpms]
name=rhceph-9-tools-for-rhel-10-srpms
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4492692/compose/Temporary/source/tree
[rhceph-9-tools-for-rhel-9-$basearch-source-rpms]
name=rhceph-9-tools-for-rhel-9-srpms
baseurl=http://download-01.beak-001.prod.iad2.dc.redhat.com/odcs/prod/odcs-4492961/compose/Temporary/source/tree
type=rpm-md
skip_if_unavailable=False
gpgcheck=0
Expand Down
2 changes: 1 addition & 1 deletion packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ sg3_utils
smartmontools
sssd-client
systemd-udev
tar
tar
Loading