Skip to content
Snippets Groups Projects
Commit 143cccd5 authored by Jared Kosanovic's avatar Jared Kosanovic
Browse files

Fix SA download URL

Informatica changed the URL for downloading secure agents, so this commit uses the new (correct) URL.
parent d4f95e55
Branches p4-dev
No related tags found
1 merge request!23Fix SA download URL
......@@ -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
......
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