Giter Site home page Giter Site logo

parkervcp / images Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pterodactyl/images

26.0 26.0 72.0 1.01 MB

Generic docker containers designed to work with Pterodactyl Panel and its daemon.

Home Page: https://pterodactyl.io

License: MIT License

images's People

Contributors

daneeveritt avatar donotspampls avatar exonical avatar parkervcp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

images's Issues

New docker image with Java 13 ShenandoahGC ready

Hi guys, thanks for this open source project!
Very well documented, even without understanding linux I was able to install my panel easily.

I'm hosting Minecraft 1.15.2 and apparently the use of garbage collectors like ShenandoahGC has proven to be superior to G1GC in this version.

After several searches I found that unfortunately the java version made available by Oracle (openjdk 11, 12 and 13) does not come with the option enabled.

The reason is explained here..

Project page with all relevant information

Could you help me install a compatible docker image?

I really tried to create a dockerfile but due to lack of knowledge I couldn't.

I was trying to install this java 13 which is compatible according to the project instructions.

Thanks parker!

Termination signals aren't being forwarded

Panel Version: all
Daemon Version: all
Service: all
Docker Image: all
Modified: no

Errors that you are experiencing:
Entrypoint start the server process by using fork (so that the new process is spawned and the entrypoint stays PID 1). Shell doesn't forward termination signals by default, so all eggs that depend on SIGINT (or any other signal) to gracefully stop the container currently don't work as expected.

The server process should be started using "exec", so it replaces the current process and takes the PID 1. This way termination signals sent to the container will actually reach the server process which can then act accordingly.

wine-source netrypoint.sh should not remove ""

Please fill out the information bellow and remove from the line up
If you just submit a bug with no info I will close out your bug.

Panel Version: 1.0RC7
Daemon Version: 1.0RC7
Service: PixARK
Docker Image: wine-source
Modified: no
Errors that you are experiencing:

This line MODIFIED_STARTUP=eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')

removes ""

Output:
:/home/container$ wine64 ./ShooterGame/Binaries/Win64/PixARKServer.exe CubeWorld_Light?listen?MaxPlayers=10?SessionName=Pterodactyl PixARK Server?Port=27030?QueryPort=27031?RCONPort=27032?ServerPassword=PWTEST?ServerAdminPassword=ADMINPWTEST?CULTUREFORCOOKING=en -NoBattlEye -CubePort=27033 -cubeworld=world -nosteamclient -NoHangDetection -game -server -log

See at ?SessionName=Pterodactyl PixARK Server
This should be ?SessionName="Pterodactyl PixARK Server"

Also this Part:
CubeWorld_Light?listen?MaxPlayers=10?SessionName=Pterodactyl PixARK Server?Port=27030?QueryPort=27031?RCONPort=27032?ServerPassword=PWTEST?ServerAdminPassword=ADMINPWTEST?CULTUREFORCOOKING=en

Should be "CubeWorld_Light?listen?MaxPlayers=10?SessionName=Pterodactyl PixARK Server?Port=27030?QueryPort=27031?RCONPort=27032?ServerPassword=PWTEST?ServerAdminPassword=ADMINPWTEST?CULTUREFORCOOKING=en"

Bad time in container (-1h)

Please fill out the information bellow and remove from the line up
If you just submit a bug with no info I will close out your bug.

Panel Version: 1.2.2
Daemon Version: 1.2.3
Service: RUST
Docker Image: Docker version 20.10.3, build 48d30b5
Modified: no

Errors that you are experiencing:

problem is with time on containers, everything is set ok on host but still i have -1H on containers. I think the problem is that there is no /etc/timezone file (or link from host /etc/timezone). My configs looks like this:

HOST time:

root@xxx ~ # timedatectl Local time: Tue 2021-02-23 10:48:12 CET Universal time: Tue 2021-02-23 09:48:12 UTC RTC time: Tue 2021-02-23 09:48:12 Time zone: Europe/Warsaw (CET, +0100) System clock synchronized: yes NTP service: active RTC in local TZ: no

pterodactyl env:

APP_TIMEZONE=Europe/Warsaw

container has TZ ok:

"Env": [ "TZ=Europe/Warsaw",

container time:

root@xxx ~ # docker exec -it d9e4xxxxxc0 date Tue Feb 23 09:51:05 Europe 2021

tzselect on contaner:

root@dcxxx0-68ab-4xx1-a0ca-xxxx6:/etc# tzselect /usr/bin/tzselect: line 180: /usr/share/zoneinfo/iso3166.tab: No such file or directory /usr/bin/tzselect: time zone files are not set up correctly

there is always -1h, it shows UTC time not local GMT+1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.