summaryrefslogtreecommitdiff
path: root/.docker/app/Dockerfile
AgeCommit message (Collapse)Author
2025-10-11Address 'JSONArgsRecommended' warning for app image.supahgreg
https://docs.docker.com/reference/build-checks/json-args-recommended/
2025-10-11Drop 'PROXY_REGISTRY' in main images to support Dependabot updates.supahgreg
2025-10-11Add 'docker' and 'github-actions' to Dependabot config.supahgreg
2025-10-06Switch links to the 'tt-rss' GitHub organization.supahgreg
2025-10-03Remove references to, and integrations with, 'tt-rss.org'.supahgreg
2025-07-04add separate script that invokes update.php with args, add basic info blurbs ↵Andrew Dolgov
to other scripts
2025-05-30Bump to Alpine 3.22wn_
2025-05-24remove APP_WEB_ROOT from fpm container because it expect a different value ↵Andrew Dolgov
from nginx container, replace with APP_INSTALL_BASE_DIR specific to fpm container
2025-05-22add APP_WEB_ROOT to fpm containerAndrew Dolgov
2025-04-14further mysql/DB_TYPE related cleanupAndrew Dolgov
2025-04-14initial attempt to remove mysql-related stuff from tt-rssAndrew Dolgov
2025-04-07add optional encryption for stored session data using Sodium libraryAndrew Dolgov
2024-12-09Add the 'ca-certificates' package to provide 'update-ca-certificates'.wn_
By default only the 'ca-certificates-bundle' package is installed. * https://pkgs.alpinelinux.org/contents?file=&path=&name=ca-certificates&branch=v3.21&repo=main&arch=x86_64 * https://pkgs.alpinelinux.org/contents?file=&path=&name=ca-certificates-bundle&branch=v3.21&repo=main&arch=x86_64
2024-12-09minor package installation formatting tweakwn_
2024-12-09Centralize the PHP version suffix used for packages and paths.wn_
2024-12-05Bump to Alpine 3.21 and PHP 8.4.wn_
* https://alpinelinux.org/posts/Alpine-3.21.0-released.html * https://www.php.net/releases/8.4/en.php
2024-10-24move sql patch file stuff after all initialization tasksAndrew Dolgov
2024-10-24drop RESTORE_SCHEMA, add simple mechanism to apply SQL patch files after ↵Andrew Dolgov
migrations
2024-07-19Fix breakage when 'ALPINE_MIRROR' is not provided.wn_
Related to 7f3129d4f3f0156498cee706dc8fc1e6be27d33c
2024-07-19support optional mirror for alpineAndrew Dolgov
2024-05-22Bump to Alpine 3.20.wn_
This is to keep receiving updates for things from the Alpine community repo (e.g. PHP).
2024-02-14Ensure correct permissions on the backup script.wn_
2023-12-07Bump to Alpine 3.19 and PHP 8.3.wn_
* https://alpinelinux.org/posts/Alpine-3.19.0-released.html * https://www.php.net/releases/8.3/en.php
2023-10-28add stuff necessary to run integration tests using phpunitAndrew Dolgov
2023-10-19unharcode proxy registryAndrew Dolgov
2023-10-19Revert "Revert "exp: switch to kaniko""Andrew Dolgov
This reverts commit b07ad642ded470f3ec5b30b52e85b42637aa8f60.
2023-10-19Revert "exp: switch to kaniko"Andrew Dolgov
This reverts commit 56315b39b46c8bf05ed9842b547b7d8ef5bfe526.
2023-10-17exp: switch to kanikoAndrew Dolgov
2023-10-02enable fpm status pageAndrew Dolgov
2023-09-22Revert "CI: use nexus alpine proxy"Andrew Dolgov
This reverts commit afd04d141c7bd8a1d6732a2a6a4c91c0a9b4cd6b.
2023-08-28CI: use nexus alpine proxyAndrew Dolgov
2023-05-15Bump to Alpine 3.18, PHP 8.2wn_
2023-04-10add APCu & opcacheAndrew Dolgov
2023-04-10we don't need BUILD_TIMESTAMP eitherAndrew Dolgov
2023-04-10no more pointless txt files for versionAndrew Dolgov
2023-04-10better static versionAndrew Dolgov
2023-04-10add CI_COMMIT_TIMESTAMP to version-static fileAndrew Dolgov
2023-04-10create version_static.txt on buildAndrew Dolgov
2023-04-09add php81-socketsAndrew Dolgov
2023-04-09Revert "docker: point xaccel plugin url to gitlab"Andrew Dolgov
This reverts commit c4edc93182320bbafc40097d780105d56a9d1ac5.
2023-04-09docker: point xaccel plugin url to gitlabAndrew Dolgov
2023-04-03dockerfile cleanupAndrew Dolgov
2023-03-27add docker build cacheAndrew Dolgov
2023-03-26update FROM links for harborAndrew Dolgov
2023-03-25bring back nginx_xaccelAndrew Dolgov
2023-03-25add gitea-CI docker builderAndrew Dolgov