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 one month ago
Votes Newest

Answers 3


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 one month ago

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 one month ago

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

  
  
Posted one month ago
81 Views
3 Answers
one month ago
one month ago
Tags