Commit Graph

299 Commits

Author SHA1 Message Date
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
f74617501d
Merge pull request #30 from N0rthernL1ghts/dependabot/github_actions/lewagon/wait-on-check-action-1.3.4
Bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4
2024-05-13 20:38:16 +02:00
7368178d9c
Remove version 6.3.3 as non-existent 2024-05-13 19:31:53 +02:00
7511668511
Deprecate WordPress versions prior to 6.2 2024-05-13 19:29:24 +02:00
a3085c8e7b
Add rest of 6.5.x versions 2024-05-12 23:44:50 +02:00
5d591330fd
Update WordPress to 6.5.0 2024-05-12 23:37:14 +02:00
29e5cef77f
Add rest of 6.4.x versions 2024-05-12 23:31:39 +02:00
e4995b84c1
Add patch for 6.4.0 2024-05-12 23:25:15 +02:00
86700bf5c4
Update WordPress 6.3.3 -> 6.4.0 2024-05-12 22:48:35 +02:00
68cc36b40c
Update WordPress 6.3.2 -> 6.3.3 2024-05-12 22:46:56 +02:00
7a03849aed
Update WordPress 6.3.1 -> 6.3.2 2024-05-12 22:45:48 +02:00
a53567bf75
Merge pull request #32 from N0rthernL1ghts/dependabot/github_actions/docker/bake-action-4.5.0
Bump docker/bake-action from 4.1.0 to 4.5.0
2024-05-13 15:25:19 +02:00
dependabot[bot]
70d72c7e90
Bump docker/bake-action from 4.1.0 to 4.5.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.1.0 to 4.5.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v4.1.0...v4.5.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-04-29 23:01:49 +00:00
dependabot[bot]
ff04cb4433
Bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/lewagon/wait-on-check-action/releases)
- [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.3.3...v1.3.4)

---
updated-dependencies:
- dependency-name: lewagon/wait-on-check-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 22:08:51 +00:00
5fd146bc5c
Merge pull request #27 from N0rthernL1ghts/dependabot/github_actions/lewagon/wait-on-check-action-1.3.3
Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3
2024-02-11 20:47:00 +01:00
dependabot[bot]
dc5203a67a
Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.1 to 1.3.3.
- [Release notes](https://github.com/lewagon/wait-on-check-action/releases)
- [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.3.1...v1.3.3)

---
updated-dependencies:
- dependency-name: lewagon/wait-on-check-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 22:05:12 +00:00
ba5b57b5fc
Merge pull request #26 from N0rthernL1ghts/dependabot/github_actions/docker/bake-action-4.1.0
Bump docker/bake-action from 4.0.0 to 4.1.0
2023-12-05 10:21:21 +01:00
dependabot[bot]
6f4ddfdd6c
Bump docker/bake-action from 4.0.0 to 4.1.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v4.0.0...v4.1.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>
2023-11-17 22:39:23 +00:00
c612778207
Merge branch 'master' of github.com:N0rthernL1ghts/wordpress 2023-09-22 21:22:11 +02:00
4543c24b1e
Update WordPress 6.3.0 -> 6.3.1 2023-09-22 21:18:23 +02:00
9f82dcf635
Update WordPress 6.2.2 -> 6.3.0 2023-09-22 21:04:01 +02:00
c2feba5cfb
Merge pull request #22 from N0rthernL1ghts/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2023-09-22 21:02:14 +02:00
3b584cf483
Merge pull request #25 from N0rthernL1ghts/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 2 to 3
2023-09-22 20:59:06 +02:00