bob icon indicating copy to clipboard operation
bob copied to clipboard

jfrog artifactory backend server for bob artifacts

Open mahaase opened this issue 2 years ago • 4 comments

  • all credits to @rhubert #240
  • re-tested twice :)
  • synced with current master
  • removed the replace of "/" by "_" in upload/download url
  • i guess we should bring this into the master (instead loosing it)

mahaase avatar Nov 01 '21 16:11 mahaase

There are some open issues in #240. Do you plan to solve them? Otherwise it might be better to reopen #240 and resume working on this? How do you delete artifacts from artifactory? Are you using bob archive on the server?

rhubert avatar Nov 02 '21 04:11 rhubert

I can also open a MR to your branch, so u don't have to sync with master again. Then we can reopen the #240.

How do you delete artifacts from artifactory? Are you using bob archive on the server?

Currently we do not delete artifacts at all. But yeah, I have no idea, how it could be possible to clean up the artifactory. I don't know how the artifactory is managed in background and if bob archive would work. Good point, we should check this here.

mahaase avatar Nov 02 '21 07:11 mahaase

I can just use your branch - this won't make a difference ;) I'm just asking because ATM I'm using http upload to artifatory (no need for additional properties) and this works without any problems. I don't have a good use case for additional artifactory integration - which properties are needed,... ? I'd need some input from your side.

 I don't know how the artifactory is managed in background and if bob archive would work.

I've a bob archive with support for artifactory cleanup, but this is currently only in a 'works-somehow' state...

rhubert avatar Nov 02 '21 07:11 rhubert

the option to get additional properties would be nice. e.g. for images that will be released to customer. we could adapt the recipe like this, that a user of artifactory get all necessary information: versions, dependencies, variants, ....

I've a bob archive with support for artifactory cleanup, but this is currently only in a 'works-somehow' state...

sounds cool, for a full bob-artifactory support, this is important.

mahaase avatar Nov 02 '21 07:11 mahaase