Skip to content

Commit

Permalink
Merge pull request #759 from at88mph/add-project-acl
Browse files Browse the repository at this point in the history
fix: install acl in the underlying image
  • Loading branch information
at88mph authored Dec 12, 2024
2 parents fdd5623 + e004a88 commit 5bcd4b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
type: RuntimeDefault
containers:
- name: "skaha-add-project"
image: images.canfar.net/skaha-system/add-project:1.3
image: images.canfar.net/skaha-system/add-project:1.4
imagePullPolicy: Always
# TODO: automate the setting of this in the calling script
command: ["/usr/bin/add-project"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
type: RuntimeDefault
containers:
- name: "skaha-add-project"
image: images.canfar.net/skaha-system/add-project:1.3
image: images.canfar.net/skaha-system/add-project:1.4
imagePullPolicy: Always
# TODO: automate the setting of this in the calling script
command: ["/usr/bin/add-project"]
Expand Down
3 changes: 3 additions & 0 deletions deployment/ops-containers/add-project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ RUN dnf -y install which
# needed to get/set quota
RUN dnf -y install attr

# needed to set ACLs
RUN dnf -y install acl

# system settings and permissions
COPY src/add-project /usr/bin

Expand Down

0 comments on commit 5bcd4b2

Please sign in to comment.