Editing JFrog Artifactory

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
[[wikipedia:JFrog Artifactory]] <ref>https://jfrog.com/artifactory/</ref> ([[2008]]) is a [[binary repository manager]] software designed to store the binary output of the [[build]] process for use in distribution and deployment. Artifactory provides support for a number of package formats such as [[Maven]], [[Conan]], Debian [[APT]], [[NPM]], [[Helm]], [[Ruby]], [[Python]], and [[Docker]].  
+
[[JFrog]] [[Artifactory]]<ref>https://jfrog.com/artifactory/</ref> ([[2008]]) is a [[binary repository manager]] software designed to store the binary output of the build process for use in distribution and deployment. Artifactory provides support for a number of package formats such as [[Maven]], [[Conan]], Debian, [[NPM]], [[Helm]], [[Ruby]], [[Python]], and [[Docker]].  
  
== On-premise Features ==
+
== Features ==
 
* [[High availability]]
 
* [[High availability]]
** Filestore [[Sharding]] ([[JFrog Artifactory versions|version >=4.6]], 2017)
+
** Filestore [[Sharding]] ([[JFrog Artifactory versions|version >=4.6]])
 
* Multi-site replication at repository level
 
* Multi-site replication at repository level
 
* [[Disaster recovery]]
 
* [[Disaster recovery]]
Line 9: Line 9:
 
* Multiple supported [[DBs]] as backend: [[Apache Derby DB|Derby]], Oracle, MySQL, MS SQL, [[PostgreSQL]] and [[MariaDB]]
 
* Multiple supported [[DBs]] as backend: [[Apache Derby DB|Derby]], Oracle, MySQL, MS SQL, [[PostgreSQL]] and [[MariaDB]]
 
* [[Deduplication]] ([[Checksum-based storage]]) <ref>https://www.jfrog.com/confluence/display/JFROG/Checksum-Based+Storage</ref>
 
* [[Deduplication]] ([[Checksum-based storage]]) <ref>https://www.jfrog.com/confluence/display/JFROG/Checksum-Based+Storage</ref>
* File Upload In UI Max Size ([[Artifactory Managing Disk Space Usage]])
 
  
== Editions ==
+
 
Artifactory functionalities depends on used edition:
+
Artifactory functionalities depends on used edition: on-prem, OSS, CE, Pro,Registry Cloud, SaaS<ref>https://www.jfrog.com/confluence/display/RTF/Artifactory+Comparison+Matrix</ref>.
* On-prem
 
* OSS
 
* CE
 
* Pro
 
* Registry Cloud
 
* SaaS
 
<ref>https://www.jfrog.com/confluence/display/RTF/Artifactory+Comparison+Matrix</ref>.
 
  
 
== Configuration ==
 
== Configuration ==
 
* Configuration: https://www.jfrog.com/confluence/display/RTF/Configuring+Artifactory
 
* Configuration: https://www.jfrog.com/confluence/display/RTF/Configuring+Artifactory
** Binary Store: <code>[[/etc/binarystore.xml]]</code>
+
** Binary Store: <code>/etc/binarystore.xml</code>
 
 
== Security ==
 
* [[CVE-2022-0573]] Artifactory Vulnerable to [[Deserialization]] of Untrusted Data
 
  
 
== [[Artifactory logs|Logs]] ==
 
== [[Artifactory logs|Logs]] ==
Line 57: Line 46:
  
 
Basic
 
Basic
# [[Install JFrog Artifactory]]
+
# Install JFrog Artifactory  
 
# Read [[Artifactory Managing Disk Space Usage]], [[Snapshots]]: https://www.jfrog.com/confluence/display/JFROG/Managing+Disk+Space+Usage
 
# Read [[Artifactory Managing Disk Space Usage]], [[Snapshots]]: https://www.jfrog.com/confluence/display/JFROG/Managing+Disk+Space+Usage
 
## https://jfrog.com/knowledge-base/artifactory-cleanup-best-practices/#:~:text=The%20best%20way%20to%20automatically,%22X%22%20number%20of%20days.
 
## https://jfrog.com/knowledge-base/artifactory-cleanup-best-practices/#:~:text=The%20best%20way%20to%20automatically,%22X%22%20number%20of%20days.
 
# Read JFrog Artifactory [[JFrog Artifactory versions|release notes]]: https://www.jfrog.com/confluence/display/RTF/Release+Notes
 
# Read JFrog Artifactory [[JFrog Artifactory versions|release notes]]: https://www.jfrog.com/confluence/display/RTF/Release+Notes
# Create and [[Artifactory API|API]] key and use it to [[upload]] or download files <ref>https://stackoverflow.com/questions/40009201/artifactory-upload-with-api-key-not-password</ref>:
+
# Create and [[Artifactory API|API]] key and use it to upload or download files <ref>https://stackoverflow.com/questions/40009201/artifactory-upload-with-api-key-not-password</ref>:
:::<code>curl -u admin:1234567890 </code> or <code>[[curl --header]] 'X-JFrog-Art-Api: 1234567890' </code>
+
:::<code>curl -u admin:1234567890 </code> or <code>curl --header 'X-JFrog-Art-Api: 1234567890' </code>
 
# Read [[JFrog Artifactory permissions]]: https://www.jfrog.com/confluence/display/JFROG/Permissions
 
# Read [[JFrog Artifactory permissions]]: https://www.jfrog.com/confluence/display/JFROG/Permissions
 
# Read StackOverflow most voted questions: https://stackoverflow.com/questions/tagged/artifactory?tab=Votes
 
# Read StackOverflow most voted questions: https://stackoverflow.com/questions/tagged/artifactory?tab=Votes
 
# Download latest artifact version https://stackoverflow.com/a/33029468: <code>[[curl]] 'http://$artiserver/artifactory/api/storage/$repokey/$path/$version/?lastModified'</code>
 
# Download latest artifact version https://stackoverflow.com/a/33029468: <code>[[curl]] 'http://$artiserver/artifactory/api/storage/$repokey/$path/$version/?lastModified'</code>
# Read about differences between [[JFrog Artifactory]] and JFrog Bintray: https://stackoverflow.com/questions/38877177/what-is-the-difference-between-jfrog-artifactory-and-bintray
 
  
 
Intermediate
 
Intermediate
Line 77: Line 65:
 
* [[Sumo Logic]] App
 
* [[Sumo Logic]] App
 
* Release bundles,
 
* Release bundles,
* [[TeamCity triggers]]
 
* [[Trash can]]: <code>Artifactory -> General settings -> Empty [[Trash Can]]</code>
 
  
 
== See also ==
 
== See also ==
 +
* {{JFrog}}
 
* {{Artifactory}}
 
* {{Artifactory}}
 +
* [[WhiteSource]]
 
* {{Binary repository manager}}
 
* {{Binary repository manager}}
 +
* [[Conan]] C / C++ Package Manager
 
* {{jfrog}}
 
* {{jfrog}}
 +
* https://hub.helm.sh/charts/jfrog/artifactory
  
 
[[Category:Artifactory]]
 
[[Category:Artifactory]]

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: