Skip to content

Commit

Permalink
migrate java images to alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-gudak committed Jan 17, 2025
1 parent 5774c4e commit bc8a5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/scripts/get_oa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi
echo "Downloading the latest OneAgent..."
# Download OA (Java Agent only)
curl --request GET -sL \
--url "$TENANT_URL/api/v1/deployment/installer/agent/unix/paas/latest?flavor=musl&arch=$PLATFORM&bitness=64&include=java&skipMetadata=true" \
--url "$TENANT_URL/api/v1/deployment/installer/agent/unix/paas/latest?flavor=musl&arch=arm&bitness=64&include=java&skipMetadata=true" \
--header 'accept: application/octet-stream' \
--header "Authorization: Api-Token $OA_TOKEN" \
--output "$AGENT_ZIP"
Expand Down

0 comments on commit bc8a5d7

Please sign in to comment.