Skip to content

Commit a08f5fd

Browse files
authored
chore: add CODEOWNERS file (#41)
* chore: add CODEOWNERS Signed-off-by: Niladri Halder <[email protected]> * chore(deps): update alpine version to 3.21.3 Signed-off-by: Niladri Halder <[email protected]> --------- Signed-off-by: Niladri Halder <[email protected]>
1 parent fd83149 commit a08f5fd

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.github/CODEOWNERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Default code owners
2+
* @openebs/localpv-hostpath-approvers @openebs/mayastor-approvers
3+
4+
# CODEOWNERS file owners
5+
/.github/CODEOWNERS @openebs/org-maintainers
6+
7+
# Policy docs owners
8+
/CODE_OF_CONDUCT.md @openebs/org-maintainers
9+
/CONTRIBUTING.md @openebs/org-maintainers
10+
/GOVERNANCE.md @openebs/org-maintainers
11+
/LICENSE @openebs/org-maintainers
12+
/MAINTAINERS.md @openebs/org-maintainers
13+
/SECURITY.md @openebs/org-maintainers
14+
/SECURITY_CONTACTS.md @openebs/org-maintainers

dockerfiles/alpine-bash/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.0
1+
FROM alpine:3.21.3
22

33
RUN apk add --no-cache bash
44

dockerfiles/alpine-sh/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.0
1+
FROM alpine:3.21.3
22

33
ARG DBUILD_DATE
44
ARG DBUILD_REPO_URL="https://github.com/openebs/linux-utils"

dockerfiles/linux-utils/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.0
1+
FROM alpine:3.21.3
22

33
RUN apk add --no-cache util-linux xfsprogs xfsprogs-extra lvm2 device-mapper e2fsprogs-extra quota-tools
44

0 commit comments

Comments
 (0)