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

Investigate: Separate static container registry #37

Closed
msrn opened this issue Feb 24, 2021 · 3 comments
Closed

Investigate: Separate static container registry #37

msrn opened this issue Feb 24, 2021 · 3 comments

Comments

@msrn
Copy link
Member

msrn commented Feb 24, 2021

Let's fetch needed images and store them as simple tar packages in some external storage service.

Currently container registry is created under the kubernetes cluster.

Problems with this:

  • Pull and push images to ACR everytime new cluster is deployed

Proposed alternative:
Create separate static (private?) container registry that hosts all the images we need.
With this we can pull images from our container registry without doing #36.

Possible container registries:

  • Github Container Registry
  • Separate Azure Container Registry
  • Docker Hub

Problems:

  • Pricing. Currently during beta Github Container Registry is free
  • Hono images are well over 6GB's (?) in size

Info:

Container registry with Github

@msrn
Copy link
Member Author

msrn commented Mar 7, 2021

Currently testing using this Github organisation as a registry and ACR.

@hjhsalo
Copy link

hjhsalo commented Apr 8, 2021

Implementing a container registry would be nice but it seems that we just don't have time to do it now.

Let's fetch needed images and store them as simple tar packages in some external storage service.

@msrn msrn self-assigned this Apr 13, 2021
@msrn
Copy link
Member Author

msrn commented Apr 25, 2021

Current size 3,28GB. Uploaded to GDrive

@msrn msrn closed this as completed May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants