From 143cccd59542ac7d5c6b8e84bff5432186dd4158 Mon Sep 17 00:00:00 2001 From: Jared Kosanovic <jared.kosanovic@wisc.edu> Date: Thu, 11 Jun 2020 16:54:53 -0500 Subject: [PATCH] Fix SA download URL Informatica changed the URL for downloading secure agents, so this commit uses the new (correct) URL. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4a42bd..e04efe7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ENV REGION=$REGION # You should be able to download the Secure Agent binary from the following URL without authentication: -ARG AGENT_URL="https://${POD}.${REGION}.informaticacloud.com/saas/download/linux64/installer/agent64_install_ng_ext.bin" +ARG AGENT_URL="https://${POD}.${REGION}.informaticacloud.com/saas/download/installer/linux64/agent64_install_ng_ext.bin" ARG USER=agent ARG WORK_DIR=/home/$USER/infaagent/apps/agentcore -- GitLab