Skip to content

Commit fdadfdb

Browse files
authored
Update owners (#78)
* Update owners Signed-off-by: fxiang1 <fxiang@redhat.com> * Add -y to microdnf update Signed-off-by: fxiang1 <fxiang@redhat.com> --------- Signed-off-by: fxiang1 <fxiang@redhat.com>
1 parent af5a756 commit fdadfdb

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN make -f Makefile build
66

77
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
88

9-
RUN microdnf update && \
9+
RUN microdnf update -y && \
1010
microdnf clean all
1111

1212
ENV OPERATOR=/usr/local/bin/cluster-permission \

Dockerfile.rhtap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN rm -fr vendor && \
88

99
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
1010

11-
RUN microdnf update && \
11+
RUN microdnf update -y && \
1212
microdnf clean all
1313

1414
ENV OPERATOR=/usr/local/bin/cluster-permission \

OWNERS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
approvers:
2+
- elgnay
3+
4+
emeritus_approvers:
5+
- lennysgarage
26
- fxiang1
37
- mikeshng
48
- philipwu08
59
- xiangjingli
6-
7-
emeritus_approvers:
8-
- lennysgarage

0 commit comments

Comments
 (0)