Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add CODEOWNERS file #41

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/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 @openebs/org-maintainers

# 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.2

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.2

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.2

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

Expand Down
Loading