Skip to content
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

Open
nishakm opened this issue Mar 14, 2023 · 7 comments
Open

Shall we move the test Docker image somewhere else? #1222

nishakm opened this issue Mar 14, 2023 · 7 comments

Comments

@nishakm
Copy link
Contributor

nishakm commented Mar 14, 2023

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

@rnjudge
Copy link
Contributor

rnjudge commented Mar 14, 2023

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?

@rnjudge
Copy link
Contributor

rnjudge commented Mar 14, 2023

Hmm.. according to DSOS requirements, the image we keep on Dockerhub must:

Be in active development (this means image updates are pushed regularly within the past 6
months or dependencies are updated regularly, even if the project source code is stable)

We have not updated the test image in 3 years (lol). Looks like we should look at GHCR.

@nishakm
Copy link
Contributor Author

nishakm commented Mar 14, 2023

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.

@Vad1mo
Copy link

Vad1mo commented Mar 15, 2023

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.

@Vad1mo
Copy link

Vad1mo commented Mar 15, 2023

btw. also happy to helm you display tern date in Harbor

@nishakm
Copy link
Contributor Author

nishakm commented Mar 16, 2023

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.

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).

@rnjudge
Copy link
Contributor

rnjudge commented Mar 28, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants