Skip to content

Commit

Permalink
Fixing links in meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
rynge committed May 17, 2024
1 parent 7d97616 commit b1a8c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htc/rocky:8-cuda-11.0.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL opensciencegrid.name="Rocky 8 / CUDA 11.0.3"
LABEL opensciencegrid.description="Rocky Linux 8 / CUDA 11.0.3 image"
LABEL opensciencegrid.url="https://rockylinux.org/"
LABEL opensciencegrid.category="Base"
LABEL opensciencegrid.definition_url="https://github.com/ospool-images"
LABEL opensciencegrid.definition_url="https://github.com/osg-htc/htc-images"

# base dnf/yum setup
RUN dnf -y update && \
Expand Down
2 changes: 1 addition & 1 deletion htc/rocky:8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL opensciencegrid.name="Rocky 8"
LABEL opensciencegrid.description="Rocky Linux 8 base image"
LABEL opensciencegrid.url="https://rockylinux.org/"
LABEL opensciencegrid.category="Base"
LABEL opensciencegrid.definition_url="https://github.com/ospool-images"
LABEL opensciencegrid.definition_url="https://github.com/osg-htc/htc-images"

# base dnf/yum setup
RUN dnf -y update && \
Expand Down

0 comments on commit b1a8c03

Please sign in to comment.