Skip to content

Commit

Permalink
Add opensuse-15.5 and sles-15.5
Browse files Browse the repository at this point in the history
Need to go back a python version to maintain support with 15.6.
  • Loading branch information
grooverdan committed Aug 1, 2024
1 parent 0f0e5cb commit 4b859e8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/bbw_build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ jobs:
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
# //TEMP chicken/egg problem - could add s390x
# but that would need a galera-4 build from on this image
- dockerfile: opensuse.Dockerfile pip.Dockerfile
image: opensuse/leap:15.5
tag: opensuse15.5
platforms: linux/amd64
nogalera: true
- dockerfile: opensuse.Dockerfile pip.Dockerfile
image: opensuse/leap:15.6
tag: opensuse15
Expand All @@ -113,6 +118,11 @@ jobs:
image: registry.suse.com/bci/bci-base:15.6
tag: sles15
platforms: linux/amd64, linux/s390x
- dockerfile: sles.Dockerfile pip.Dockerfile
image: registry.suse.com/bci/bci-base:15.5
tag: sles15.5
platforms: linux/amd64, linux/s390x
nogalera: true
- dockerfile: centos.Dockerfile
image: rockylinux:8
platforms: linux/amd64, linux/arm64/v8
Expand Down
4 changes: 2 additions & 2 deletions ci_build_images/opensuse.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ RUN zypper update -y \
pcre2-devel \
perl-Net-SSLeay \
policycoreutils \
python312-devel \
python312-pip \
python311-devel \
python311-pip \
rpm-build \
rpmlint \
snappy-devel \
Expand Down
4 changes: 2 additions & 2 deletions ci_build_images/sles.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ RUN zypper -n update \
pcre2-devel \
perl-Net-SSLeay \
policycoreutils \
python312-devel \
python312-pip \
python311-devel \
python311-pip \
rpm-build \
rpmlint \
snappy-devel \
Expand Down

0 comments on commit 4b859e8

Please sign in to comment.