Skip to content

Commit

Permalink
fixes #105 - update 7zbindings + 10 core dump
Browse files Browse the repository at this point in the history
- Stabilize to 10.0.2 oracle image for latest 10 is bugged and linked to
  1.8.2
- Update 7zip java bindings to latest 16.02-2.01 | 2020-02-19
  • Loading branch information
jaymoulin committed Dec 9, 2021
1 parent 142f137 commit ce6f19a
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ build: qemu-arm-static qemu-aarch64-static
FILE=Dockerfile; \
if [ $(arch) = amd64 ]; \
then archi=$(arch); \
image=bellsoft\\/liberica-openjdk-alpine:10-x86_64; \
image=bellsoft\\/liberica-openjdk-alpine:10.0.2-x86_64; \
elif [ $(arch) = arm32v6 ]; \
then archi=armel; \
image=balenalib\\/raspberry-pi; \
FILE=debian.Dockerfile; \
elif [ $(arch) = armhf ]; \
then archi=$(arch); \
image=bellsoft\\/liberica-openjdk-alpine:10-armv7l; \
image=bellsoft\\/liberica-openjdk-alpine:10.0.2-armv7l; \
else \
archi=arm64; \
image=bellsoft\\/liberica-openjdk-alpine:10-aarch64; \
image=bellsoft\\/liberica-openjdk-alpine:10.0.2-aarch64; \
fi; \
cat $$FILE | sed "s/FROM openjdk:jre-alpine/FROM $$image/g" > .Dockerfile; \
docker build -t jaymoulin/jdownloader:${VERSION}-$(arch) -f .Dockerfile --build-arg ARCH=$${archi} ${CACHE} --build-arg VERSION=${VERSION} .;\
Expand Down
Binary file modified amd64/sevenzipjbinding1509.jar
Binary file not shown.
Binary file modified amd64/sevenzipjbinding1509Linux.jar
Binary file not shown.
Binary file modified armel/sevenzipjbinding1509.jar
Binary file not shown.
Binary file modified armel/sevenzipjbinding1509LinuxArmVersion.jar
Binary file not shown.
Binary file modified armhf/sevenzipjbinding1509.jar
Binary file not shown.
Binary file modified armhf/sevenzipjbinding1509LinuxArmVersion.jar
Binary file not shown.
Binary file modified i386/sevenzipjbinding1509.jar
Binary file not shown.
Binary file modified i386/sevenzipjbinding1509Linux.jar
Binary file not shown.

0 comments on commit ce6f19a

Please sign in to comment.