File tree 3 files changed +12
-8
lines changed 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 33
33
buildType : Release
34
34
# - buildTarget: ubuntu22.04
35
35
# buildType: Debug
36
- # - buildTarget: ubi8
37
- # buildType: Release
38
- # - buildTarget: ubi8
36
+ - buildTarget : ubi9
37
+ buildType : Release
38
+ # - buildTarget: ubi9
39
39
# buildType: Debug
40
40
runs-on : ubuntu-latest
41
41
env :
Original file line number Diff line number Diff line change 3
3
# SPDX-License-Identifier: Apache-2.0
4
4
#
5
5
6
- FROM registry.access.redhat.com/ubi8 /ubi
6
+ FROM registry.access.redhat.com/ubi9 /ubi
7
7
8
8
RUN yum install -y \
9
9
git unzip \
10
10
clang wget \
11
11
gcc-toolset-12-gcc gcc-toolset-12-gcc-c++ gcc-toolset-12-runtime \
12
- curl libcurl-devel \
12
+ libcurl-devel \
13
13
openssl-devel \
14
+ zlib-devel \
14
15
python3.11 python3.11-devel \
15
16
java-11-openjdk java-11-openjdk-devel
16
17
Original file line number Diff line number Diff line change 4
4
#
5
5
6
6
ARG GIT_REVISION
7
- FROM geds-build/ubi8 :${GIT_REVISION} as builder
7
+ FROM geds-build/ubi9 :${GIT_REVISION} as builder
8
8
9
- FROM registry.access.redhat.com/ubi8 /ubi
9
+ FROM registry.access.redhat.com/ubi9 /ubi
10
10
11
11
RUN yum install -y \
12
12
curl \
13
- gcc-toolset-12-runtime \
13
+ gcc-toolset-12-gcc gcc-toolset-12-gcc-c++ gcc-toolset-12- runtime \
14
14
openssl-devel \
15
15
python3.11 \
16
16
java-11-openjdk java-11-openjdk-devel
@@ -21,6 +21,9 @@ ENV PATH=/opt/rh/gcc-toolset-12/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbi
21
21
LD_LIBRARY_PATH=/opt/rh/gcc-toolset-12/root/usr/lib64:/opt/rh/gcc-toolset-12/root/usr/lib \
22
22
PKG_CONFIG_PATH=/opt/rh/gcc-toolset-12/root/usr/lib64/pkgconfig
23
23
24
+ ENV CC=/opt/rh/gcc-toolset-12/root/usr/bin/gcc \
25
+ CXX=/opt/rh/gcc-toolset-12/root/usr/bin/g++
26
+
24
27
EXPOSE 4380
25
28
EXPOSE 4381
26
29
EXPOSE 4382
You can’t perform that action at this time.
0 commit comments