Skip to content

Commit

Permalink
chore: add CODEOWNERS file (#41)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
niladrih authored Feb 27, 2025
1 parent fd83149 commit a08f5fd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Default code owners
* @openebs/localpv-hostpath-approvers @openebs/mayastor-approvers

# CODEOWNERS file owners
/.github/CODEOWNERS @openebs/org-maintainers

# Policy docs owners
/CODE_OF_CONDUCT.md @openebs/org-maintainers
/CONTRIBUTING.md @openebs/org-maintainers
/GOVERNANCE.md @openebs/org-maintainers
/LICENSE @openebs/org-maintainers
/MAINTAINERS.md @openebs/org-maintainers
/SECURITY.md @openebs/org-maintainers
/SECURITY_CONTACTS.md @openebs/org-maintainers
2 changes: 1 addition & 1 deletion dockerfiles/alpine-bash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0
FROM alpine:3.21.3

RUN apk add --no-cache bash

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/alpine-sh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0
FROM alpine:3.21.3

ARG DBUILD_DATE
ARG DBUILD_REPO_URL="https://github.com/openebs/linux-utils"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/linux-utils/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21.0
FROM alpine:3.21.3

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

Expand Down

0 comments on commit a08f5fd

Please sign in to comment.