Skip to content

Commit

Permalink
APM agent download url updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramkumar29 committed Jan 15, 2024
1 parent c6d4e89 commit 8d26287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnet/build-artifact.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steps:
failImmediatelyOnError: true
command: |
cd $${OCI_WORKSPACE_DIR}/${config_repo_name}
curl -o apm-dotnet-agent-installer-0.6.0.136.zip -L https://oracleonpremjava.objectstorage.us-phoenix-1.oci.customer-oci.com/p/zUJ17UiAhHxWe3bE0qRMsg0IHFQWIKsZXzBlGd1AqxxUCgBhWhcj2iF9i9jLHy-Q/n/oracleonpremjava/b/bucket-apm-installer/o/apm-dotnet-agent-installerapm-dotnet-agent-installer-0.6.0.136.zip
oci os object get --namespace idhph4hmky92 --bucket-name prod-agent-binaries --file apm-dotnet-agent-installer-0.6.0.136.zip --name com/oracle/apm/agent/dotnet/apm-dotnet-agent-installer/0.6.0.136/apm-dotnet-agent-installer-0.6.0.136.zip
unzip apm-dotnet-agent-installer-0.6.0.136.zip -d apm
- type: Command
name: Build Docker image
Expand Down
4 changes: 2 additions & 2 deletions dotnet/build-repo.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ steps:
failImmediatelyOnError: true
command: |
cd $${OCI_WORKSPACE_DIR}/${config_repo_name}
curl -o apm-dotnet-agent-installer-0.6.0.136.zip -L https://oracleonpremjava.objectstorage.us-phoenix-1.oci.customer-oci.com/p/zUJ17UiAhHxWe3bE0qRMsg0IHFQWIKsZXzBlGd1AqxxUCgBhWhcj2iF9i9jLHy-Q/n/oracleonpremjava/b/bucket-apm-installer/o/apm-dotnet-agent-installerapm-dotnet-agent-installer-0.6.0.136.zip
oci os object get --namespace idhph4hmky92 --bucket-name prod-agent-binaries --file apm-dotnet-agent-installer-0.6.0.136.zip --name com/oracle/apm/agent/dotnet/apm-dotnet-agent-installer/0.6.0.136/apm-dotnet-agent-installer-0.6.0.136.zip
unzip apm-dotnet-agent-installer-0.6.0.136.zip -d apm
- type: Command
name: Build Docker image
Expand All @@ -79,7 +79,7 @@ steps:
cd $${OCI_WORKSPACE_DIR}/${config_repo_name}
docker build . --file Dockerfile --tag ${image_remote_tag}:${image_tag}-$commit --tag ${image_latest_tag}
- type: Command
name: Login to repo
name: Login to Container Registry
timeoutInSeconds: 900
failImmediatelyOnError: true
command: |
Expand Down

0 comments on commit 8d26287

Please sign in to comment.