Commit Graph

280 Commits

Author SHA1 Message Date
30e53c5399
Use docker/bake-action instead of build script 2022-09-10 03:19:06 +02:00
946d08341a
Use gha cache 2022-09-10 03:07:08 +02:00
870c48c070
Use gha cache 2022-09-10 03:00:42 +02:00
568e47cd50
Reformat 2022-09-10 02:55:30 +02:00
b3e9166fc0
Merge pull request #8 from N0rthernL1ghts/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-09-10 02:50:35 +02:00
dependabot[bot]
35f4d98155
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-10 00:50:20 +00:00
8f4e780a63
Merge pull request #7 from N0rthernL1ghts/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2022-09-10 02:50:16 +02:00
2b01da1593
Merge pull request #6 from N0rthernL1ghts/dependabot/github_actions/docker/setup-buildx-action-2
Bump docker/setup-buildx-action from 1 to 2
2022-09-10 02:49:49 +02:00
5c5bcedbd6
Merge pull request #5 from N0rthernL1ghts/dependabot/github_actions/docker/setup-qemu-action-2
Bump docker/setup-qemu-action from 1 to 2
2022-09-10 02:49:24 +02:00
c378b82f44
Merge pull request #4 from N0rthernL1ghts/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2022-09-10 02:48:57 +02:00
dependabot[bot]
0adcd8d5cc
Bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-10 00:46:25 +00:00
dependabot[bot]
84f7ca0753
Bump docker/setup-buildx-action from 1 to 2
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-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]
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