We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207cde9 commit 3de611cCopy full SHA for 3de611c
olm/jenkins/ci/Jenkinsfile
@@ -1,4 +1,5 @@
1
-@Library('olcne-pipeline') _
+@Library('feature/mgianata-add-slimming-rules')
2
+@Library('feature/mgianata-add-slimming-rules') _
3
import com.oracle.olcne.pipeline.BranchPattern
4
5
String version = '4.2.1'
@@ -9,5 +10,6 @@ olcnePipeline(
9
10
containers: [('container-registry.oracle.com/olcne/fluent-bit-base:' + imgTag): 'olcne/fluent-bit-base:' + imgTag],
11
architectures: ['x86_64', 'aarch64'],
12
platforms: ['ol8'],
13
+ noSlim: [],
14
yumOL8Repos: ['ol8_codeready_builder']
15
)
0 commit comments