#JFrog Artifactory
Universal artifact repository manager.
#Features
| Feature | Description |
|---|---|
| Universal | All package types |
| Docker Registry | Container images |
| Helm Charts | Kubernetes packages |
| Build Integration | CI/CD support |
| Replication | Multi-site sync |
#Supported Formats
- Docker
- npm, PyPI, Maven, NuGet
- Helm, Conan
- Debian, RPM
- Generic (any file)
#Quick Start
bash
1# Docker
2docker run -d --name artifactory \
3 -p 8082:8082 \
4 -v artifactory_data:/var/opt/jfrog/artifactory \
5 releases-docker.jfrog.io/jfrog/artifactory-oss:latest
6
7# Access: http://localhost:8082
8# Default: admin/password#Usage
bash
1# Docker
2docker login myartifactory.example.com
3docker push myartifactory.example.com/docker/myimage:1.0
4
5# npm
6npm config set registry https://myartifactory.example.com/artifactory/api/npm/npm/
7npm publish[!TIP] Pro Tip: JFrog is the gold standard for enterprise artifact management!