Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mohist support is down #3246

Closed
WaveringAna opened this issue Jan 12, 2025 · 0 comments · Fixed by #3247
Closed

Mohist support is down #3246

WaveringAna opened this issue Jan 12, 2025 · 0 comments · Fixed by #3247

Comments

@WaveringAna
Copy link
Contributor

WaveringAna commented Jan 12, 2025

Describe the problem

It seems Mohist doesnt use codemc for their circleci anymore. The image helper tries to auto update and then crashes upon the 404 that occurs.

https://ci.codemc.io/job/MohistMC/job/Mohist-1.20.1/

Container definition

services:
  mc:
    image: itzg/minecraft-server:stable
    ports:
      - "25565:25565"
    environment:
      EULA: "true"
      #MOD_PLATFORM: CURSEFORGE
      # allocate from https://console.curseforge.com/ and set in .env file
      #CF_API_KEY: ""
      # Optional: select a specific version/file
      #CF_FILENAME_MATCHER: "0.2.34"
      TYPE: MOHIST
      GENERIC_PACK: /modpacks/modpack.zip
      MEMORY: 8G
#      FORGE_VERSION: ${FORGE_VERSION:-47.3.11}
      VERSION: 1.20.1
      MOHIST_BUILD: 923
      OPS: "QuixoticLove"
    volumes:
      - ./data:/data
      - ./modpacks:/modpacks:ro
      - ./mods:/mods:ro
      - ./plugins:/plugins:ro
    restart: unless-stopped

Container logs

$ docker compose up
[+] Running 1/0
 ✔ Container minecraft-mc-1  Recreated                                                                                                                                                                                    0.1s
Attaching to mc-1
mc-1  | [init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x 20 1000 1000 4096 Dec 30 18:30 /data'
mc-1  | [init] Resolving type given MOHIST
mc-1  | [init] Resolved version given 1.20.1 into 1.20.1
mc-1  | [mc-image-helper] 03:10:54.800 WARN  : https://ci.codemc.io/job/MohistMC/job/Mohist-1.20.1/ cannot be retrieved: status=404
mc-1  | [init] ERROR: mohist builds do not exist for 1.20.1
mc-1  | [init]        check https://ci.codemc.io/job/MohistMC/ for available versions
mc-1  | [init]        and set VERSION accordingly
mc-1 exited with code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant