{"id":16790195,"url":"https://github.com/matthewpi/images","last_synced_at":"2025-04-05T08:06:06.931Z","repository":{"id":47439116,"uuid":"280915009","full_name":"matthewpi/images","owner":"matthewpi","description":"Docker images designed for use with Pterodactyl's Egg system.","archived":false,"fork":false,"pushed_at":"2023-10-17T00:21:29.000Z","size":154,"stargazers_count":45,"open_issues_count":3,"forks_count":545,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-29T07:05:52.674Z","etag":null,"topics":["docker","images","pterodactyl","pterodactyl-egg"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matthewpi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-19T17:22:41.000Z","updated_at":"2025-03-22T05:01:35.000Z","dependencies_parsed_at":"2023-10-17T05:42:42.908Z","dependency_job_id":"649ffe04-36c9-4097-84a3-a76d96573faa","html_url":"https://github.com/matthewpi/images","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewpi%2Fimages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewpi%2Fimages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewpi%2Fimages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthewpi%2Fimages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthewpi","download_url":"https://codeload.github.com/matthewpi/images/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305933,"owners_count":20917208,"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","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","images","pterodactyl","pterodactyl-egg"],"created_at":"2024-10-13T08:29:12.347Z","updated_at":"2025-04-05T08:06:06.913Z","avatar_url":"https://github.com/matthewpi.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Images\n\nThis repository contains a bunch of images designed for use with Pterodactyl's egg system.  Each image is rebuilt\nperiodically to ensure dependencies are always up-to-date.\n\nImages are hosted on both `ghcr.io` and `quay.io` for redundancy.\n\nTo use any of these images, use `ghcr.io/matthewpi/images:\u003cIMAGE\u003e` or `quay.io/matthewp/pterodactyl:\u003cIMAGE\u003e`.\n\nAny images ending with `-install` should only be used as a install image for running an install script, these images\nwill not work to run the actual server and are only designed to reduce installation time and network usage by\npre-installing common installation dependencies such as `curl` and `wget`.\n\n## Available Images\n\n### Games\n\n- [`source`](https://github.com/matthewpi/images/tree/master/games/source)\n  - Image specifically designed for running Source Engine servers.\n  - Tags\n    - `ghcr.io/matthewpi/images:source`\n    - `quay.io/matthewp/pterodactyl:source`\n  - Supported Architectures\n    - `linux/amd64`\n\n### Generic\n\n- [`alpine`](https://github.com/matthewpi/images/tree/master/generic/alpine)\n  - Generic [Alpine](https://alpinelinux.org) Linux image\n  - Tags\n    - `ghcr.io/matthewpi/images:alpine`\n    - `quay.io/matthewp/pterodactyl:alpine`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n- [`debian`](https://github.com/matthewpi/images/tree/master/generic/debian)\n  - Generic [Debian](https://www.debian.org/) image\n  - Tags\n    - `ghcr.io/matthewpi/images:debian`\n    - `quay.io/matthewp/pterodactyl:debian`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n- [`ubi`](https://github.com/matthewpi/images/tree/master/generic/ubi)\n  - Generic [RedHat UBI](https://developers.redhat.com/products/rhel/ubi) image\n  - Tags\n    - `ghcr.io/matthewpi/images:ubi`\n    - `quay.io/matthewp/pterodactyl:ubi`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n\n### Golang\n\n- [`go1.19`](https://github.com/matthewpi/images/tree/master/go/1.19)\n  - Tags\n    - `ghcr.io/matthewpi/images:go1.19`\n    - `quay.io/matthewp/pterodactyl:go1.19`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n- [`go1.20`](https://github.com/matthewpi/images/tree/master/go/1.20)\n  - Tags\n    - `ghcr.io/matthewpi/images:go1.20`\n    - `quay.io/matthewp/pterodactyl:go1.20`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n- [`go1.21`](https://github.com/matthewpi/images/tree/master/go/1.21)\n  - Tags\n    - `ghcr.io/matthewpi/images:go1.21`\n    - `quay.io/matthewp/pterodactyl:go1.21`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n\n### Java\n\n#### Java 8\n\n- [`java8`](https://github.com/matthewpi/images/tree/master/java/8)\n  - **This image is currently failing to build, it will not be rebuilt to update dependencies**\n  - Tags\n    - `ghcr.io/matthewpi/images:java8`\n    - `quay.io/matthewp/pterodactyl:java8`\n  - Supported Architectures\n    - `linux/amd64`\n  - End of life: `December 2030`\n- [`java8-zulu`](https://github.com/matthewpi/images/tree/master/java/8-zulu)\n  - Tags\n    - `ghcr.io/matthewpi/images:java8-zulu`\n    - `quay.io/matthewp/pterodactyl:java8-zulu`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n  - End of life: `December 2030`\n\n#### Java 11\n\n- [`java11-hotspot`](https://github.com/matthewpi/images/tree/master/java/11-hotspot)\n  - Tags\n    - `ghcr.io/matthewpi/images:java11-hotspot`\n    - `quay.io/matthewp/pterodactyl:java11-hotspot`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n  - End of life: `September 2026`\n- [`java11-zulu`](https://github.com/matthewpi/images/tree/master/java/11-zulu)\n  - Tags\n    - `ghcr.io/matthewpi/images:java11-zulu`\n    - `quay.io/matthewp/pterodactyl:java11-zulu`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n  - End of life: `September 2026`\n\n#### Java 17\n\n- [`java17-zulu`](https://github.com/matthewpi/images/tree/master/java/17-zulu)\n  - Tags\n    - `ghcr.io/matthewpi/images:java17-zulu`\n    - `quay.io/matthewp/pterodactyl:java17-zulu`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n  - End of life: `September 2029`\n\n#### Java 18\n\n- [`java18-zulu`](https://github.com/matthewpi/images/tree/master/java/18-zulu)\n  - Tags\n    - `ghcr.io/matthewpi/images:java18-zulu`\n    - `quay.io/matthewp/pterodactyl:java18-zulu`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n  - End of life: `September 2022`\n\n#### Java 19\n\n- [`java19-zulu`](https://github.com/matthewpi/images/tree/master/java/19-zulu)\n  - Tags\n    - `ghcr.io/matthewpi/images:java19-zulu`\n    - `quay.io/matthewp/pterodactyl:java19-zulu`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n  - End of life: `March 2023`\n\n#### Java 20\n\n- [`java20-zulu`](https://github.com/matthewpi/images/tree/master/java/20-zulu)\n  - Tags\n    - `ghcr.io/matthewpi/images:java20-zulu`\n    - `quay.io/matthewp/pterodactyl:java20-zulu`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n  - End of life: `September 2023`\n\n#### Java 21\n\n- [`java21-zulu`](https://github.com/matthewpi/images/tree/master/java/21-zulu)\n  - Tags\n    - `ghcr.io/matthewpi/images:java21-zulu`\n    - `quay.io/matthewp/pterodactyl:java21-zulu`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n  - End of life: `September 2028`\n\n### Node.js\n\n- [`node16`](https://github.com/matthewpi/images/tree/master/node/16)\n  - \u003chttps://catalog.redhat.com/software/containers/ubi9/nodejs-16-minimal/61a6059abfd4a5234d59621f\u003e\n  - Tags\n    - `ghcr.io/matthewpi/images:node16`\n    - `quay.io/matthewp/pterodactyl:node16`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n  - End of life: `September 2023`\n- [`node18`](https://github.com/matthewpi/images/tree/master/node/18)\n  - \u003chttps://catalog.redhat.com/software/containers/ubi9/nodejs-18-minimal/62e8e919d4f57d92a9dee838\u003e\n  - Tags\n    - `ghcr.io/matthewpi/images:node18`\n    - `quay.io/matthewp/pterodactyl:node18`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n  - End of life: `April 2025`\n\n### Python\n\n- [`python3.10`](https://github.com/matthewpi/images/tree/master/python/3.10)\n  - Tags\n    - `ghcr.io/matthewpi/images:python3.10`\n    - `quay.io/matthewp/pterodactyl:python3.10`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n- [`python3.11`](https://github.com/matthewpi/images/tree/master/python/3.11)\n  - Tags\n    - `ghcr.io/matthewpi/images:python3.11`\n    - `quay.io/matthewp/pterodactyl:python3.11`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n- [`python3.12`](https://github.com/matthewpi/images/tree/master/python/3.12)\n  - Tags\n    - `ghcr.io/matthewpi/images:python3.12`\n    - `quay.io/matthewp/pterodactyl:python3.12`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n\n### Runtimes\n\n- [`steamrt-sniper`](https://github.com/matthewpi/images/tree/master/runtimes/steamrt-sniper)\n  - Tags\n    - `ghcr.io/matthewpi/images:steamrt-sniper`\n    - `quay.io/matthewp/pterodactyl:steamrt-sniper`\n  - Supported Architectures\n    - `linux/amd64`\n\n### Installers\n\n- [`alpine-install`](https://github.com/matthewpi/images/tree/master/installers/alpine)\n  - Tags\n    - `ghcr.io/matthewpi/images:alpine-install`\n    - `quay.io/matthewp/pterodactyl:alpine-install`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n- [`debian-install`](https://github.com/matthewpi/images/tree/master/installers/debian)\n  - Tags\n    - `ghcr.io/matthewpi/images:debian-install`\n    - `quay.io/matthewp/pterodactyl:debian-install`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n- [`source-install`](https://github.com/matthewpi/images/tree/master/installers/source)\n  - Tags\n    - `ghcr.io/matthewpi/images:source-install`\n    - `quay.io/matthewp/pterodactyl:source-install`\n  - Supported Architectures\n    - `linux/amd64`\n- [`ubi-install`](https://github.com/matthewpi/images/tree/master/installers/ubi)\n  - Tags\n    - `ghcr.io/matthewpi/images:ubi-install`\n    - `quay.io/matthewp/pterodactyl:ubi-install`\n  - Supported Architectures\n    - `linux/amd64`\n    - `linux/arm64`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewpi%2Fimages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewpi%2Fimages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewpi%2Fimages/lists"}