Commit Graph

321 Commits

Author SHA1 Message Date
bc40d123ae
Update WordPress 6.5.3 -> 6.5.5 2024-10-29 00:45:33 +01:00
294e7dd725
Fix WARN: RedundantTargetPlatform
Explanation: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior
2024-10-29 00:37:51 +01:00
d5d0754606
Deprecate docker hub builds 2024-10-29 00:36:21 +01:00
e0c2678233
Merge pull request #45 from N0rthernL1ghts/dependabot/github_actions/docker/bake-action-5.10.0
Bump docker/bake-action from 5.7.0 to 5.10.0
2024-10-29 00:31:01 +01:00
dependabot[bot]
2c40a93f93
Bump docker/bake-action from 5.7.0 to 5.10.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.7.0 to 5.10.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v5.7.0...v5.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 22:09:10 +00:00
5e24e51e57
Merge pull request #35 from N0rthernL1ghts/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2024-10-28 19:27:25 +01:00
35a4183322
Merge pull request #44 from N0rthernL1ghts/dependabot/github_actions/docker/bake-action-5.7.0
Bump docker/bake-action from 4.5.0 to 5.7.0
2024-10-28 19:27:10 +01:00
dependabot[bot]
86492d4255
Bump docker/bake-action from 4.5.0 to 5.7.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.5.0 to 5.7.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v4.5.0...v5.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-13 22:03:44 +00:00
dependabot[bot]
e1730014e6
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 22:38:57 +00:00
cfa873fd4b
Add wp init script 2024-05-25 03:23:51 +02:00
90645d32bd
Fix typos 2024-05-25 03:13:15 +02:00
3210cc265e
Add support for WordPress init - automated install 2024-05-25 02:25:33 +02:00
3cb2b8afdd
Remove deprecated variables 2024-05-24 01:58:03 +02:00
f228e0554b
Use secrets for database service 2024-05-24 01:33:39 +02:00
bcf6214c3d
Ignore .secrets directory 2024-05-24 01:30:32 +02:00
27880b836a
Load secrets such as salts and db configuration from env files 2024-05-24 00:38:57 +02:00
2ca07e8102
Check for database configuration 2024-05-24 00:37:10 +02:00
5c8959d938
Add new init service "init-wpconfig-verify" 2024-05-24 00:28:52 +02:00
f2951e8d8b
Add helper scripts for generating WordPress salts 2024-05-24 00:27:14 +02:00
6c7a9812e0
Add docker-compose.yml 2024-05-23 20:06:00 +02:00
48ba044713
Rename build stage 2024-05-22 01:48:28 +02:00
3b184d71a7
Include curl 2024-05-22 01:11:47 +02:00
007660573b
Install tools such as hadolint and composer based tools 2024-05-20 23:49:50 +02:00
c9f5cf3a81
Include fish data 2024-05-20 23:48:54 +02:00
4e256a82e5
Formatting 2024-05-20 22:55:44 +02:00
333acce410
Include shellcheck and shfmt 2024-05-20 22:55:08 +02:00
a24c5bd1a5
Rename to bin/dev-shell to avoid confusion 2024-05-20 21:58:24 +02:00
650bdcb161
Add dev util: shell 2024-05-19 23:17:04 +02:00
aa5e378f30
Use local variables 2024-05-19 21:36:57 +02:00
40dd1e2987
Fix exec permissions 2024-05-19 21:05:17 +02:00
80d592cf97
Move healthcheck and wp wrapper to src/wp-utils 2024-05-19 21:04:27 +02:00
f86a28f3a6
Move wp-* utils to it's own space in src/ 2024-05-19 21:01:52 +02:00
cca0dd0d5d
Make dependant on base 2024-05-19 02:14:58 +02:00
90cbfcbbd3
Move from wordpress-unit-base 2024-05-19 02:12:41 +02:00
ff4fc6104d
Add S6 supervisor upgrade note 2024-05-19 01:36:13 +02:00
a9350c0119
Make unitd dependency for crond to start 2024-05-19 00:32:06 +02:00
57f8be82cf
Disable services timeout 2024-05-19 00:26:27 +02:00
90ae49de10
Add double quotes to prevent splitting 2024-05-19 00:23:58 +02:00
0e70c8c099
Fix the bug where wait hangs forever 2024-05-17 07:25:10 +02:00
2fb3374416
Make init-webuser-permissions run only after init-verify-wordpress and init-install-resources 2024-05-17 02:42:21 +02:00
dc8930d6b8
Make unitd service dependant on init scripts 2024-05-17 02:02:22 +02:00
c7a402cf26
Fix SC2162
See: https://www.shellcheck.net/wiki/SC2162
2024-05-17 01:54:52 +02:00
e6110e37f2
Use local variables 2024-05-17 01:52:44 +02:00
4cb7286fc4
Refactor to new S6 format 2024-05-17 01:37:37 +02:00
63832d68b4
Use /command/with-contenv instead [HOTFIX] 2024-05-17 00:46:42 +02:00
0b82cf55b7
Trigger CI: Base image update 2024-05-16 19:09:49 +02:00
1660ab8dc7
Trigger CI: Base image update 2024-05-14 02:00:19 +02:00
cb4331a506
Trigger CI 2024-05-13 22:05:35 +02:00
af3b52044c
Merge branch 'master' of github.com:N0rthernL1ghts/wordpress 2024-05-13 21:08:56 +02:00
fb1ad09486
Rebase to ghcr.io/n0rthernl1ghts/wordpress-unit-base:2.1.0 which comes with NGINX Unit 1.32.1 2024-05-13 21:06:36 +02:00