summaryrefslogtreecommitdiff
path: root/docker/Dockerfile.armv7
AgeCommit message (Collapse)Author
2026-07-10We migrate to JDK 17Michael Peter Christen
This is a hard requirement to be able to migrate to a more recent jetty version, which may happen sometime soon.
2026-07-05removed the snapshot feature and all dependencies from non-java codeMichael Peter Christen
2026-06-04Docker: Fix YaCy version determinationMichael Meier
The .dockerignore file was preventing the .git directory from being copied into the context during container builds, which prevented ant from determining the YaCy version by running a few git commands. This fixes containerized YaCy peer's version showing up as: yacy_v1.941_fatal: not a git repository (or any of the parent directories): .gitfatal: not a git repository (or any of the parent directories): .git_fatal: not a git repository (or any of the parent directories): .git
2025-06-21enhanced DockerfilesMichael Peter Christen
2023-08-31Migrated from java 8 to java 11. This step is required to upgrade certain ↵Michael Peter Christen
packages, most important solr which will be migrated from 8.9 to 9.x
2020-12-31aded dockerfiles for 32 and 64 bit ARM/Raspberry PiMichael Peter Christen