-
Notifications
You must be signed in to change notification settings - Fork 2.3k
azure pipeline agent #2046
base: master
Are you sure you want to change the base?
azure pipeline agent #2046
Conversation
I see a lot of no goos. Script as startup, hardlock the versions, not using the github release grab scripts, if dotnet is needed for instalation use a pre build container image for that. |
You missed all readme's |
its not possible to use a github release grab script because all other releases use a different dotnet version etc |
Also you need dotnet in the install script but not in the game server? |
also this echo "-----------------------------------------"
echo "Installation completed"
echo "-----------------------------------------" should only be used at the end of the install script not somewhere in between
|
@YannickFuereder I made a commit to this PR. Please test it out for me and show me the install logs. If the install fails due to there not being dotnet then and only then change the install image to |
another issue occured while testing the agent need root permissions how do i do that? i think i got time for testing your commit today |
you cant run root in a container. |
As goover stated, not. If it is required, then this will not work. Likely it is just a check in the script. As we do not support running a script as the startup and running the bin directly will likely work, if not then this will not run in pterodactl |
fixed your install script this somehow also fixed my root problem everything seems to work fine are there still any issues? |
What was wrong with the install script? It worked fine. Also it will not be merged with the startup as a script that is easy a no go |
Also wy do you need dotnet in the install script but not in the game container? |
you missed an apt update, and you updated export i need dotnet in my game container as well i'm going to write a startup command that should work for all version |
ghcr.io/parkervcp/yolks:dotnet_6 |
Description
Checklist for all submissions
New egg Submissions