summaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)Author
2025-06-21enhanced DockerfilesMichael Peter Christen
2025-06-21fix attempt for wrong docker image type (alpine instead ubuntu for latest)Michael Peter Christen
2025-06-19Update Dockerfile: added retry to prevent failing buildsMichael Christen
2025-06-19Merge pull request #698 from MisterX2000/masterMichael Christen
Automate Docker Build Process with Multiarch Support (and GitHub Release action)
2025-06-19Merge pull request #704 from jtorelli/add-helm-supportMichael Christen
Added helm chart
2025-06-19Merge branch 'master' into masterMichael Christen
2025-06-19Updated 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-27Docker and helm support w/ generated docsJim Torelli
2025-04-06capitalize docker readme filenameMister_X
2025-04-06update docker readmeMister_X
2025-04-06add documentation for tagsMister_X
2025-04-06fix typoMister_X
2025-04-06decrease alpine image sizeMister_X
2025-04-06fix alpine imageMister_X
2025-04-06fix platformsMister_X
2025-04-06test dockerfileMister_X
2025-04-02update main dockerfile to jdk 21Mister_X
2025-04-02fix alpine dockerMister_X
2025-04-02fix alpine dockerMister_X
2025-04-02simplify alpine imageMister_X
2025-04-02fix dockerMister_X
2025-04-02fix dockerMister_X
2024-05-13fixed aarch64 dockerfileMichael Peter Christen
2024-05-05reduce image sizeHeliosLHC
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
2023-03-06build fixFrank Tornack
imported the changes from https://github.com/apache/ant/commit/541a1d2448af3e95134f79a970a608403deab00a by hand
2023-02-27update to apache-ant-1.10.13Frank Tornack
2023-01-29yacy is working in containerFrank Tornack
2023-01-29build Yacy in the Docker fileFrank Tornack
2023-01-29Parallel compilationFrank Tornack
2023-01-29start new Docker ImageFrank Tornack
try to build a Yacy docker using graalvm
2022-10-04fixed dockerfile for latest release changesMichael Peter Christen
2021-06-20docker has no latest-alpinefrankenstein91
There is no yacy/yacy_search_server:latest-alpine on docker hub
2020-12-31aded dockerfiles for 32 and 64 bit ARM/Raspberry PiMichael Peter Christen
2020-12-29improved dockerfilesMichael Peter Christen
They do not use git pull to get the latest YaCy code. Instead they copy from local file system.
2020-12-01do better documentation on how to set a default passwordMichael Peter Christen
2020-11-26typo fixRadek Podgorny
2020-03-08Replace all mentions of luccioman in docker ReadmeLoveIsGrief
It's not the official image
2019-02-09Fixed Alpine flavour Docker image build on already existing /opt folderluccioman
2018-12-17Fixed wkhtmltopdf integration in Alpine flavor Docker imageluccioman
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-14Fixed Alpine flavor Docker image (wkhtmltopdf moved to community repo)luccioman
See also https://github.com/alpinelinux/aports/commit/10a2b3a8cd75ab13660bef4a97f351e031fba917
2018-11-19Updated mirror repository source url used in alpine flavor Docker imageluccioman
Switching to a mirror providing a valid certificate
2018-10-17Upgraded Apache Ant from 1.10.1 to 1.10.5 in Docker alpine image flavorluccioman
2018-10-17Added support for snapshots generation to Docker imagesluccioman
2018-08-23Docker: merge RUN instructions for less layer (-3)Philipp Hofmann
2018-08-20Remove executable (x) permission of 2 filesPhilipp Hofmann
* docker/Dockerfile.alpine * docker/Readme.md
2018-08-20Dockerfile: Improve package cache updatePhilipp Hofmann
* Alpine-Image: If --no-cache is used, apk update is not necessary * Debian-Image: Remove /var/lib/apt/lists to reduce image size
2018-08-20Dockerfile: Remove bad whitespacesPhilipp Hofmann
2018-04-18Removed Docker Cloud deploy button as service will soon be shut downluccioman
See Docker notification at http://success.docker.com/article/cloud-migration
2018-04-17Added a start script option to run as a foreground process without JMXluccioman
Contrary to the -d/--debug option which opens the 9999 port thus allowing remote monitoring with JVM tools such as JConsole.