Ben Wallis
99a992d985
Added iproute2 and net-tools to docker image to facilitate diagnosing network issues
2022-05-30 21:15:21 +01:00
Ben Wallis
73b5c03510
Changed veloren-server-cli to run in interactive basic mode as default. Removed -b and added -t which enables the tui.
2021-07-14 20:03:16 +01:00
Imbris
df16c20eb4
Require all commands to succeed in server-cli Dockerfile
2021-06-07 13:31:01 -04:00
Avi Weinstock
2e2b74fde1
Copy assets/server
to the right place in server-cli's Dockerfile.
2021-03-15 09:46:16 -04:00
Marcel Märtens
767bae540e
the docker container was missing the ca-certificates root store
...
Its now using ubuntus default root-store for tls operations.
2021-03-12 00:08:34 +01:00
Ben Wallis
c37b91fbf1
Changed Dockerfile to use ENTRYPOINT to allow the veloren-server-cli process to receive signals sent by Watchtower
2020-11-30 16:46:36 +00:00
Ben Wallis
51459c0733
Implemented graceful shutdown on SIGUSR1 signal. Added shutdown <seconds> TUI command. Added abortshutdown TUI command. Fixed a bug in TUI that caused a panic on quit in basic mode on windows.
2020-10-04 21:24:45 +01:00
Capucho
aa676a4327
Updated the Dockerfile
2020-09-01 23:03:42 +02:00
Marcel Märtens
c558c9de7c
fix server-cli tracing accepting RUST_LOG env var and pass RUST_LOG via docker-compose rather than hardcoding it
...
- however RUST_BACKTRACE=1 is still hardcoded as its probably useful
- dont spam the server-cli with debug
2020-06-29 11:05:55 +02:00
Marcel
342e46afcb
Install meta package librust-backtrace+libbacktrace-dev in debian, this might fix the problem that we dont have server backtraces.
...
According to its documentation its specifically tailed down to deliver everything for rust backtrace crate:
https://packages.debian.org/buster/librust-backtrace+libbacktrace-dev
The official requierement would be install `cc` and `ar`, where `ar` is in binutils, and `cc` seems to be in gcc-8 or a subpackage of it. Both would requiere about 100MB additionally for backtraces, while this package should requiere additional 8MB
2020-04-09 11:22:34 +00:00
Marcel
48b5977551
add watchtower support and fix CMD in Dockerfile
2020-03-22 14:56:14 +00:00
Marcel
d8cbd15204
Fix docker image for server-cli
2020-03-22 12:44:32 +00:00
Marcel Märtens
1fbdb9c590
auto-generated docker image for server-cli based on kaniko like i researched for torvus and correct release branch detection:
...
- ade4d37575
2020-02-26 17:08:46 +01:00