Baptiste Gauduchon

Results 55 issues of Baptiste Gauduchon

Using https://github.com/ptitSeb/box86

enhancement
question

Avoid image suppression after 6 months of inactivity

enhancement

This way released images do not get overridden. Also improve the CI action at the same time (triggers cleanup etc)

enhancement

We first need to find a way to properly handle permissions on game files volume mount, and then use a non-root runtime user. Exemple user setup to be added in...

enhancement

https://help.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates Issue template should contain: * short issue description * Is there any issue already open * Docker version * cod2server image tag * Server logs

project management

HEALTHCHECK --interval=5s --timeout=3s --retries=7 CMD if [ -z "$(echo -e '\xff\xff\xff\xffgetinfo' | nc -w 1 -u 127.0.0.1 ${CHECK_PORT})" ]; then exit 1; else exit 0; fi

enhancement

The doc is more or less centralized in the `/doc` folder for the moment.

question
project management

Since using GitHub actions, autobuild on the Docker Hub registry have been disabled. The issue is that the readme displayed on the registry [landing page](https://hub.docker.com/r/bgauduch/cod2server) is only updated when auto...

enhancement

make the doc clearer about theses settings, also update the way it is used and setup (separate both clearly instead of the default `/home/USER/.call-o-duty-2` folder when game folder is RO).

enhancement