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

🐛Docket Compose not working. #283

Closed
Pablitus opened this issue Nov 4, 2024 · 6 comments
Closed

🐛Docket Compose not working. #283

Pablitus opened this issue Nov 4, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@Pablitus
Copy link

Pablitus commented Nov 4, 2024

Note

Please stick to the template and provide as much detail as possible to help us diagnose and fix the issue.
Low effort bug reports will be closed.

Describe the bug
Docket compose -d not finishing setup
Expected behavior
Full install Hi Envents

Screenshots
2024-11-04 11_18_17-172 16 16 172 - PuTTY

Hi.Events Version and platform
Latest git repository.
OS Alpine Linux 3.20 with Docker and Docker Compose

@Pablitus Pablitus added the bug Something isn't working label Nov 4, 2024
@daveearley
Copy link
Contributor

Did you get this working? It looks like a temporary error related to one of the dependencies. It's not related to Hi.Events itself.

@Pablitus
Copy link
Author

Pablitus commented Nov 7, 2024

No

Status: Downloaded newer image for node:alpine
---> bd8023897f38
Step 2/20 : WORKDIR /app/frontend
---> Running in 3c08d11f1e59
Removing intermediate container 3c08d11f1e59
---> 0361114a767f
Step 3/20 : RUN apk add --no-cache yarn
---> Running in 4056a8077817
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
WARNING: fetching https://dl-cdn.alpinelinux.org/alpine/v3.20/main: Permission denied

@Pablitus
Copy link
Author

Pablitus commented Nov 7, 2024

root@ntshievents:~/hi.events/docker/all-in-one# docker-compose up -d
Building all-in-one
Sending build context to Docker daemon 12.3MB
Step 1/20 : FROM node:alpine AS node-frontend
---> bd8023897f38
Step 2/20 : WORKDIR /app/frontend
---> Using cache
---> 0361114a767f
Step 3/20 : RUN apk add --no-cache yarn
---> Running in 4b40a89361ab
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
WARNING: fetching https://dl-cdn.alpinelinux.org/alpine/v3.20/main: Permission denied
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
WARNING: fetching https://dl-cdn.alpinelinux.org/alpine/v3.20/community: Permission denied
ERROR: unable to select packages:
yarn (no such package):
required by: world[yarn]
The command '/bin/sh -c apk add --no-cache yarn' returned a non-zero code: 1
ERROR: Service 'all-in-one' failed to build : Build failed

@daveearley
Copy link
Contributor

Can you access this URL: dl-cdn.alpinelinux.org/alpine/v3.20/community in your browser?

@Pablitus
Copy link
Author

Pablitus commented Nov 7, 2024

In my PC, yes...

In the server
root@ntshievents:~# curl dl-cdn.alpinelinux.org/alpine/v3.20/community

<title>301 Moved Permanently</title>

301 Moved Permanently


nginx/1.27.1 root@ntshievents:~#

@daveearley
Copy link
Contributor

Hi @Pablitus,

I'm going to close this as it appears to be an issue with you network, and not with Hi.Events.

I'll reopen if someone else encounters the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants