Skip to content

Commit

Permalink
Add icu-data-full, revert to 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Feb 13, 2023
1 parent 37e8236 commit a976f58
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:3.16
FROM ghcr.io/linuxserver/baseimage-alpine:3.17

# set version label
ARG BUILD_DATE
Expand All @@ -16,6 +16,7 @@ XDG_CONFIG_HOME="/config"
RUN \
echo "**** install packages ****" && \
apk --no-cache add \
icu-data-full \
icu-libs && \
echo "**** install jackett ****" && \
mkdir -p \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.16
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.17

# set version label
ARG BUILD_DATE
Expand All @@ -16,6 +16,7 @@ XDG_CONFIG_HOME="/config"
RUN \
echo "**** install packages ****" && \
apk --no-cache add \
icu-data-full \
icu-libs && \
echo "**** install jackett ****" && \
mkdir -p \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.16
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.17

# set version label
ARG BUILD_DATE
Expand All @@ -16,6 +16,7 @@ XDG_CONFIG_HOME="/config"
RUN \
echo "**** install packages ****" && \
apk --no-cache add \
icu-data-full \
icu-libs && \
echo "**** install jackett ****" && \
mkdir -p \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **13.02.23:** - Add icu-data-full to address [ICU issue](https://github.com/Jackett/Jackett/issues/14008) with Cyrillic character sets.
* **11.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
* **31.12.19:** - Rebase to Focal.
* **31.12.19:** - Remove agressive startup chowning.
Expand Down
2 changes: 1 addition & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ app_setup_block: |
# changelog

changelogs:
- { date: "13.02.23:", desc: "Rebase to Alpine 3.16 to mitigate [ICU issue](https://github.com/Jackett/Jackett/issues/14008)." }
- { date: "13.02.23:", desc: "Add icu-data-full to address [ICU issue](https://github.com/Jackett/Jackett/issues/14008) with Cyrillic character sets." }
- { date: "11.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3." }
- { date: "31.12.19:", desc: "Rebase to Focal." }
- { date: "31.12.19:", desc: "Remove agressive startup chowning." }
Expand Down

0 comments on commit a976f58

Please sign in to comment.