ovpn-admin icon indicating copy to clipboard operation
ovpn-admin copied to clipboard

Raspberry Pi 4B vs. ovpn-admin

Open schejbity opened this issue 3 years ago • 1 comments

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

schejbity avatar Nov 17 '21 21:11 schejbity

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 avatar Dec 29 '21 10:12 pashcovich