Skip to content

Latest stable is crashing #31

@MyWay

Description

@MyWay

Hi, I'm running eggdrop on arm, until 1.9.5 everything works fine, but when updating to latest stable, I get the following and then the container is crashing:

fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/aarch64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz
(1/4) Installing tzdata (2024b-r0)
(2/4) Installing tcl (8.6.14-r1)
(3/4) Installing tcl-lib (1.21-r1)
(4/4) Installing tcl-tls (1.7.22-r4)
Executing busybox-1.36.1-r29.trigger
OK: 33 MiB in 24 packages

Unfortunately the log isn't very helpful.

My docker compose:

services:
  eggdrop:
    image: eggdrop:1.9.5
    command:
      - /bin/sh
      - -c
      - |
        apk add --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community tcl-lib tcl-tls && \
        exec /home/eggdrop/eggdrop/entrypoint.sh eggdrop.conf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions