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

Raspberry Pi 4B vs. ovpn-admin #80

Closed
schejbity opened this issue Nov 17, 2021 · 1 comment · Fixed by #132
Closed

Raspberry Pi 4B vs. ovpn-admin #80

schejbity opened this issue Nov 17, 2021 · 1 comment · Fixed by #132
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@schejbity
Copy link

schejbity commented Nov 17, 2021

Hi developer,

please could you help me with my problem?
I want to try install ovpn-admin on my RPi. I tried docker variant
and an error message appears after running the start.sh script.
Is there some solution?

Thanks a lot.
Sorry, I'm a linux rookie.

root@raspberrypi:~/ovpn-admin# ./start.sh Building openvpn Step 1/4 : FROM alpine:3.13 ---> c7140641fa49 Step 2/4 : RUN apk add --update bash openvpn easy-rsa && ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin && wget https://github.com/pashcovich/openvpn -user/releases/download/v1.0.3/openvpn-user-linux-amd64.tar.gz -O - | tar xz -C /usr/local/bin && rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/* ---> Using cache ---> 2951f531f259 Step 3/4 : COPY setup/ /etc/openvpn/setup ---> Using cache ---> d688a58731e4 Step 4/4 : RUN chmod +x /etc/openvpn/setup/configure.sh ---> Using cache ---> 6821bdb55430 Successfully built 6821bdb55430 Successfully tagged openvpn:local Building ovpn-admin Step 1/12 : FROM node:14.2-alpine3.11 AS frontend-builder 14.2-alpine3.11: Pulling from library/node ERROR: Service 'ovpn-admin' failed to build: no matching manifest for linux/arm/v7 in the manifest list entries

@pashcovich
Copy link
Contributor

looks like there are no docker image available for nodejs v14.2 on alpine for arm/v7, i found only from version 14.5.
i hope in January i will got my new raspberry pi 4b and can test.
also now you can try to change image version from node:14.2-alpine3.11 to 14.5-alpine3.11 or use already prebuilt image from release page. e.g this

@pashcovich pashcovich self-assigned this May 24, 2022
@pashcovich pashcovich added this to the 2.0 milestone May 24, 2022
@pashcovich pashcovich added the enhancement New feature or request label May 24, 2022
@pashcovich pashcovich modified the milestone: 2.0 Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants