LogoLogo
What's New?Connect Agent ReleasesBook a DemoPricing
  • Documentation
  • Developers
  • Administration
  • OVERVIEW
    • JFrog Connect Overview
      • Architecture Overview
        • Connect Agent
        • Connect & JFrog Platform
      • Plan Your Update Strategy
        • Software Update Objectives & Concepts
        • Software Update Process & Procedures
  • Get Started
    • Create JFrog Connect Account
    • Log in to JFrog Connect
    • Network Requirements
    • Register Device
  • Manage your Fleet
    • Register Devices at Scale
      • Freeze Image on Device
      • Build Image with Agent
    • Register & Update Device at Once
    • Organize Your Fleet
      • Create Project
      • Move Device between Projects
      • Create Groups
        • Add Device to Group
        • Add Many Devices to Group
        • Change Group Name
        • Delete Group
      • Tag Devices
        • Remove a Tag
      • Remove Many Devices
  • Devices
    • Fleet Overview
      • Filter Devices
      • Locate Devices
    • Device Details
      • Delete a Device
      • Block Updates with Update Trigger
    • Update Connect Agent
    • Delete Many Devices
  • Deployment
    • Create Update Flow
      • Actions
        • Run Command
        • Run Script
        • Deploy File
        • Deploy Docker
          • Use Docker Image
          • Use Docker Compose
          • Get Artifactory Parameters
        • Clone Git Repository
        • Download Artifact
          • Get Artifactory Path
        • Download Release Bundle
          • Get Artifactory Parameters for Release Bundle
        • Update Image
        • Install Debian Package
          • Get Artifactory Parameters for Debian
      • Use Update Parameters
      • On Failure & Rollback
      • Vulnerability Scans
      • Sample Use Case: Build Update Flow for Reuse
    • Deploy Software
      • Set Application & Version
      • Set Alert upon Failure
      • Set Phased Rollout
      • View Deployment Progress
        • Detailed Deployment Information
        • Abort a Deployment
      • Deploy in Groups
      • Sample Use Case: Deploy Docker Images to Devices
  • Tools
    • Remote Tools
      • Use Terminal
      • Open Port Tunnel Session
        • Access with VNC
        • Connect with SSH
        • Access Device Web Applications
      • Run Commands Remotely
        • Run Command as Non-Root User
      • Get Device Files (Fetch Files)
    • Alerts
      • Create Channel
      • Set Webhook
    • Monitor
      • Resource Monitor
      • Process Monitor
  • Releases
    • What's New?
    • Connect Agent Release Notes
  • Troubleshooting
    • Connect Server Status
    • Troubleshoot Topics
      • Device Registration
      • Display issue - "0.0"
      • Micro update
      • Remote control
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Deployment
  2. Create Update Flow
  3. Actions
  4. Deploy Docker

Get Artifactory Parameters

Get configuration parameters for Deploy Docker update flow action in JFrog Connect. Applicable to Docker Image as the Deployment Type.

PreviousUse Docker ComposeNextClone Git Repository

Last updated 24 days ago

Was this helpful?

This page describes how you get some of the configuration parameters when you use the update flow action in JFrog Connect and is applicable only when you choose Docker Image as the Deployment Type.

The procedure describes how you get the following parameters from Artifactory:

  • Image Path

  • Image Tag

To get the image path and tag, do the following:

  1. In the left navigation pane of JFrog Connect, choose JFrog Platform.

  1. In the left navigation pane of JFrog Platform, choose Artifactory and Packages.

  1. In Artifactory, choose your Docker package from the list of Docker packages.

  1. In the Versions table, choose your version.

  1. In the Version page, take the part from the platform URL up to the colon and enter it as the Image Path in the Deploy Docker configuration in Connect.

  1. Take the text after the colon and enter it as the Image Tag.

Now you can complete the rest of your Deploy Docker action configuration in Connect and save it.

Deploy Docker