WrenSecurity/wrenidm

Docker is sunsetting Free Team Organizations

Closed this issue · 4 comments

Docker will sunset Free Team organizations on April 14, 2023 (see docker/hub-feedback#2314). There is an opportunity to apply for the Docker Sponsored Open Source program, but we may not be eligible.

We should definitely discuss migrating our Docker images to another registry (GHCR, GCR, ECR, ...).

FYI I have applied fot the Docker OSS program. However that does not mean we shouldn't investigate other possibilities.

Thank you for completing the Docker Open Source application. We do our best to process applications within 30 days. We’re currently experiencing a high volume of requests and may take longer than normal to respond.

These three alternatives I listed below are in my opinion the best. All of them have OCI and Docker support and therefore allow you to use Docker CLI Commands. Also can be easily accessed from any Docker environment.

The alternatives for Docker hub are the following:

  • GitHub Container Registry
    • Free for public repositories
    • Included in GitHub Packages
  • JFrog Container Registry
    • Offers variety of features including helm repository, etc.
    • Only paid subscription (The Frog Container Registry is FREE to use for both on-premise / self-managed and SaaS in the cloud. The Cloud version includes 2GB of peak data storage, 10GB of monthly data transfer, OSS vulnerability scanning with JFrog Xray, and 2,000 monthly build minutes for JFrog Pipelines. - link)
  • Amazon Elastic Container Registry
    • Almost free for public projects (You pay only for Data Transfers OUT, that are greater than 5 TB / month to non AWS Regions. - link)
    • AWS Account needed

Other honorable mentions:

Considering the fact that Wren Security already has its public repositories based on GitHub I feel like GitHub Container Registry would be the best option. The images itself can be associated with a repository so the linking between these two would make sense as well. The whole Wren Security suite being open-source also helps as GitHub offers GitHub Packages completely free of charge to all public repositories.

On March 14, 2023, we emailed you about your Free Team subscription, outlining our intention to sunset that plan. After listening to the concerns of the community, we’ve decided to reverse course, and are no longer sunsetting the Free Team plan.

If you’re currently on the Free Team plan, you no longer have to migrate to another plan by April 14. All customers who upgraded to a paid subscription will automatically receive a full refund for the transaction in the next 30 days, allowing them to use their new paid subscription for free for the duration of the term they purchased.

We apologize for the alarm our decision caused. For more details, please visit our FAQ.

We are part of DockerHub's OSS program. We can close this issue. We can reconsider deploying images to multiple registries if requested by users in the future.