Red-Thirten e750a642c9 Arma 3 Image Cleanup & Refurbishment
Files:
- Remove dependency of having `libnss_wrapper.so` libraries directly in the image. Instead, use the libraries provided with their respective packages. This fixes the current 32-bit version being broken and ensures the libraries stay up to date with their respective packages.
- Slight change to passwd.template to accommodate variable name change.

Dockerfile:
- Change the base image to Debian, which from testing appears to run cleaner and faster for Arma. It also should yield a smaller image.
- Fix depreciated `ENV` call format.
- Removed un-needed packages.
- Added iproute2 package.
- Consolidated the NSS Wrapper setup to a commented group of lines to make understanding it's purpose and setup more clear.
- Added shell flag to `useradd` command.

Entrypoint:
- General cleanup.
- Changed `LD_PRELOAD`s to point to package-provided library file locations.
2022-05-22 17:35:03 -07:00
2022-05-02 17:54:08 +02:00
2021-11-18 21:38:10 +02:00
2021-05-15 11:26:03 -07:00
2020-07-19 11:26:09 -06:00
2022-05-02 17:54:08 +02:00

Yolks

A curated collection of core images that can be used with Pterodactyl's Egg system. Each image is rebuilt periodically to ensure dependencies are always up-to-date.

Images are hosted on ghcr.io and exist under the games, installers, and yolks spaces. The following logic is used when determining which space an image will live under:

  • games — anything within the games folder in the repository. These are images built for running a specific game or type of game.
  • installers — anything living within the installers directory. These images are used by install scripts for different Eggs within Pterodactyl, not for actually running a game server. These images are only designed to reduce installation time and network usage by pre-installing common installation dependencies such as curl and wget.
  • yolks — these are more generic images that allow different types of games or scripts to run. They're generally just a specific version of software and allow different Eggs within Pterodactyl to switch out the underlying implementation. An example of this would be something like Java or Python which are used for running bots, Minecraft servers, etc.

All of these images are available for linux/amd64 and linux/arm64 versions, unless otherwise specified, to use these images on an arm system, no modification to them or the tag is needed, they should just work.

Contributing

When adding a new version to an existing image, such as java v42, you'd add it within a child folder of java, so java/42/Dockerfile for example. Please also update the correct .github/workflows file to ensure that this new version is tagged correctly.

Available Images

Oses

  • alpine
    • ghcr.io/parkervcp/yolks:alpine
  • debian
    • ghcr.io/parkervcp/yolks:debian
  • ubuntu
    • ghcr.io/parkervcp/yolks:ubuntu

Bot

  • bastion
    • ghcr.io/parkervcp/yolks:bot_bastion
  • parkertron
    • ghcr.io/parkervcp/yolks:bot_parkertron
  • redbot
    • ghcr.io/parkervcp/yolks:bot_red
  • sinusbot
    • ghcr.io/parkervcp/yolks:bot_sinusbot

Cassandra

dotNet

Erlang

  • erlang22
    • ghcr.io/parkervcp/yolks:erlang_22
  • erlang23
    • ghcr.io/parkervcp/yolks:erlang_23
  • erlang24
    • ghcr.io/parkervcp/yolks:erlang_24

Games

  • altv
    • ghcr.io/parkervcp/games:altv
  • arma3
    • ghcr.io/parkervcp/games:arma3
  • samp
    • ghcr.io/parkervcp/games:samp
  • source
    • ghcr.io/parkervcp/games:source

Golang

  • go1.14
    • ghcr.io/parkervcp/yolks:go_1.14
  • go1.15
    • ghcr.io/parkervcp/yolks:go_1.15
  • go1.16
    • ghcr.io/parkervcp/yolks:go_1.16

Java

  • java7
    • ghcr.io/parkervcp/yolks:java_7
  • java8
    • ghcr.io/parkervcp/yolks:java_8
  • java9
    • ghcr.io/parkervcp/yolks:java_9
  • java11
    • ghcr.io/parkervcp/yolks:java_11
  • java14
    • ghcr.io/parkervcp/yolks:java_14
  • java16
    • ghcr.io/parkervcp/yolks:java_16
  • java17
    • ghcr.io/parkervcp/yolks:java_17

MariaDB

MongoDB

Mono

Nodejs

  • node12
    • ghcr.io/parkervcp/yolks:nodejs_12
  • node14
    • ghcr.io/parkervcp/yolks:nodejs_14
  • node16
    • ghcr.io/parkervcp/yolks:nodejs_16
  • node17
    • ghcr.io/parkervcp/yolks:nodejs_17
  • node18
    • ghcr.io/parkervcp/yolks:nodejs_18

PostgreSQL

Python

Redis

  • Redis 5
    • ghcr.io/parkervcp/yolks:redis_5
  • Redis 6
    • ghcr.io/parkervcp/yolks:redis_6

Rust

Voice

  • TeaSpeak
    • ghcr.io/parkervcp/yolks:voice_teaspeak

Wine

  • Wine
    • ghcr.io/parkervcp/yolks:wine_latest

Installation Images

Description
Docker images designed for use with Pterodactyl's Egg system.
Readme 1.6 MiB
Languages
Dockerfile 65.8%
Shell 32.6%
JavaScript 1.6%