Does JFrog Xray supports ruby gems at this point? I don't see it listed in the features page https://jfrog.com/xray/features/
If it does't is there a plan to include ruby gems in jfrog xray in the near future ?
AFAIK Xray support for RubyGems will be released by Q2-2018.
Related
When I create release bundles in Jfrog and then move them to a satellite, all artifacts on the satellite are placed in repositories from where I can download them. But they are stored there without reference to a specific release bundle. I can download any combination of artifacts. I am asking me if there is a possibility to download artifacts not from the repository but from the release bundle.
For that i would suggest to use the Jfrog CLI:
https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
Thats a tool developed in Jfrog itself for ease of use.
After you configure it (`jfrog config add`) you can use the following command to download all the files of a release bundle:
`jfrog rt dl --bundle bundle_name/bundle_version`
We're using Bintray (via JCenter) to publish our open source Android packages. JFrog are ending Bintray and telling us to use JFrog Platform, but the OSS option for that product is not available yet.
What am I missing?
I am planning to upgrade artifactory-pro from 4.14.2 to 5.7. Has anyone done this so far? We use npm, bower, debian, yum repositories. Any recommendation or insight is appreciated.
As I see it, the upgrade depends on two main factors:
Your installation type(ZIP/RPM/RPM OSS/Debian/Docker). Here you can find detailed instructions for each type:
ZIP installation
RPM installation
RPM OSS installation
Debian installation
Docker installation
In case you use an HA cluster, here are the instructions.
While no special operations are required except those are mentioned in the instructions - please pay attention to updates and other special instructions since there are specific instructions to upgrading from Artifactory 4.x to 5.4.x and above. As can be seen here (for example).
Like in any other upgrade process, make sure you have a full system backup (Artifactory configuration, metadata, and artifacts)
The webpage for JFrog's Artifactory OSS makes it seem like it's part of OSS https://www.jfrog.com/open-source/#conan. I'm trying it out in a Docker container and "Conan" doesn't show up as a clickable option in new local repository.
Am I misunderstanding what is the available in Artifactory OSS or did I set something up wrong?
The Artifactory community edition for C/C++ is a new version of Artifactory offering free support for Conan repositories
No, conan repositories are not available in Artifactory OSS.
If in https://www.jfrog.com/open-source/, you go to "Artifactory OSS", then "Compare to PRO", you will see the full comparison matrix between them.
Conan repositories are not available in Artifactory OSS. You need to pay for the Pro version. For Nexus OSS, there is a plugin available. We will be testing this in house shortly.
https://exchange.sonatype.com/details?extension=5596417057
The latest version of Nexus Repository Manager OSS supports a new artefact types: Docker, npm, RubyGems. But it appears to drop support for artefact formats supported in the previous version: Maven, P2, OBR, Yum. Why is that?
Maven should be there, in fact we setup default repos for it when it starts. P2, OBR, Yum have not been rebuilt for Nexus Repository Manager 3 as of yet. Yum will likely be the next up, P2 and then maybe OBR (jury is still out on if we have enough people using it to include it in the core product).
If you'd like to kickstart any of these, we would love that. A community member recently created an APT format for himself:
https://github.com/mpoindexter/nexus-repository-apt
You might be able to follow his example and create one for OBR for example.