Connect BuildX to Artifactory

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

Docker Buildx is a CLI plugin that extends the standard docker build command. It supports advanced features like creating multi-platform images from a single command and offers enhanced caching and output options.

To connect BuildX to Artifactory:

Run the following command:

docker login [JFrogPlatformURL]

Where:

  • [JFrogPlatformURL]: The URL of your JPD, without the protocol schema

For example:

docker login company.jfrog.io

Note

You can also use JFrog Set me up to copy the snippet populated with your token and environment. For more information, see Use Artifactory Set Me Up for Configuring Package Manager Clients.

Next steps: