#openjdk:8-jdk-slim not found

6 messages · Page 1 of 1 (latest)

sullen seal
#

Hi,
I have this error :

Dec 14 16:38:32 pterodactyl wings[38582]: ERROR: [Dec 14 16:38:32.053] failed to run install process for server error=failed to pull updated installation container image for server: Error response >Dec 14 16:38:32 pterodactyl wings[38582]: Stacktrace:
Dec 14 16:38:32 pterodactyl wings[38582]: Error response from daemon: manifest for openjdk:8-jdk-slim not found: manifest unknown: manifest unknown
Dec 14 16:38:32 pterodactyl wings[38582]: failed to pull updated installation container image for server
Dec 14 16:45:35 pterodactyl wings[38582]:  INFO: [Dec 14 16:45:35.461] destroying all registered sinks for server instance server=88f28678-fe71-4b35-bd75-4f3bb0f53b1d
Dec 14 16:47:18 pterodactyl wings[38582]:  INFO: [Dec 14 16:47:18.070] beginning installation process for server server=6c86c450-dce3-4e1c-aaea-fa38e80e942d
Dec 14 16:47:20 pterodactyl wings[38582]: ERROR: [Dec 14 16:47:20.951] failed to run install process for server error=failed to pull updated installation container image for server: Error response >Dec 14 16:47:20 pterodactyl wings[38582]: Stacktrace:
Dec 14 16:47:20 pterodactyl wings[38582]: Error response from daemon: manifest for openjdk:8-jdk-slim not found: manifest unknown: manifest unknown
Dec 14 16:47:20 pterodactyl wings[38582]: failed to pull updated installation container image for server

But in my egg docker images I only have :

Java 21|ghcr.io/pterodactyl/yolks:java_21
Java 17|ghcr.io/pterodactyl/yolks:java_17
Java 16|ghcr.io/pterodactyl/yolks:java_16
Java 11|ghcr.io/pterodactyl/yolks:java_11
Java 8|ghcr.io/pterodactyl/yolks:java_8

I don't have any openjdk:8-jdk-slim 🤷

plucky wharfBOT
#

@sullen seal; The docker image you are trying to use does not exist. Double-check it making sure it's in all lowercase and exists.

sullen seal
#

I know it doesn't exist, but where do I change it ? It isn't in my egg docker images list....

spark cobalt
#

update your egg

plucky wharfBOT
cold niche
#

Not to necropost, but the problem is that the openjdk:8-jdk-slim image was removed from docker hub and it's used for the egg installer.
Go to your forge nest egg -> install script
Scroll all the way down and where it says openjdk:8-jdk-slim replace that with eclipse-temurin:8-jdk-jammy (the image used for the forge enhanced egg)

Hope this helps