We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0b9a6 commit 85c1595Copy full SHA for 85c1595
hosted-ce/Dockerfile
@@ -1,9 +1,9 @@
1
-ARGS BASE_YUM_REPO=release
+ARG BASE_YUM_REPO=release
2
3
FROM opensciencegrid/compute-entrypoint:$BASE_YUM_REPO
4
LABEL maintainer "OSG Software <[email protected]>"
5
6
7
8
RUN if [[ $BASE_YUM_REPO = release ]]; then \
9
yumrepo=osg-upcoming; else \
0 commit comments