mirror of
https://github.com/linuxserver/docker-calibre-web.git
synced 2026-06-03 09:57:34 +00:00
rebase to noble
This commit is contained in:
+3
-3
@@ -2,7 +2,7 @@
|
||||
|
||||
FROM ghcr.io/linuxserver/unrar:latest AS unrar
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:noble
|
||||
|
||||
|
||||
# set version label
|
||||
@@ -24,8 +24,8 @@ RUN \
|
||||
apt-get install -y --no-install-recommends \
|
||||
imagemagick \
|
||||
ghostscript \
|
||||
libldap-2.5-0 \
|
||||
libmagic1 \
|
||||
libldap2 \
|
||||
libmagic1t64 \
|
||||
libsasl2-2 \
|
||||
libxi6 \
|
||||
libxslt1.1 \
|
||||
|
||||
+3
-3
@@ -2,7 +2,7 @@
|
||||
|
||||
FROM ghcr.io/linuxserver/unrar:arm64v8-latest AS unrar
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-jammy
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-noble
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@@ -29,8 +29,8 @@ RUN \
|
||||
apt-get install -y --no-install-recommends \
|
||||
imagemagick \
|
||||
ghostscript \
|
||||
libldap-2.5-0 \
|
||||
libmagic1 \
|
||||
libldap2 \
|
||||
libmagic1t64 \
|
||||
libsasl2-2 \
|
||||
libxi6 \
|
||||
libxslt1.1 \
|
||||
|
||||
Vendored
+1
-1
@@ -36,7 +36,7 @@ pipeline {
|
||||
CI_PORT='8083'
|
||||
CI_SSL='false'
|
||||
CI_DELAY='120'
|
||||
CI_DOCKERENV='TZ=US/Pacific'
|
||||
CI_DOCKERENV='TZ=America/Los_Angeles'
|
||||
CI_AUTH='user:password'
|
||||
CI_WEBPATH=''
|
||||
}
|
||||
|
||||
+1
-1
@@ -25,6 +25,6 @@ repo_vars:
|
||||
- CI_PORT='8083'
|
||||
- CI_SSL='false'
|
||||
- CI_DELAY='120'
|
||||
- CI_DOCKERENV='TZ=US/Pacific'
|
||||
- CI_DOCKERENV='TZ=America/Los_Angeles'
|
||||
- CI_AUTH='user:password'
|
||||
- CI_WEBPATH=''
|
||||
|
||||
@@ -104,6 +104,7 @@ init_diagram: |
|
||||
"calibre-web:nightly" <- Base Images
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "05.12.24:", desc: "Rebase to noble."}
|
||||
- {date: "26.08.24:", desc: "Add new dep, xdg-utils."}
|
||||
- {date: "07.07.24:", desc: "Add new dep, libmagic1."}
|
||||
- {date: "17.10.23:", desc: "Remove some packages that are required by the calibre mod but not the base container."}
|
||||
|
||||
Reference in New Issue
Block a user