Skip to content

Commit

Permalink
fix: install acl in the underlying image
Browse files Browse the repository at this point in the history
  • Loading branch information
at88mph committed Dec 12, 2024
1 parent fdd5623 commit e004a88
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 e004a88

Please sign in to comment.