File tree Expand file tree Collapse file tree 6 files changed +23
-25
lines changed
openshift/osd-container-image Expand file tree Collapse file tree 6 files changed +23
-25
lines changed Original file line number Diff line number Diff line change 1
1
build_root_image :
2
2
name : boilerplate
3
3
namespace : openshift
4
- tag : image-v7.0 .0
4
+ tag : image-v7.3 .0
Original file line number Diff line number Diff line change @@ -28,13 +28,15 @@ aliases:
28
28
- chamalabey
29
29
srep-functional-team-orange:
30
30
- bergmannf
31
- - bng0y
32
- - typeid
33
31
- Makdaam
34
- - mrWinston
35
32
- Nikokolas3270
36
- - ninabauer
37
33
- RaphaelBut
34
+ - MateSaary
35
+ - rolandmkunkel
36
+ - petrkotas
37
+ - zmird-r
38
+ - evlin-rh
39
+ - hectorakemp
38
40
srep-functional-team-rocket:
39
41
- aliceh
40
42
- anispate
@@ -54,12 +56,12 @@ aliases:
54
56
srep-functional-team-thor:
55
57
- bmeng
56
58
- MitaliBhalla
57
- - hectorakemp
58
59
- feichashao
59
60
- samanthajayasinghe
60
61
- xiaoyu74
61
62
- Dee-6777
62
63
- Tessg22
64
+ - smarthall
63
65
srep-infra-cicd:
64
66
- mmazur
65
67
- mrsantamaria
@@ -71,7 +73,7 @@ aliases:
71
73
- clcollins
72
74
- Nikokolas3270
73
75
- theautoroboto
74
- - bmeng
76
+ - smarthall
75
77
- sam-nguyen7
76
78
- ravitri
77
79
srep-team-leads:
@@ -82,11 +84,12 @@ aliases:
82
84
- dustman9000
83
85
- wanghaoran1988
84
86
- bng0y
87
+ - bmeng
88
+ - typeid
85
89
sre-group-leads:
86
90
- apahim
87
91
- maorfr
88
92
- rogbas
89
93
srep-architects:
90
- - jewzaam
91
94
- jharrington22
92
95
- cblecker
Original file line number Diff line number Diff line change 1
- image-v7.0 .0
1
+ image-v7.3 .0
Original file line number Diff line number Diff line change 1
- 8eb2484eb85908aa8a6036e2474a2815780114b4
1
+ 933276b05c4d7c6a049aad2a1b291de3281b1a7b
Original file line number Diff line number Diff line change @@ -28,13 +28,15 @@ aliases:
28
28
- chamalabey
29
29
srep-functional-team-orange:
30
30
- bergmannf
31
- - bng0y
32
- - typeid
33
31
- Makdaam
34
- - mrWinston
35
32
- Nikokolas3270
36
- - ninabauer
37
33
- RaphaelBut
34
+ - MateSaary
35
+ - rolandmkunkel
36
+ - petrkotas
37
+ - zmird-r
38
+ - evlin-rh
39
+ - hectorakemp
38
40
srep-functional-team-rocket:
39
41
- aliceh
40
42
- anispate
@@ -54,12 +56,12 @@ aliases:
54
56
srep-functional-team-thor:
55
57
- bmeng
56
58
- MitaliBhalla
57
- - hectorakemp
58
59
- feichashao
59
60
- samanthajayasinghe
60
61
- xiaoyu74
61
62
- Dee-6777
62
63
- Tessg22
64
+ - smarthall
63
65
srep-infra-cicd:
64
66
- mmazur
65
67
- mrsantamaria
@@ -71,7 +73,7 @@ aliases:
71
73
- clcollins
72
74
- Nikokolas3270
73
75
- theautoroboto
74
- - bmeng
76
+ - smarthall
75
77
- sam-nguyen7
76
78
- ravitri
77
79
srep-team-leads:
@@ -82,11 +84,12 @@ aliases:
82
84
- dustman9000
83
85
- wanghaoran1988
84
86
- bng0y
87
+ - bmeng
88
+ - typeid
85
89
sre-group-leads:
86
90
- apahim
87
91
- maorfr
88
92
- rogbas
89
93
srep-architects:
90
- - jewzaam
91
94
- jharrington22
92
95
- cblecker
Original file line number Diff line number Diff line change @@ -11,14 +11,6 @@ ifndef IMAGE_NAME
11
11
$(error IMAGE_NAME is not set)
12
12
endif
13
13
14
- # In openshift ci (Prow), we need to set $HOME to a writable directory else tests will fail
15
- # because they don't have permissions to create /.local or /.cache directories
16
- # as $HOME is set to "/" by default.
17
- ifeq ($(HOME ) ,/)
18
- export HOME =/tmp/home
19
- endif
20
- PWD =$(shell pwd)
21
-
22
14
# ## Accommodate docker or podman
23
15
#
24
16
# The docker/podman creds cache needs to be in a location unique to this
You can’t perform that action at this time.
0 commit comments