docker-minecraft-server: Cannot build image based on minecraft-server
Hello,
I’m currently making some scripts on my CI to autobuild my modpack with a custom launcher but the server part is not working.
When my CI server is running the FROM command in my Dockerfile
FROM itzg/minecraft-server:latest
I get that error :
Status: Downloaded newer image for itzg/minecraft-server:latest \# Executing 3 build triggers ---> Running in 3827247d5f43 Removing intermediate container 3827247d5f43 COPY failed: stat /var/lib/docker/tmp/docker-builder148438726/Dockerfile: no such file or directory
Docker version 18.09.6, build 481bc77
I don’t know how to fix this but my other Dockerfile scripts are running without a problem.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (13 by maintainers)
Commits related to this issue
- mc: guard ONBUILD RUN of ToF build tools For #331 — committed to itzg/docker-minecraft-server by itzg 5 years ago
- Delegate ToF buildtools inclusion to extending images (#331) — committed to itzg/docker-minecraft-server by itzg 5 years ago
Sorry for the delay on this @fangedhex . The latest image on Docker Hub now delegates ToF buildtools to be augmented by a derivative image.
@fangedhex if I remember correctly that was to ensure the
ONBUILD COPY
wouldn’t fail when noplugins.yml
file(s) were present.