Skip to content

Commit e1ee8ea

Browse files
authored
Merge pull request #15 from matyasselmeci/pr/name
Add "name" labels so we know what the images are supposed to be tagged as
2 parents 196b356 + edbffef commit e1ee8ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ COPY base/overrides/condor_ce_jobmetrics /usr/share/condor-ce/condor_ce_jobmetri
5555
FROM base AS osg-ce-condor
5656
ARG BASE_YUM_REPO=release
5757
LABEL maintainer "OSG Software <[email protected]>"
58+
LABEL name "osg-ce-condor"
5859

5960
RUN if [[ $BASE_YUM_REPO = release ]]; then \
6061
yumrepo=osg-upcoming; else \
@@ -75,6 +76,7 @@ COPY osg-ce-condor/etc/supervisord.d/* /etc/supervisord.d/
7576

7677
FROM base AS hosted-ce
7778
LABEL maintainer "OSG Software <[email protected]>"
79+
LABEL name "hosted-ce"
7880

7981
ARG BASE_YUM_REPO=release
8082

0 commit comments

Comments
 (0)