| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-10 | We migrate to JDK 17 | Michael 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-05 | removed bloat | Michael Peter Christen | |
| 2026-07-05 | removed the snapshot feature and all dependencies from non-java code | Michael Peter Christen | |
| 2026-06-04 | Docker: Fix YaCy version determination | Michael 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-21 | enhanced Dockerfiles | Michael Peter Christen | |
| 2025-06-21 | fix attempt for wrong docker image type (alpine instead ubuntu for latest) | Michael Peter Christen | |
| 2025-06-19 | Update Dockerfile: added retry to prevent failing builds | Michael Christen | |
| 2025-06-19 | Merge pull request #698 from MisterX2000/master | Michael Christen | |
| Automate Docker Build Process with Multiarch Support (and GitHub Release action) | |||
| 2025-06-19 | Merge pull request #704 from jtorelli/add-helm-support | Michael Christen | |
| Added helm chart | |||
| 2025-06-19 | Merge branch 'master' into master | Michael Christen | |
| 2025-06-19 | Updated Dockerfile; using temurin 24 instead of temurin 11 now. | Michael Peter Christen | |
| The reason to update the java version here is to enhance the computation speed which is much better in more recent java versions. For now YaCy stays at java 11 and using java 24 in docker does not change that. | |||
| 2025-04-27 | Docker and helm support w/ generated docs | Jim Torelli | |
| 2025-04-06 | capitalize docker readme filename | Mister_X | |
| 2025-04-06 | update docker readme | Mister_X | |
| 2025-04-06 | add documentation for tags | Mister_X | |
| 2025-04-06 | fix typo | Mister_X | |
| 2025-04-06 | decrease alpine image size | Mister_X | |
| 2025-04-06 | fix alpine image | Mister_X | |
| 2025-04-06 | fix platforms | Mister_X | |
| 2025-04-06 | test dockerfile | Mister_X | |
| 2025-04-02 | update main dockerfile to jdk 21 | Mister_X | |
| 2025-04-02 | fix alpine docker | Mister_X | |
| 2025-04-02 | fix alpine docker | Mister_X | |
| 2025-04-02 | simplify alpine image | Mister_X | |
| 2025-04-02 | fix docker | Mister_X | |
| 2025-04-02 | fix docker | Mister_X | |
| 2024-05-13 | fixed aarch64 dockerfile | Michael Peter Christen | |
| 2024-05-05 | reduce image size | HeliosLHC | |
| 2023-08-31 | Migrated 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 | |||
| 2023-03-06 | build fix | Frank Tornack | |
| imported the changes from https://github.com/apache/ant/commit/541a1d2448af3e95134f79a970a608403deab00a by hand | |||
| 2023-02-27 | update to apache-ant-1.10.13 | Frank Tornack | |
| 2023-01-29 | yacy is working in container | Frank Tornack | |
| 2023-01-29 | build Yacy in the Docker file | Frank Tornack | |
| 2023-01-29 | Parallel compilation | Frank Tornack | |
| 2023-01-29 | start new Docker Image | Frank Tornack | |
| try to build a Yacy docker using graalvm | |||
| 2022-10-04 | fixed dockerfile for latest release changes | Michael Peter Christen | |
| 2021-06-20 | docker has no latest-alpine | frankenstein91 | |
| There is no yacy/yacy_search_server:latest-alpine on docker hub | |||
| 2020-12-31 | aded dockerfiles for 32 and 64 bit ARM/Raspberry Pi | Michael Peter Christen | |
| 2020-12-29 | improved dockerfiles | Michael Peter Christen | |
| They do not use git pull to get the latest YaCy code. Instead they copy from local file system. | |||
| 2020-12-01 | do better documentation on how to set a default password | Michael Peter Christen | |
| 2020-11-26 | typo fix | Radek Podgorny | |
| 2020-03-08 | Replace all mentions of luccioman in docker Readme | LoveIsGrief | |
| It's not the official image | |||
| 2019-02-09 | Fixed Alpine flavour Docker image build on already existing /opt folder | luccioman | |
| 2018-12-17 | Fixed wkhtmltopdf integration in Alpine flavor Docker image | luccioman | |
| Building now wkhtmltopdf (used for snapshots generation) from sources, as its package is only available on the Alpine edge branch and is not compatible with the current Alpine (3.8) stable base image used for YaCy. | |||
| 2018-12-14 | Fixed Alpine flavor Docker image (wkhtmltopdf moved to community repo) | luccioman | |
| See also https://github.com/alpinelinux/aports/commit/10a2b3a8cd75ab13660bef4a97f351e031fba917 | |||
| 2018-11-19 | Updated mirror repository source url used in alpine flavor Docker image | luccioman | |
| Switching to a mirror providing a valid certificate | |||
| 2018-10-17 | Upgraded Apache Ant from 1.10.1 to 1.10.5 in Docker alpine image flavor | luccioman | |
| 2018-10-17 | Added support for snapshots generation to Docker images | luccioman | |
| 2018-08-23 | Docker: merge RUN instructions for less layer (-3) | Philipp Hofmann | |
| 2018-08-20 | Remove executable (x) permission of 2 files | Philipp Hofmann | |
| * docker/Dockerfile.alpine * docker/Readme.md | |||
