cyberops7

Results 24 comments of cyberops7

Chiming in here to say that I'm seeing the same/similar issue, running version 0.6.4. After updating the kube-vip manifest with ``` - name: svc_election value: "true" ``` All sorts of...

Can confirm the proposed fix results in retrieving the version properly: ``` ❯ curl --no-progress-meter -k -L -H "Accept-Encoding: identity" -H "Accept-Language: en" -L -A "Mozilla/5.0 (Windows NT 10.0; Win64;...

> The issue is in [`./start.sh` line 175](https://github.com/TheRemote/Legendary-Java-Minecraft-Geyser-Floodgate/blob/c30df67e8507ac0586532ae013b2dc72b0529b62/start.sh#L175) It seems https://ci.viaversion.com/job/ViaVersion/lastBuild/artifact/build/libs/ become minified and `curl ...` gets following: ` > So I made pull request #35 to fix it :)...

I cannot seem to view the results of the failed tests from Docker Hub. If you can tell me why they failed, I'll gladly make adjustments. As a test, I...

Here is sample log output from a run targeting server `1.21.4` without `QuietCurl`: ``` ################################################################################################################ Paper Minecraft Java Server Docker + Geyser/Floodgate script by James A. Chambers ################################################################################################################ Latest version...

Here is sample log output from a run targeting server `1.21.3` with `QuietCurl` and a few `NoBackup`s: ``` ################################################################################################################ Paper Minecraft Java Server Docker + Geyser/Floodgate script by James A....

Here is sample log output from a run with the user for the container overridden as `root`: ``` Script is running as 'root', switching to 'minecraft' user ... Changing ownership...

I'll try removing the `--platform` flags I added to the `builder` phase in the non-amd64 files and push up that commit to see if it resolves the test failures. Edit...

Redundant now with #42. I'll close this PR if that one gets merged.

This could be consolidated quite a bit, as well as other parts of the script with how it handles things like `$QuietCurl`, but I figured I'd keep this PR as...