eisengrind / docker-altv-server

The unofficial alt:V server Docker image.
https://hub.docker.com/r/eisengrind/altv-server
MIT License
21 stars 18 forks source link

JS Tags are broken #7

Closed StiviiK closed 4 years ago

StiviiK commented 4 years ago

The new JS tags are incorrectly pushed and therefore not available. image

pixlcrashr commented 4 years ago

Thanks for the issue. Will be fixed ASAP.

pixlcrashr commented 4 years ago

@StiviiK Should be fixed by now.

Also note that I have changed the main tag nodejs to js. (I'll provide backwards support for the nodejs tag).

StiviiK commented 4 years ago

Thanks!

StiviiK commented 4 years ago

@TheMysteriousVincent libnode.so.72 is missing in the new tags.

docker run -it --rm eisengrind/altv-server:release-js
[14:55:05] alt:V Server, build #1181, branch release
[14:55:05] Starting Alt:V Server on Docker! on 0.0.0.0:7788
[14:55:05][Error] Failed to load "js-module.so", Unix error: libnode.so.72: cannot open shared object file: No such file or directory
[14:55:05] Starting HTTP server on 0.0.0.0:7788
[14:55:05] Server started
pixlcrashr commented 4 years ago

@StiviiK Fixed. The library could not be found due to the missing LD_LIBRARY_PATH variable.

pixlcrashr commented 4 years ago

Images are now pushed to DockerHub.

StiviiK commented 4 years ago

Looks good. Thanks.