Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hey Everyone With Recent Changes In Dockerhub Policy, Very Soon We Will Lose Our Ability For Pull

Hey everyone

With recent changes in Dockerhub policy, very soon we will lose our ability for pull docker.io images
ClearML open-source version have Elasticsearch and MongoDB images coming from Dockerhub

Do you know if it's possible to obtain these images from other public registry?
Does anyone know he will face this issue? workaround/alternatives? (other than paying money to pull "pubic" images)

  
  
Posted 2 months ago
Votes Newest

Answers 3


Hi @<1523701842515595264:profile|PleasantOwl46> , I think its a docker hub limitation for non paying accounts pulling too many images and unrelated to ClearML. You can always host your own artifactory as well.

  
  
Posted 2 months ago

you are correct and thank you for the reply @<1523701070390366208:profile|CostlyOstrich36>
going forward, I assume the clearml-server open-source releases will be continue to be released in Docker Hub

  
  
Posted 2 months ago

we will probably end up pulling the images from docker.io and pushing those to our container registry

  
  
Posted 2 months ago
133 Views
3 Answers
2 months ago
2 months ago
Tags