kha7iq / charts

Centralized Helm Chart Repository for a Variety of Charts
https://charts.lmno.pk
MIT License
1 stars 2 forks source link

Docker daemon issue #1

Closed serajhqi closed 6 days ago

serajhqi commented 2 weeks ago

Hello

I deployed gitea act runner using your helm chart. I have the following step in my gitea actions:

 - name: Set up Docker Buildx
   uses: docker/setup-buildx-action@v3

I get this error once it runs:

image

How can I resolve it?

kha7iq commented 2 weeks ago

Hi @serajhqi

This issue is not related to chart, i think you will be able to find a solution by either checking the act runner repo i.e https://gitea.com/gitea/act_runner/issues/280 Or docker/setup-buildx-action@v3 action

serajhqi commented 2 weeks ago

I had tried this solutions and I had no success. Actually I found it insecure to run it with root user on the server that my Kube was running. So Finally I managed to run it using docker compose on a separate server and connect it my Gitea.

Thank you for your quick response and the this repo.

Best Regards

kha7iq commented 6 days ago

I am glad it worked out for you.