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.ioNote
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: