Skip to content

Commit

Permalink
ceph-daemon: update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Aug 28, 2024
1 parent 5765c78 commit fc5cab1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ceph-daemon/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ RUN groupmod -g 64045 ceph
RUN find / -path /proc -prune -o -group 167 -exec chgrp -h ceph {} \;
RUN find / -path /proc -prune -o -user 167 -exec chown -h ceph {} \;

RUN yum update
RUN yum install -y ceph

LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \
"org.opencontainers.image.licenses"="ASL 2.0" \
"org.opencontainers.image.source"="https://github.com/osism/container-images" \
Expand Down

0 comments on commit fc5cab1

Please sign in to comment.