Releases: marverix/classicpress-docker
Releases · marverix/classicpress-docker
2.2.0-r1
1.7.3-r1
1.7.1-r1
-
BREAKING CHANGES:
- Migrated to Alpine + Nginx + php-fpm. This allowed to reduce memory usage from ~300MB to ~40MB!
- Changed versioning convention from
cpXXX-revYYY
toCLASSICPRESS_VERSION-rRELEASE_NUMBER
- Migrated from
APACHE_RUN_USER_ID
andAPACHE_RUN_GROUP_ID
to shared between host and container grouppress(gid=2048)
. wp-config.template.php
now containsdefine('WP_AUTO_UPDATE_CORE', false);
which should stop CP from auto-updating (this is added only to new installations, so it may be that you must add it manually to your config)
cp1.6.0-rev1
feat: docker-compose
cp1.5.3-rev2
feat: docker-compose
cp1.5.3-rev1
feat: Upgrade to CP 1.5.3
cp1.5.2-rev1
build: Disable cosign for now
cp1.4.4-rev1
fix: Passing build-args
cp1.4.3-rev1
fix: Passing build-args
cp1.4.2-rev1
fix: Passing build-args