Skip to content

Commit b15355f

Browse files
authored
rebase to noble
1 parent b1d1002 commit b15355f

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM 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
@@ -24,8 +24,8 @@ RUN \
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 \

Dockerfile.aarch64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM 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
88
ARG BUILD_DATE
@@ -29,8 +29,8 @@ RUN \
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 \

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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=''

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ init_diagram: |
104104
"calibre-web:nightly" <- Base Images
105105
# changelog
106106
changelogs:
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."}

0 commit comments

Comments
 (0)