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. Install Debian Package

Get Artifactory Parameters for Debian

Get configuration parameters that you need to install a Debian Package update flow action in JFrog Connect.

PreviousInstall Debian PackageNextUse Update Parameters

Last updated 24 days ago

Was this helpful?

This page describes how you get some of the configuration parameters when you use the Install Debian Package update flow action in JFrog Connect.

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

  • Repository Name

  • Distribution

  • Component

  • Packages:

    • Name

    • Version

To get the parameters, 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, go to the filter on the right and choose Debian.

  2. Choose your Debian package from the table of Debian packages displayed.

  1. In the Versions table, find the relevant version and copy the Repository from the Repositories column. In Connect, in your action configuration, paste the name into the Repository Name field.

Tip:

b. There could be several repositories listed for a Version. In this case, it should not matter which repository name you use, as long as it has a signed key.

  1. In Artifactory, click the Version, and then click Location.

  2. In the Location table, click the Path, and then click Properties.

  3. The Properties table has the rest of values that you need for your configuration.

    • Distribution: Use the value of deb.distribution. (If deb.distribution does not appear here, you cannot use this package.)

    • Component: Use the value of deb.component

    • Package Name: Use the value of deb.name.

    • Package Version: Use the value of deb.version.

Now you can complete the rest of your Install Debian Package action configuration in Connect and save it.

a. The repository that you choose must have a signed key. For more information about signing, see .

Manage Signing Keys