Run the following command:
apk add <PACKAGE>
Where:
<PACKAGE>: The name of the target package in your Artifactory repository, optionally specifying a package version
For example:
apk add my-app=1.0.0-r1
Tip
If RSA keys are not configured for your repository, add the --allow-untrusted flag.