3. Connect to Your Docker Remote Repository

ARTIFACTORY: How to Set Up Docker Remote Repository to Proxy Iron Bank Registry

AuthorFullName__c
Travis Ly
articleNumber
000006115
ft:sourceType
Salesforce
FirstPublishedDate
2024-06-04T08:07:52Z
lastModifiedDate
2024-06-04
VersionNumber
1
1. Follow the Steps in the Set Me Up Page:
  • Navigate to the Set Me Up page for your Docker remote repository.
  • Follow the on-screen instructions to configure your Docker client.
2. Perform a Docker Login:
  • Open your terminal or command prompt.
  • Execute the following command to log in to the Artifactory server:
docker login <ART_SERVER>
3. Perform a Docker Pull:
For this guide, we will provide two examples:

Example 1: Pulling the JFrog Xray Server Image

Execute the following command to pull the JFrog Xray Server image:
docker pull <ART_SERVER>/ironbank-docker-remote/ironbank/jfrog/jfrog-xray/xray-server
Example output:
Using default tag: latest
latest: Pulling from ironbank-docker-remote/ironbank/jfrog/jfrog-xray/xray-server
3954349e4007: Pull complete
51cf2c609ca7: Pull complete
c53ab43c2bc7: Pull complete
Digest: sha256:577c3e515a6003e827289376420cb5aca4262f2a50ae955e504be1b5a2c1f4eb
Status: Downloaded newer image for <ART_SERVER>/ironbank-docker-remote/ironbank/jfrog/jfrog-xray/xray-server:latest
<ART_SERVER>/ironbank-docker-remote/ironbank/jfrog/jfrog-xray/xray-server:latest
What's Next?
View a summary of image vulnerabilities and recommendations:
docker scout quickview <ART_SERVER>/ironbank-docker-remote/ironbank/jfrog/jfrog-xray/xray-server

Example 2: Pulling the PDF to Text Image

Execute the following command to pull the PDF to Text image:
docker pull <ART_SERVER>/ironbank-docker-remote/ironbank/opensource/pdftotext/pdftotext:4.05-ubi9
Example output:
4.05-ubi9: Pulling from ironbank-docker-remote/ironbank/opensource/pdftotext/pdftotext
570d5d7d3a6a: Pull complete
d9b252ef4620: Pull complete
0916fd6bdb76: Pull complete
Digest: sha256:89e62daf12f60800aa6dfe8d453c4a908346c990df6b9ef387a580dfe858545d
Status: Downloaded newer image for <ART_SERVER>/ironbank-docker-remote/ironbank/opensource/pdftotext/pdftotext:4.05-ubi9
<ART_SERVER>/ironbank-docker-remote/ironbank/opensource/pdftotext/pdftotext:4.05-ubi9
​​​​​​What's Next?
View a summary of image vulnerabilities and recommendations:
docker scout quickview <ART_SERVER>/ironbank-docker-remote/ironbank/opensource/pdftotext/pdftotext:4.05-ubi9
By following these steps, you can successfully set up a Docker remote repository in JFrog Artifactory to proxy the Iron Bank registry, ensuring that your containers are secure and compliant with DoD standards.