There was an error while loading. Please reload this page.
1 parent af5a756 commit fdadfdbCopy full SHA for fdadfdb
3 files changed
Dockerfile
@@ -6,7 +6,7 @@ RUN make -f Makefile build
6
7
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
8
9
-RUN microdnf update && \
+RUN microdnf update -y && \
10
microdnf clean all
11
12
ENV OPERATOR=/usr/local/bin/cluster-permission \
Dockerfile.rhtap
@@ -8,7 +8,7 @@ RUN rm -fr vendor && \
13
14
OWNERS
@@ -1,8 +1,9 @@
1
approvers:
2
+- elgnay
3
+
4
+emeritus_approvers:
5
+- lennysgarage
- fxiang1
- mikeshng
- philipwu08
- xiangjingli
-
-emeritus_approvers:
-- lennysgarage
0 commit comments