diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 98dcab6..edbca79 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -21,7 +21,10 @@ # Yiming Bao (baoy1) # Yian Zong (YianZong) # Forrest Xia (forrestxia) +# Don Khan (donatwork) +# Harsha Yalamanchili (harshaatdell) +# AnandatDell (anandrajak1) # for all files: -* @gallacher @tdawe @alikdell @atye @hoppea2 @coulof @shaynafinocchiaro @sharmilarama @EvgenyUglov @bjiang27 @taohe1012 @P-Cao @baoy1 @YianZong @forrestxia +* @gallacher @tdawe @alikdell @atye @hoppea2 @coulof @shaynafinocchiaro @sharmilarama @EvgenyUglov @bjiang27 @taohe1012 @P-Cao @baoy1 @YianZong @forrestxia @donatwork @harshaatdell @anandrajak1 diff --git a/Dockerfile b/Dockerfile index 83ceabb..9959b46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM scratch +FROM registry.access.redhat.com/ubi9/ubi-micro LABEL vendor="Dell Inc." \ name="csm-metrics-powerstore" \ summary="Dell Container Storage Modules (CSM) for Observability - Metrics for PowerStore" \