Skip to content

Commit

Permalink
MDBF-783 - Install buildbot-worker from EPEL - ubi9
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Sep 2, 2024
1 parent 701275b commit 4227fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bbw_build_container_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
tag: rhel8
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x
nogalera: false
- dockerfile: rhel.Dockerfile pip.Dockerfile
- dockerfile: rhel.Dockerfile
image: ubi9
tag: rhel9
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x
Expand Down
3 changes: 1 addition & 2 deletions ci_build_images/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ RUN --mount=type=secret,id=rhel_orgid,target=/run/secrets/rhel_orgid \
&& case $BASE_IMAGE in \
ubi9) \
v=9; \
# no buildbot-worker any more \
extra="fmt-devel python3-pip"; \
extra="fmt-devel buildbot-worker"; \
;; \
ubi8) \
v=8; \
Expand Down

0 comments on commit 4227fbc

Please sign in to comment.