Skip to content
Snippets Groups Projects
Commit 32e6ce60 authored by Eric Schoville's avatar Eric Schoville
Browse files

Add POD and REGION as ARGS and set to environment variables.

parent 28316f64
Branches p4-dev
No related tags found
No related merge requests found
......@@ -9,8 +9,10 @@ MAINTAINER Eric Schoville <>
# The values for POD and REGION probably need changing for you. Setting these as
# default for UW-Madison hosted service
ENV POD=usw3
ENV REGION=dm-us
ARG POD=usw3
ARG REGION=dm-us
ENV POD=$POD
ENV REGION=$REGION
# You should be able to download the Secure Agent binary from the following URL without authentication:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment