rebase to noble

This commit is contained in:
driz
2024-12-05 15:17:00 -05:00
committed by GitHub
parent b1d1002cdd
commit b15355fcb0
5 changed files with 9 additions and 8 deletions
+3 -3
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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=''
+1
View File
@@ -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."}