Rename workflow job names from the old "yolks:*" convention to explicit component prefixes (apps, base, bot, box64, bun, tarkov) and adjust GHCR tag/owner checks to reference the 2sharkystudios organization where applicable. Add a basic tarkov/installer.sh file. Streamline the tarkov v4.0.11 Dockerfile by consolidating apt installs, retaining apt list cleanup, refining .NET and PowerShell install steps, and improving build artifact handling (move outputs to /home/container, cleanup workspace and /build).
Rename the workflow job and GHCR tags to use a dotnet-prefixed name, and switch GHCR image references from parkervcp to 2sharkystudios. Updates .github/workflows/dotnet.yml to change the job name and tag paths (ghcr.io/.../yolks:dotnet_ -> ghcr.io/.../dotnet:dotnet_), and updates dotnet/9/Dockerfile to use ghcr.io/2sharkystudios/yolks:debian as the base image for consistency.
* add wine 7-10
Add images for wine tagged to specific versions
* wine 9 remove libldap package
* add locales; cleanup the image
* Update Dockerfile
* missed locales package
* sort packages
* Update Dockerfile
* update default env
update all wine images with the same default env values
set `winedebug` to `-all`
remove `winearch=win64` as that is the default for wine
* update readme and workflow
* add wine 7-10
Add images for wine tagged to specific versions
* wine 9 remove libldap package
* update default env
update all wine images with the same default env values
set `winedebug` to `-all`
remove `winearch=win64` as that is the default for wine
* update readme and workflow
---------
Co-authored-by: gOOvER <116325+gOOvER@users.noreply.github.com>
- Added Nodejs version 22 and 23
- Starting Nodejs 20, 22, and above will not use the Debian version code name to follow the release of the latest Debian operating system version in the future
- In Dockerfile Nodejs 18, and 21 will install npm version 10.x.x