-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shall we move the test Docker image somewhere else? #1222
Comments
Thanks for raising this @nishakm! According to docker/hub-feedback#2314 (comment) "Docker has a specific DSOS program for open-source projects, and it is not affected by the sunsetting of Free Team plans." So it seems like Tern needs to apply for this and move the image there. If we dont get accepted, then we will need to move the image somewhere else.... GHCR seems like the next best option? |
Hmm.. according to DSOS requirements, the image we keep on Dockerhub must:
We have not updated the test image in 3 years (lol). Looks like we should look at GHCR. |
I will leave a comment about our usage of Dockerhub. We may be able to get some suggestions as to how to test without dockerhub. |
If, for some reason, the Docker-Sponsored Open-Source Program isn't working out, we are happy to help you out. We operate a Harbor-based container registry as a service that has many benefits over most of the other registries out there. There are also features regarding containerized image distribution, that might be valuable too as well. Don't underestimate the value of owning and controlling your data, it is easier to migrate if the domain is under your control. |
btw. also happy to helm you display tern date in Harbor |
Thanks! We only have one image we use for testing the client side APIs. I suppose we could run a Harbor container on the CI runner and keep the image as a tarball as part of the test data, but that would be too much trouble. We don't distribute any containers (we may do it in the future). |
Looks like Docker decided to roll back the sunset of free teams accounts. We should still probably start to think about our plan when they inevitably implement this, though. |
Docker is sunsetting free teams account. We host a docker image in the "vmware" namespace that we use in tests. Is this namespace going away? Should we move this image somewhere else?
cc: @rnjudge
The text was updated successfully, but these errors were encountered: