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] Container image fails on RPI with s6-rc-compile: fatal #79

Open
1 task done
petermicuch opened this issue Dec 25, 2024 · 0 comments
Open
1 task done

[BUG] Container image fails on RPI with s6-rc-compile: fatal #79

petermicuch opened this issue Dec 25, 2024 · 0 comments

Comments

@petermicuch
Copy link

petermicuch commented Dec 25, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I am using docker image lscr.io/linuxserver/duckdns:latest which corresponds right now to tag version-5046d23b. I am running it in microk8s cluster on my RPI4B. With the mentioned container version logs are showing following error and DNS is not getting updated:

s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-duckdns/type: must be oneshot, longrun, or bundle

Container runs green and does not restart but also does not do IP updates for DNS entry.

When I reverted back to the tag version-9002b57e all works fine again.

Expected Behavior

Container logs should shown successful IP updates and not error logs should be visible. DNS should get updated IP.

Steps To Reproduce

  1. Microk8s cluster on raspberry PI 4B with 8GB of RAM.
  2. Use container image version-5046d23b
  3. Observer container logs.

Environment

- OS: Debian GNU/Linux 12
- How docker service was installed: Microk8s

CPU architecture

arm64

Docker creation

apiVersion: apps/v1
kind: Deployment
metadata:
  name: duckdns
  namespace: duckdns
  labels:
    app: duckdns
spec:
  replicas: 1
  selector:
    matchLabels:
      app: duckdns
  template:
    metadata:
      labels:
        app: duckdns
    spec:
      containers:
      - name: duckdns
        image: lscr.io/linuxserver/duckdns:latest
        env:
        - name: TOKEN
          valueFrom:
            secretKeyRef:
              name: duckdns-pat
              key: PAT
              optional: false
        - name: TZ
          value: "Europe/Bratislava"
        - name: SUBDOMAINS
          value: "XXXXXXXXXXXXXXX"

Container logs

s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-duckdns/type: must be oneshot, longrun, or bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

1 participant