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

Cannot pull Docker image from quay.io #1541

Closed
langchain4j opened this issue Jan 3, 2024 · 6 comments · Fixed by #1542
Closed

Cannot pull Docker image from quay.io #1541

langchain4j opened this issue Jan 3, 2024 · 6 comments · Fixed by #1542
Assignees
Labels
area/ci bug Something isn't working high prio

Comments

@langchain4j
Copy link
Contributor

LocalAI version:
latest

Environment, CPU architecture, OS, and Version:
13th Gen Intel(R) Core(TM) i5-13400 2.50 GHz
64-bit operating system, x64-based processor
Windows 11 Pro 22621.2861

Describe the bug
docker pull quay.io/go-skynet/local-ai:latest does not finish, just hangs indefinitely

To Reproduce
docker pull quay.io/go-skynet/local-ai:latest

Expected behavior
Should pull image without problems

Logs

PS C:\dev> docker pull quay.io/go-skynet/local-ai:latest
latest: Pulling from go-skynet/local-ai
18f2c3b7ca52: Waiting                                                                                                                                               
8988ac7a69cc: Waiting                                                                                                                                               
d8d278fc41a9: Waiting                                                                                                                                               
32e75cdbd7a0: Waiting                                                                                                                                               
4445172115f2: Waiting                                                                                                                                               
e3ca2e15a286: Waiting                                                                                                                                               
251543e13596: Waiting
9979f8a64fa0: Waiting
a69bf6f0832a: Waiting
f890b3a79898: Waiting
2ea72ad1e176: Waiting
1df74f924389: Waiting
3d28119feef1: Waiting
ec7895c8ca33: Waiting
4ebe7e10b6a5: Waiting
a5633011e498: Waiting
ccdef4b734bc: Waiting

Additional context
This is not the first time I am getting this problem.
Would be great if you could host images on docker hub, I did not have such problems with it so far.

Thank you for the awesome project!

@langchain4j langchain4j added the bug Something isn't working label Jan 3, 2024
@mudler
Copy link
Owner

mudler commented Jan 3, 2024

I've used quay.io initially for the image pull limits. I've created the org now and applied with dockerhub for a free tier for the OSS program, let's see if it will get accepted.. meanwhile can setup CI for pushing images there too as well

@langchain4j
Copy link
Contributor Author

BTW DockerHub Pro plan (5 bucks/month) has 5k pulls/day

@mudler mudler reopened this Jan 4, 2024
@mudler
Copy link
Owner

mudler commented Jan 4, 2024

let's keep this open until this is properly documented and pushed by our CI

@mudler
Copy link
Owner

mudler commented Jan 4, 2024

the images repository is here : https://hub.docker.com/repository/docker/localai/localai/tags?page=1&ordering=last_updated

aronkahrs-us added a commit to aronkahrs-us/charts that referenced this issue Jan 5, 2024
Fix error pulling image from qualy.io (mudler/LocalAI#1541)

Signed-off-by: Aron Kahrs <85702110+aronkahrs-us@users.noreply.github.com>
stavros-k pushed a commit to truecharts/charts that referenced this issue Jan 5, 2024
Fix error pulling image from qualy.io
(mudler/LocalAI#1541) and update to v2.4.0

**Description**
Due to image pull limite of qualy.io, image of v2.4.0 has been moved to
docker.io
⚒️ Fixes 
(external issue)mudler/LocalAI#1541

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

**➕ App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Aron Kahrs <85702110+aronkahrs-us@users.noreply.github.com>
@JoshuaCWebDeveloper
Copy link

I spent the whole day trying to download the quay.io image with no success, the DockerHub image pulled first try! FYI, the public DockerHub link is: https://hub.docker.com/r/localai/localai/tags?page=1&ordering=last_updated

@mudler
Copy link
Owner

mudler commented Jan 11, 2024

closing now this ticket as docs were updated too, and images are available already

@mudler mudler closed this as completed Jan 11, 2024
GabrielBarzen pushed a commit to GabrielBarzen/charts that referenced this issue Feb 2, 2024
Fix error pulling image from qualy.io
(mudler/LocalAI#1541) and update to v2.4.0

**Description**
Due to image pull limite of qualy.io, image of v2.4.0 has been moved to
docker.io
⚒️ Fixes 
(external issue)mudler/LocalAI#1541

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

**➕ App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Aron Kahrs <85702110+aronkahrs-us@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci bug Something isn't working high prio
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants