Skip to content

Conversation

@olethanh
Copy link
Collaborator

CI returned error:
docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. DAMN

Solution: :Use GitHub container repository instead of hub.docker.io (default one for docker)

olethanh pushed the image using:

podman pull docker.io/alephim/vm-connector:alpha
podman tag alephim/vm-connector:alpha ghcr.io/aleph-im/vm-connector:alpha
podman push ghcr.io/aleph-im/vm-connector:alpha

Auth to github firt https://docs.github.com/fr/packages/working-with-a-github-packages-registry/working-with-the-container-registry

Explain what problem this PR is resolving

Related ClickUp, GitHub or Jira tickets : ALEPH-315

CI returned error:
docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.
DAMN

Solution: :Use GitHub container repository instead of hub.docker.io
(default one for docker)

olethanh pushed the image using:
```bash
podman pull docker.io/alephim/vm-connector:alpha
podman tag alephim/vm-connector:alpha ghcr.io/aleph-im/vm-connector:alpha
podman push ghcr.io/aleph-im/vm-connector:alpha
```

Auth to github firt https://docs.github.com/fr/packages/working-with-a-github-packages-registry/working-with-the-container-registry
@codecov
Copy link

codecov bot commented Nov 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.59%. Comparing base (7ee5384) to head (30ed7d9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #725   +/-   ##
=======================================
  Coverage   62.59%   62.59%           
=======================================
  Files          69       69           
  Lines        6152     6152           
  Branches      500      500           
=======================================
  Hits         3851     3851           
  Misses       2151     2151           
  Partials      150      150           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Copy link
Member

@Antonyjin Antonyjin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@olethanh olethanh merged commit 927ce06 into main Nov 20, 2024
22 checks passed
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

Successfully merging this pull request may close these issues.

2 participants