Commit Graph

318 Commits

Author SHA1 Message Date
dependabot[bot]
67d87f22c4
Bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-10 00:46:22 +00:00
dependabot[bot]
634076dec4
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-10 00:46:20 +00:00
349b32620c
Add patch-util 2022-09-10 02:45:52 +02:00
c89e1c68d0
Add dependabot configuration 2022-09-10 02:43:44 +02:00
ec87f65421
Apply executable permissions 2022-07-26 21:40:00 +02:00
8a8b5eb02e
Add exit handler and cleanup the code 2022-07-26 21:38:26 +02:00
f0786988ef
Fix typo 2022-07-26 21:34:35 +02:00
264a8bba25
Add exit handler 2022-07-26 21:33:28 +02:00
8b388ae116
Cleanup the code and use strict environment variables 2022-07-26 21:24:26 +02:00
9ec42b03fa
Use key=value syntax to mitigate errors 2022-07-26 21:13:53 +02:00
2ba8eb6954
Build new WP version
Retries failed build
2022-07-26 00:07:46 +02:00
26669f06c4
Fix syntax error 2022-07-25 23:58:58 +02:00
de8bce126c
Update WP version in example 2022-07-25 23:57:31 +02:00
a03f12990b
Update regex so only last zero matches
Fixes the bug with newer sed versions
2022-07-25 23:51:18 +02:00
6cbd0dd438
Update WordPress 6.0.0 -> 6.0.1 2022-07-25 23:42:46 +02:00
d91532bc8c
Update WordPress 5.9.3 -> 6.0.0 2022-07-25 23:38:43 +02:00
bd8215e7b5
Adapt to buildx v0.8.2 (breaking) changes
Replace . with _
2022-05-25 19:55:09 +02:00
b92fdad85b
Add WP_LOCALE as build arg 2022-05-25 19:29:18 +02:00
ea0f123c1f
Update WordPress 5.9.2 -> 5.9.3 2022-05-25 19:21:09 +02:00
695976655e
Update WordPress 5.9.1 -> 5.9.2 2022-03-22 19:25:03 +01:00
fe4822ac1d
Update WordPress 5.9.0 -> 5.9.1 2022-03-22 19:19:48 +01:00
847352b62d
Update WordPress 5.8.3 -> 5.9.0 2022-02-03 19:50:56 +01:00
xZero707
1f20e06727
Install plugins concurrently in order to improve perfomance
- No longer fatal if plugin install failed. Only warning is issued.
2022-01-22 01:05:52 +01:00
xZero707
85d377192a
Make wp-admin/update-core.php read-only
It has been reportedly replaced with original file by some security plugins.
2022-01-21 20:11:38 +01:00
xZero707
cb7b0fd12c
Add support for images without patch version
Latest of specific major.minor.patch version is used
2022-01-15 06:21:33 +01:00
xZero707
fcab5c7cb2
Update WordPress 5.8.2 -> 5.8.3 2022-01-15 06:18:50 +01:00
xZero707
7d7ee64551
Fix path traverse error that caused patch to be copied to the incorrect location 2022-01-15 06:17:26 +01:00
xZero707
d805f0e76f
Fix file not found error 2022-01-15 06:14:44 +01:00
xZero707
50a48fd0e3
Fix nginx related build errors 2022-01-15 00:05:18 +01:00
xZero707
1431bf0e15
Re-enable S6_BEHAVIOUR_IF_STAGE2_FAILS 2022-01-14 23:36:41 +01:00
xZero707
24d390d335
Rebase to official Alpine-based WordPress image
This is to ensure stability with WordPress releases.

The rest of functionality from nlss/base-alpine remains
2022-01-14 23:25:15 +01:00
xZero707
11a2f2f45e Make it possible to define WordPress version by argument and automate process 2021-11-19 01:44:47 +01:00
xZero707
a6b6205a3f Update WordPress 5.8.1 -> 5.8.2 2021-11-19 01:06:35 +01:00
xZero707
c31838b5c6 Update public build 2021-11-19 01:04:42 +01:00
xZero707
3eb16c9591 Add public build 2021-11-19 01:00:52 +01:00
xZero707
4e405b3fc1 Add exclusion 2021-11-19 00:58:36 +01:00
xZero707
fb7d6f75c5 Update WordPress 5.8.1 -> 5.8.2 2021-11-19 00:54:14 +01:00
xZero707
5f95578996 Rebuild
Inherit hotfix from parent image
2021-10-11 17:17:02 +02:00
xZero707
46e45bfa19 Add missing runtime libraries, and fix patch filename/path 2021-09-27 03:29:55 +02:00
xZero707
c94900d314 Remove --print 2021-09-25 03:23:38 +02:00
xZero707
6f8380b861 Use buildx bake for parallel builds 2021-09-25 03:19:05 +02:00
xZero707
1ac04287de Run builds in parallel 2021-09-25 01:16:57 +02:00
xZero707
8acffe3dc8 Configure buildx cache to max 2021-09-25 01:15:09 +02:00
xZero707
b9dbb0a6a3 Move the slowest running statement to the beginig of the stage
[ More efficient caching ]
2021-09-25 01:11:23 +02:00
xZero707
0020bca6c9 Rebuild 2021-09-25 01:01:56 +02:00
xZero707
4473bbebfb Improve, much more efficient and reuses already build binaries 2021-09-25 00:47:50 +02:00
xZero707
d96df7e064 Fix image tagging problem where latest version is not tagged as litteral 2021-09-24 23:25:47 +02:00
xZero707
0e7cc38249 Improve code, implement cache 2021-09-23 18:46:49 +02:00
xZero707
f5355e6a8e Improve workflow, use new actions and also cache 2021-09-23 18:46:22 +02:00
xZero707
b87e14fe3d Add WordPress 5.8.1
New latest
2021-09-23 17:51:09 +02:00