Git Product home page Git Product logo

Comments (5)

NathanVaughn avatar NathanVaughn commented on July 3, 2024

I have no idea. I'm running the latest image also from ghcr.io on my server with no issue. The only thing that changed in the image was the PHP runtime, otherwise the Dockerfile is the exact same.

image

from webtrees-docker.

ThRPctmylSgltwH avatar ThRPctmylSgltwH commented on July 3, 2024

If I use this yaml file without the named volumes since they are not needed, the error that is in the container logs is "standard_init_linux.go:228: exec user process caused: exec format error". The container is then running but without an IP address and the error keeps repeating in the log file. I think that something is not right in the container but I do not know how to find it since I can only see the log file and have no means to get a command prompt inside of the container.

If I try to get a command prompt in the container, the error is "Failure
Container 3bb263bc4575bb35ddfdb446a50c9d71d202c0a51b959f75da312b144fbca91f is restarting, wait until the container is running
" so the container just keeps restarting but never runs.

I am on a Raspberry PI 4, so, linux/arm/v7 if that matters.

@NathanVaughn ### After further work, the latest tag does not include all images, only amd64. I just pulled the 2.0.17 container explicitly and all is working fine. Could you update the latest container?

version: "2.1"
services:
app:
depends_on:

  • db
    image: ghcr.io/nathanvaughn/webtrees:latest
    environment:
    PRETTY_URLS: "1"
    LANG: "en-US"
    BASE_URL: "https://webtrees.falcigno.tk"
    DB_TYPE: "mysql"
    DB_HOST: "db"
    DB_PORT: "3306"
    DB_USER: "webtrees"
    DB_PASS: "badpassword"
    DB_NAME: "webtrees"
    DB_PREFIX: "wt_"
    WT_USER: "username"
    WT_NAME: "Full Name"
    WT_PASS: "mybadpassword"
    WT_EMAIL: "[email protected]"
    ports:
  • 8091:80
    links:
  • db
    restart: unless-stopped
    volumes:
  • /srv/dev-disk-by-uuid/Files/AppData/Config/webtrees/data:/var/www/webtrees/data/
  • /srv/dev-disk-by-uuid/Files/AppData/Config/webtrees/media:/var/www/webtrees/media/
  • /srv/dev-disk-by-uuid/Files/AppData/Config/webtrees/themes:/var/www/webtrees/modules_v4/

db:
image: yobasystems/alpine-mariadb:10.4.17
command: "--default-authentication-plugin=mysql_native_password"
environment:
MYSQL_DATABASE: "webtrees"
MYSQL_USER: "webtrees"
MYSQL_ROOT_PASSWORD: "badpassword"
MYSQL_PASSWORD: "badpassword"
restart: unless-stopped
volumes:

  • /srv/dev-disk-by-uuid/Files/AppData/Databases/webtrees:/var/lib/mysql

standard_init_linux.go:228: exec user process caused: exec format error

from webtrees-docker.

NathanVaughn avatar NathanVaughn commented on July 3, 2024

Yes, wow, I really dropped the ball on this one. When I ran my script to publish new builds, it did 2.0.16 and 2.0.17 in the wrong order, so 2.0.16 became the "latest" image. I thought I fixed this by manually retagging the images, but apparently that only did the amd64 versions. I fixed the script so it sorts the versions correctly, and I fired off a new build.

from webtrees-docker.

NathanVaughn avatar NathanVaughn commented on July 3, 2024

Issue should be resolved, please let me know

from webtrees-docker.

ThRPctmylSgltwH avatar ThRPctmylSgltwH commented on July 3, 2024

It works perfectly now.
Thank you for keeping this project alive and making it available to the community.
You work is appreciated.

from webtrees-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.