Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Runtime environments
  3. Hosted Agent
  4. Secure Agent groups
  5. Elastic runtime environments
  6. Serverless runtime environments
  7. Secure Agents
  8. Secure Agent installation

Runtime Environments

Runtime Environments

Downloading images using the REST API

Downloading images using the REST API

Download images from Informatica's image repository using the REST API so that you can scan them for vulnerabilities according to your compliance needs.
To download images, you need the "Elastic runtime environment - manage tokens" privilege in your organization. For more information about feature privileges, see
User Administration
. To run Docker commands, install Docker on the machine.
  1. Use the platform REST API version 3 containerimagetoken resource to get a token for the image repository.
    You can create a token or use an existing token for your organization.
    For more information, see Getting a new token or Getting all tokens for an organization, respectively.
  2. Use the platform REST API version 3 ais resource to get image information for the elastic runtime environment.
  3. On the machine that you use to scan images, run the following Docker command to connect to the image repository:
    docker login infacloud-k8s-agent-docker-dev.jfrog.io --username <Informatica organization ID> --password <token value>
  4. Run a Docker command to download the image.
    For example, the following command downloads version 64.1:
    docker pull infacloud-k8sagent-docker-dev-jfrog.io/Data Integration:64.1

0 COMMENTS

We’d like to hear from you!