Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging debian 12 #178

Merged
merged 13 commits into from
Nov 10, 2023
Merged

Staging debian 12 #178

merged 13 commits into from
Nov 10, 2023

Commits on Jul 19, 2023

  1. Multiple Updates

    This provides the following updates:
    
    - Switches to Debian 12 slim
    - Uses Adoptium for Java
    - Adds Wine & Xvfb
    - Adds miscellaneous dependencies identified previously for specific games
    
    My main goal here was to mirror the CubeCoders Docker images as closely as possible. While it doesn't make much difference in terms of how the image will function, it makes future changes between the two more streamlined.
    
    Also adding support for Xvfb/Wine allows for many more games to run.
    
    My next step will be adding Box/Box64 support for ARM systems to play I386 through emulation in a future Pull Request. :)
    IceOfWraith committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e38b3fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #168 from IceOfWraith/staging-decadeus

    Multiple Updates
    MitchTalmadge authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    60fd4ca View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Trigger rebuild

    MitchTalmadge authored Sep 3, 2023
    Configuration menu
    Copy the full SHA
    be790bb View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Fix adduser

    MitchTalmadge committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    6f44a6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    781f419 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5857976 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6b36f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7faecdb View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Sort dependencies

    MitchTalmadge committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c46b8a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ba22a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Add python3-venv

    This adds support for the latest Python3 changes that require virtual environments and in turn, GatekeeperV2 support.
    IceOfWraith authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a98d235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e5c7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a747249 View commit details
    Browse the repository at this point in the history