Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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