Skip to content

Releases: marverix/classicpress-docker

1.7.1-r1

09 Jan 10:41
Compare
Choose a tag to compare
  • BREAKING CHANGES:

    • Migrated to Alpine + Nginx + php-fpm. This allowed to reduce memory usage from ~300MB to ~40MB!
    • Changed versioning convention from cpXXX-revYYY to CLASSICPRESS_VERSION-rRELEASE_NUMBER
    • Migrated from APACHE_RUN_USER_ID and APACHE_RUN_GROUP_ID to shared between host and container group press(gid=2048).
    • wp-config.template.php now contains define('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

14 Jul 06:00
Compare
Choose a tag to compare
feat: docker-compose

cp1.5.3-rev2

01 Jul 10:33
Compare
Choose a tag to compare
feat: docker-compose

cp1.5.3-rev1

01 Jul 08:23
Compare
Choose a tag to compare
feat: Upgrade to CP 1.5.3

cp1.5.2-rev1

17 Apr 07:28
Compare
Choose a tag to compare
build: Disable cosign for now

cp1.4.4-rev1

28 Oct 02:28
03844b1
Compare
Choose a tag to compare
fix: Passing build-args

cp1.4.3-rev1

04 Sep 02:32
03844b1
Compare
Choose a tag to compare
fix: Passing build-args

cp1.4.2-rev1

01 Aug 06:22
03844b1
Compare
Choose a tag to compare
fix: Passing build-args

cp1.4.1-rev1

09 Jun 16:27
Compare
Choose a tag to compare
fix(workflow): Update cosign

cp1.3.1-rev3

22 Mar 09:38
Compare
Choose a tag to compare
wp-config HTTP_X_FORWARDED_PROTO support