{"id":17736748,"url":"https://github.com/ijo42/glauncherdockered","last_synced_at":"2025-10-20T05:20:59.426Z","repository":{"id":38312526,"uuid":"279018869","full_name":"ijo42/GLauncherDockered","owner":"ijo42","description":"Docker Image with GravitLauncher and minimal needed JVM to run","archived":false,"fork":false,"pushed_at":"2024-12-30T09:40:03.000Z","size":93,"stargazers_count":11,"open_issues_count":7,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T22:51:24.490Z","etag":null,"topics":["docker","docker-compose","launcher","minecraft"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/ijo42/glauncher","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ijo42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-12T07:59:06.000Z","updated_at":"2024-12-30T09:40:07.000Z","dependencies_parsed_at":"2024-01-19T09:29:04.949Z","dependency_job_id":"933e54a8-ceb4-42f8-b1cc-1945053bc58d","html_url":"https://github.com/ijo42/GLauncherDockered","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ijo42/GLauncherDockered","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijo42%2FGLauncherDockered","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijo42%2FGLauncherDockered/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijo42%2FGLauncherDockered/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijo42%2FGLauncherDockered/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ijo42","download_url":"https://codeload.github.com/ijo42/GLauncherDockered/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijo42%2FGLauncherDockered/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266473053,"owners_count":23934476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","launcher","minecraft"],"created_at":"2024-10-26T00:24:17.711Z","updated_at":"2025-10-20T05:20:54.399Z","avatar_url":"https://github.com/ijo42.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GravitLauncherDockered\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/ijo42/glauncher?style=for-the-badge\u0026logo=Docker\u0026labelColor=325358\u0026color=c0ffee\u0026logoColor=white)](https://hub.docker.com/repository/docker/ijo42/glauncher)\n[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/ijo42/glauncher?label=Image%20size\u0026sort=date\u0026style=for-the-badge\u0026logo=Docker\u0026labelColor=325358\u0026color=c0ffee\u0026logoColor=white)](https://hub.docker.com/repository/docker/ijo42/glauncher)\n[![GitHub Repo stars](https://img.shields.io/github/stars/ijo42/GLauncherDockered?label=GitHub%20Stars\u0026style=for-the-badge\u0026logo=Github\u0026labelColor=325358\u0026color=c0ffee)](https://github.com/ijo42/GLauncherDockered)\n[![GitHub forks](https://img.shields.io/github/forks/ijo42/GLauncherDockered?label=GitHub%20Forks\u0026style=for-the-badge\u0026logo=Github\u0026labelColor=325358\u0026color=c0ffee)](https://github.com/ijo42/GLauncherDockered)\n\n---\n\nRepo contains [GravitLauncher](https://github.com/GravitLauncher), with [lsiobase/alpine](https://hub.docker.com/r/lsiobase/alpine) as the base image and minimal [liberica](https://bell-sw.com) JDK for image size reduce.\n\nThe [lsiobase/alpine](https://hub.docker.com/r/lsiobase/alpine) image is a custom base image built with [Alpine linux](https://alpinelinux.org/) and [S6 overlay](https://github.com/just-containers/s6-overlay).\nUsing this image allows us to use the same user/group ids in the container as on the host, making file transfers much easier\n\n# Deployment\n\n| Tags           | Description                                                          |\n|----------------|----------------------------------------------------------------------|\n| `latest`       | Using the `latest` tag will pull the weekly-builded image.           |\n| `latest-arm64` | Using the `latest` tag will pull the weekly-builded image. (testing) |\n\n## Pre-built images `latest`\n\nusing docker-compose:\n\n```docker-compose.yml\nversion: \"2\"\nservices:\n  launchserver:\n    image: ijo42/glauncher:latest\n    container_name: launchserver\n    restart: unless-stopped\n    tty: true\n    stdin_open: true\n    environment:\n      - TZ=Europe/Moscow # Timezone\n      - PUID=1000  # User  ID `id $(whoami) -u`\n      - PGID=1000  # Group ID `id $(whoami) -g`\n    ports:\n      - 9274:9274\n    volumes:\n      - /host/path/to/launchserver:/app/launchserver\n```\n\nUsing CLI:\n\n```bash\ndocker create \\\n  --name=launchserver \\\n  -it -p 9274:9274 \\\n  -e TZ=Europe/Moscow `# Timezone` \\\n  -e PUID=1000 `# User ID` \\\n  -e PGID=1000 `# Group ID` \\\n  -v /host/path/to/launchserver:/app/launchserver `# Where conf will be stored` \\\n  --restart unless-stopped \\\n  ijo42/glauncher:latest\n```\n\n# Configuration\n\n| Configuration                                                           | Explanation                              |\n|-------------------------------------------------------------------------|------------------------------------------|\n| [Restart policy](https://docs.docker.com/compose/compose-file/#restart) | \"no\", always, on-failure, unless-stopped |\n| TZ                                                                      | Timezone                                 |\n| PUID                                                                    | for UserID                               |\n| PGID                                                                    | for GroupID                              |\n\n## User / Group Identifiers\n\nWhen using volumes, permissions issues can arise between the host OS and the container. [Linuxserver.io](https://www.linuxserver.io/) avoids this issue by allowing you to specify the user `PUID` and group `PGID`.\n\nEnsure any volume directories on the host are owned by the same user you specify and any permissions issues will vanish like magic.\n\nIn this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as below:\n\n```\n  $ id $(whoami)\n    uid=1000(dockeruser) gid=1000(dockergroup) groups=1000(dockergroup)\n```\n\n# Building the image yourself\n\nUse the [Dockerfile](https://github.com/ijo42/GLauncherDockered/Dockerfile) to build the image yourself, in case you want to make any changes to it\n\ndocker-compose.yml:\n\n```docker-compose.yml\nversion: '2'\nservices:\n  launchserver:\n    container_name: launchserver\n    build:\n        context: ./GLauncherDockered\n        args:\n        - LAUNCHER_VERSION=a4355d1d\n        - RUNTIME_VERSION=aa6fe1a8\n    restart: unless-stopped\n    tty: true\n    stdin_open: true\n    volumes:\n      - /host/path/to/launchserver:/app/launchserver\n    environment:\n      - TZ=Europe/Moscow # Timezone\n      - PUID=1000  # User  ID `id $(whoami) -u`\n      - PGID=1000  # Group ID `id $(whoami) -g`\n```\n\n1. Clone the repository: `git clone https://github.com/ijo42/GLauncherDockered.git`\n2. Prepare docker-compose.yml file as seen above\n3. `docker-compose up -d --build launchserver`\n4. ???\n5. Profit!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fijo42%2Fglauncherdockered","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fijo42%2Fglauncherdockered","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fijo42%2Fglauncherdockered/lists"}