NoxInmortus / docker-maniaplanet

Deprecated mirror of : https://git.spartan.noxinmortus.fr/docker/docker-maniaplanet
MIT License
3 stars 2 forks source link

Error response from daemon: manifest for noxinmortus/docker-maniaplanet:pterodactyl not found #8

Open w00p opened 1 year ago

w00p commented 1 year ago

Hi, i have installed the egg (import json), and created the server. But when it starts I get the following error, can this be resolved?

container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
container@pterodactyl~ Error Event [4b565c9f-c430-41f4-9cb1-11f166bffb2d]: environment/docker: failed to pull "noxinmortus/docker-maniaplanet:pterodactyl" image for server: Error response from daemon: manifest for noxinmortus/docker-maniaplanet:pterodactyl not found: manifest unknown: manifest unknown
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: Finished pulling Docker container image
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: Server crash was detected but an error occurred while handling it.
[Pterodactyl Daemon]: Finished pulling Docker container image
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.
NoxInmortus commented 1 year ago

Hi @w00p, thanks for your interest. I'm in a huge rework of my internal infrastructure, and I removed obsolete images from docker hub some while ago. I don't know when I will be able to build a CI to build and push images again.

I suggest that you build it yourself for now:

git clone https://github.com/NoxInmortus/docker-maniaplanet
docker build -t noxinmortus/docker-maniaplanet:pterodactyl pterodactyl/.

You will then have the image locally (or you can build and push it on your own docker repository).