File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 22
33FROM ghcr.io/linuxserver/unrar:latest AS unrar
44
5- FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy
5+ FROM ghcr.io/linuxserver/baseimage-ubuntu:noble
66
77
88# set version label
2424 apt-get install -y --no-install-recommends \
2525 imagemagick \
2626 ghostscript \
27- libldap-2.5-0 \
28- libmagic1 \
27+ libldap2 \
28+ libmagic1t64 \
2929 libsasl2-2 \
3030 libxi6 \
3131 libxslt1.1 \
Original file line number Diff line number Diff line change 22
33FROM ghcr.io/linuxserver/unrar:arm64v8-latest AS unrar
44
5- FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-jammy
5+ FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-noble
66
77# set version label
88ARG BUILD_DATE
2929 apt-get install -y --no-install-recommends \
3030 imagemagick \
3131 ghostscript \
32- libldap-2.5-0 \
33- libmagic1 \
32+ libldap2 \
33+ libmagic1t64 \
3434 libsasl2-2 \
3535 libxi6 \
3636 libxslt1.1 \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ pipeline {
3636 CI_PORT = ' 8083'
3737 CI_SSL = ' false'
3838 CI_DELAY = ' 120'
39- CI_DOCKERENV = ' TZ=US/Pacific '
39+ CI_DOCKERENV = ' TZ=America/Los_Angeles '
4040 CI_AUTH = ' user:password'
4141 CI_WEBPATH = ' '
4242 }
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ repo_vars:
2525 - CI_PORT='8083'
2626 - CI_SSL='false'
2727 - CI_DELAY='120'
28- - CI_DOCKERENV='TZ=US/Pacific '
28+ - CI_DOCKERENV='TZ=America/Los_Angeles '
2929 - CI_AUTH='user:password'
3030 - CI_WEBPATH=''
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ init_diagram: |
104104 "calibre-web:nightly" <- Base Images
105105# changelog
106106changelogs :
107+ - {date: "05.12.24:", desc: "Rebase to noble."}
107108 - {date: "26.08.24:", desc: "Add new dep, xdg-utils."}
108109 - {date: "07.07.24:", desc: "Add new dep, libmagic1."}
109110 - {date: "17.10.23:", desc: "Remove some packages that are required by the calibre mod but not the base container."}
You can’t perform that action at this time.
0 commit comments