Skip to content

Commit

Permalink
Make consistent use of LABEL's for images and add "author" information
Browse files Browse the repository at this point in the history
  • Loading branch information
jnc74743 committed Jan 3, 2025
1 parent 9ded043 commit 8da6774
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docker-c8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM rockylinux:8

# Add labels
LABEL source=https://github.com/stfc/grid-workernode
LABEL description="A specialised container image optimized for high-performance batch job execution in RAL's computing environment. \
LABEL org.opencontainers.image.source=https://github.com/stfc/grid-workernode
LABEL [email protected]
LABEL org.opencontainers.image.description="A specialised container image optimised for high-performance batch job execution in RAL's computing environment. \
It includes essential software, libraries, and dependencies, ensuring efficient, and scalable job processing, benefiting researchers and organisations."

# Basic dependencies
Expand Down
5 changes: 3 additions & 2 deletions docker-c9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM rockylinux:9

# Add labels
LABEL source=https://github.com/stfc/grid-workernode
LABEL description="A specialised container image optimized for high-performance batch job execution in RAL's computing environment. \
LABEL org.opencontainers.image.source=https://github.com/stfc/grid-workernode
LABEL [email protected]
LABEL org.opencontainers.image.description="A specialised container image optimised for high-performance batch job execution in RAL's computing environment. \
It includes essential software, libraries, and dependencies, ensuring efficient, and scalable job processing, benefiting researchers and organisations."

# Basic dependencies
Expand Down
4 changes: 4 additions & 0 deletions xrootd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ ARG CEPH_VERSION=14.2.22-0
LABEL xrootd-ver=$XROOTD_VERSION
LABEL xrdceph-ver=$XRDCEPH_VERSION
LABEL ceph-ver=$CEPH_VERSION
LABEL org.opencontainers.image.source=https://github.com/stfc/grid-workernode
LABEL [email protected]
LABEL org.opencontainers.image.description="A specialised container image optimised as a local XROOTD gateway in RAL's computing environment. \
It includes software for XROOTD along with libraries, and dependencies, ensuring efficient, and scalable data staging, benefiting researchers and organisations."

# xrootd user - needs to be consistent with the host
RUN groupadd --gid 65432 xrootd && \
Expand Down

0 comments on commit 8da6774

Please sign in to comment.