File tree 5 files changed +15
-27
lines changed
artifacts/opt/jboss/container/s2i/core
5 files changed +15
-27
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ execute:
26
26
27
27
modules :
28
28
install :
29
- - name : jboss.container.s2i.core.api
30
- - name : jboss.container.s2i.core.bash
29
+ - name : jboss.container.s2i.core
31
30
- name : jboss.container.maven.default
32
31
- name : jboss.container.util.logging
33
32
File renamed without changes.
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
schema_version : 1
2
- name : jboss.container.s2i.core.api
3
- version : ' 1.0'
4
- description : ^
5
- Defines environment variables and labels used by S2I. Modules implementing
6
- S2I capabilities should use these variables accordingly.
2
+ name : jboss.container.s2i.core
3
+ version : ' 9.0'
4
+ description : " Provides support for core s2i capabilities."
5
+
6
+ execute :
7
+ - script : configure.sh
8
+
9
+ packages :
10
+ install :
11
+ - findutils
12
+ - rsync
7
13
8
14
labels :
9
15
- name : " io.openshift.s2i.scripts-url"
@@ -14,6 +20,9 @@ labels:
14
20
value : " /deployments"
15
21
16
22
envs :
23
+ - name : JBOSS_CONTAINER_S2I_CORE_MODULE
24
+ value : /opt/jboss/container/s2i/core/
25
+
17
26
- name : S2I_DESTINATION_DIR
18
27
description : ^
19
28
Root directory for S2I mount, as specified by the
You can’t perform that action at this time.
0 commit comments