Skip to content

Commit a34650c

Browse files
authored
Merge pull request #5 from linuxserver/trixie
rebase to trixie
2 parents 797bb9f + a89c36a commit a34650c

4 files changed

Lines changed: 6 additions & 11 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-selkies:debianbookworm
3+
FROM ghcr.io/linuxserver/baseimage-selkies:debiantrixie
44

55
# set version label
66
ARG BUILD_DATE
@@ -44,6 +44,6 @@ RUN \
4444
COPY /root /
4545

4646
# ports and volumes
47-
EXPOSE 3000
47+
EXPOSE 3001
4848

4949
VOLUME /config

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-debianbookworm
3+
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-debiantrixie
44

55
# set version label
66
ARG BUILD_DATE
@@ -44,6 +44,6 @@ RUN \
4444
COPY /root /
4545

4646
# ports and volumes
47-
EXPOSE 3000
47+
EXPOSE 3001
4848

4949
VOLUME /config

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ services:
220220
librewolf:
221221
image: lscr.io/linuxserver/librewolf:latest
222222
container_name: librewolf
223-
security_opt:
224-
- seccomp:unconfined #optional
225223
environment:
226224
- PUID=1000
227225
- PGID=1000
@@ -241,7 +239,6 @@ services:
241239
```bash
242240
docker run -d \
243241
--name=librewolf \
244-
--security-opt seccomp=unconfined `#optional` \
245242
-e PUID=1000 \
246243
-e PGID=1000 \
247244
-e TZ=Etc/UTC \
@@ -268,7 +265,6 @@ Containers are configured using parameters passed at runtime (such as those abov
268265
| `-e LIBREWOLF_CLI=https://www.linuxserver.io/` | Specify one or multiple LibreWolf CLI flags, this string will be passed to the application in full. |
269266
| `-v /config` | Users home directory in the container, stores local files and settings |
270267
| `--shm-size=` | This is needed for any modern website to function like youtube. |
271-
| `--security-opt seccomp=unconfined` | For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker. |
272268

273269
## Environment variables from files (Docker secrets)
274270

@@ -432,6 +428,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
432428

433429
## Versions
434430

431+
* **22.09.25:** - Rebase to Debian Trixie.
435432
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
436433
* **12.10.24:** - Publish aarch64 image. Switch to new upstream repo.
437434
* **09.04.24:** - Initial release.

readme-vars.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ custom_params:
3030
opt_param_usage_include_env: true
3131
opt_param_env_vars:
3232
- {env_var: "LIBREWOLF_CLI", env_value: "https://www.linuxserver.io/", desc: "Specify one or multiple LibreWolf CLI flags, this string will be passed to the application in full."}
33-
opt_security_opt_param: true
34-
opt_security_opt_param_vars:
35-
- {run_var: "seccomp=unconfined", compose_var: "seccomp:unconfined", desc: "For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker."}
3633
# Selkies blurb settings
3734
selkies_blurb: true
3835
show_nvidia: true
@@ -112,6 +109,7 @@ init_diagram: |
112109
"librewolf:latest" <- Base Images
113110
# changelog
114111
changelogs:
112+
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
115113
- {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
116114
- {date: "12.10.24:", desc: "Publish aarch64 image. Switch to new upstream repo."}
117115
- {date: "09.04.24:", desc: "Initial release."}

0 commit comments

Comments
 (0)