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

[BUG] upstream deprecation warning #63

Closed
1 task done
lmaddox opened this issue Aug 22, 2024 · 2 comments · Fixed by #64
Closed
1 task done

[BUG] upstream deprecation warning #63

lmaddox opened this issue Aug 22, 2024 · 2 comments · Fixed by #64

Comments

@lmaddox
Copy link

lmaddox commented Aug 22, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

deprecation warning

Expected Behavior

should not produce warnings.

preliminary search shows that it's maybe related to this

Steps To Reproduce

./docker-compose.yml

Environment

- OS: voidlinux
- How docker service was installed: distro's packagemanager; swarm manager

CPU architecture

x86-64

Docker creation

#! /usr/bin/env -S sh -c "docker compose -f \$@ up --build" shebang

services:

  minetest:
    container_name: minetest
    build: .
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - "CLI_ARGS=--gameid minetest_game --world /config/.minetest/worlds/world"
    volumes:
      - minetest-data:/config/.minetest
    network_mode:   "host"                         # 30000, 29999
    restart:        unless-stopped
    logging:
      driver:      "syslog"

volumes:
  minetest-data:
    driver: local

Dockerfile:

FROM lscr.io/linuxserver/minetest:latest
RUN apk update
RUN apk upgrade --no-cache
RUN apk add --no-cache lua-socket lua-cjson lua5.1-socket lua5.1-cjson cjson


### Container logs

```bash
minetest  | 2024-08-22 20:49:34: WARNING[Main]: MINETEST_SUBGAME_PATH is deprecated, use MINETEST_GAME_PATH instead.
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@aptalca
Copy link
Member

aptalca commented Aug 25, 2024

Thnks for the heads up.

By the way, you don't have to build your own image. You can just use our universal package install mod for those additional packages: https://github.com/linuxserver/docker-mods/tree/universal-package-install

@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants