Skip to content

Commit

Permalink
Merge pull request #95 from linuxserver/master-xz
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Jan 28, 2025
2 parents 29ba1b9 + bfed034 commit 6584fdf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN \
apt-get install -y \
libicu74 \
ttf-mscorefonts-installer \
unzip && \
unzip \
xz-utils && \
echo "**** install duplicati ****" && \
if [ -z ${DUPLICATI_RELEASE+x} ]; then \
DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN \
apt-get install -y \
libicu74 \
ttf-mscorefonts-installer \
unzip && \
unzip \
xz-utils && \
echo "**** install duplicati ****" && \
if [ -z ${DUPLICATI_RELEASE+x} ]; then \
DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" \
Expand Down
2 changes: 0 additions & 2 deletions jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ external_type: custom_json
release_type: stable
release_tag: latest
ls_branch: master
image_sbom: true
image_provenance: true
repo_vars:
- JSON_URL = 'https://api.github.com/repos/duplicati/duplicati/releases'
- JSON_PATH = 'first(.[] | select(.tag_name | contains("beta"))) | .tag_name'
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ init_diagram: |
"duplicati:latest" <- Base Images
# changelog
changelogs:
- {date: "28.01.25:", desc: "Add xz-utils."}
- {date: "03.12.24:", desc: "Add mscorefonts for captcha support."}
- {date: "29.11.24:", desc: "Rebase to Noble, add support for settings DB encryption."}
- {date: "15.02.23:", desc: "Rebase to Jammy."}
Expand Down

0 comments on commit 6584fdf

Please sign in to comment.