Bump JRE to 17 for v3

pull/48/head
TheSpad 7 months ago
parent d1b438b7ea
commit d8a6a45fd6
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

@ -15,17 +15,17 @@ RUN \
unzip && \ unzip && \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \
apk add --no-cache \ apk add --no-cache \
openjdk8-jre-base && \ openjdk17-jre-headless && \
echo "**** install ubooquity ****" && \ echo "**** install ubooquity ****" && \
if [ -z ${UBOOQUITY_VERSION+x} ]; then \ if [ -z ${UBOOQUITY_VERSION+x} ]; then \
UBOOQUITY_VERSION=$(curl -IsL -w %{url_effective} -o /dev/null http://vaemendis.net/ubooquity/service/download.php \ UBOOQUITY_VERSION=$(curl -IsL -w %{url_effective} -o /dev/null https://vaemendis.net/ubooquity/service/download.php \
| sed 's|.*Ubooquity-\([0-9\.]*\).zip|\1|'); \ | sed 's|.*Ubooquity-\([0-9\.]*\).zip|\1|'); \
fi && \ fi && \
mkdir -p \ mkdir -p \
/app/ubooquity && \ /app/ubooquity && \
curl -o \ curl -o \
/tmp/ubooquity.zip -L \ /tmp/ubooquity.zip -L \
"http://vaemendis.net/ubooquity/downloads/Ubooquity-${UBOOQUITY_VERSION}.zip" && \ "https://vaemendis.net/ubooquity/downloads/Ubooquity-${UBOOQUITY_VERSION}.zip" && \
unzip /tmp/ubooquity.zip -d /app/ubooquity && \ unzip /tmp/ubooquity.zip -d /app/ubooquity && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \
apk del --purge \ apk del --purge \

@ -15,17 +15,17 @@ RUN \
unzip && \ unzip && \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \
apk add --no-cache \ apk add --no-cache \
openjdk8-jre-base && \ openjdk17-jre-headless && \
echo "**** install ubooquity ****" && \ echo "**** install ubooquity ****" && \
if [ -z ${UBOOQUITY_VERSION+x} ]; then \ if [ -z ${UBOOQUITY_VERSION+x} ]; then \
UBOOQUITY_VERSION=$(curl -IsL -w %{url_effective} -o /dev/null http://vaemendis.net/ubooquity/service/download.php \ UBOOQUITY_VERSION=$(curl -IsL -w %{url_effective} -o /dev/null https://vaemendis.net/ubooquity/service/download.php \
| sed 's|.*Ubooquity-\([0-9\.]*\).zip|\1|'); \ | sed 's|.*Ubooquity-\([0-9\.]*\).zip|\1|'); \
fi && \ fi && \
mkdir -p \ mkdir -p \
/app/ubooquity && \ /app/ubooquity && \
curl -o \ curl -o \
/tmp/ubooquity.zip -L \ /tmp/ubooquity.zip -L \
"http://vaemendis.net/ubooquity/downloads/Ubooquity-${UBOOQUITY_VERSION}.zip" && \ "https://vaemendis.net/ubooquity/downloads/Ubooquity-${UBOOQUITY_VERSION}.zip" && \
unzip /tmp/ubooquity.zip -d /app/ubooquity && \ unzip /tmp/ubooquity.zip -d /app/ubooquity && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \
apk del --purge \ apk del --purge \

@ -317,6 +317,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **29.10.23:** - Bump JRE to 17 to support v3.
* **12.07.23:** - Rebase to Alpine 3.18. * **12.07.23:** - Rebase to Alpine 3.18.
* **04.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **04.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
* **05.03.23:** - Rebase to Alpine 3.17. * **05.03.23:** - Rebase to Alpine 3.17.

@ -61,6 +61,7 @@ app_setup_block: |
If no value is set it will default to 512MB. If no value is set it will default to 512MB.
# changelog # changelog
changelogs: changelogs:
- {date: "29.10.23:", desc: "Bump JRE to 17 to support v3."}
- {date: "12.07.23:", desc: "Rebase to Alpine 3.18."} - {date: "12.07.23:", desc: "Rebase to Alpine 3.18."}
- {date: "04.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"} - {date: "04.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "05.03.23:", desc: "Rebase to Alpine 3.17."} - {date: "05.03.23:", desc: "Rebase to Alpine 3.17."}

Loading…
Cancel
Save