Commit graph

62 commits

Author SHA1 Message Date
TheSpad 5eb25b8357
Fix tamper check for custom files 2022-08-28 20:30:30 +01:00
TheSpad 7f8d142552
Fix script check exit code 2022-08-28 20:20:28 +01:00
TheSpad 10d77113b5
Simplify if logic 2022-08-28 18:37:38 +01:00
TheSpad ea7f9dddff
Standardise logic so it works cross-distro 2022-08-28 18:12:20 +01:00
TheSpad 7b8515c27e
Add link to script check banner 2022-08-28 17:51:23 +01:00
TheSpad 00cc255a45
Fix trigger logic 2022-08-28 17:48:09 +01:00
TheSpad 9c126e46cc
Use user2 bundle instead of top hack for ci-check 2022-08-28 16:24:18 +01:00
TheSpad e0fd8cb964
Expand tamper check and enable custom files warning 2022-08-28 16:07:23 +01:00
TheSpad 7519dd8f97
Integrate changes from Edge PR #123 2022-08-28 12:55:22 +01:00
TheSpad 595c036d6d
Merge branch 'master' into s6-rc-3.16 2022-08-27 21:04:56 +01:00
TheSpad 9b753d0667
Fix migrations 2022-08-27 20:35:37 +01:00
Eric Nemchik 2de8130702
Update 01-migrations
Fix broken bash syntax
2022-08-22 09:16:25 -05:00
TheSpad 34eee09951
Fix apk path 2022-08-03 13:45:52 +01:00
TheSpad 201227b220
Support universal package install 2022-07-29 18:00:22 +01:00
TheSpad b7b477c8d6
Support universal mod package install 2022-07-29 17:05:19 +01:00
TheSpad 4af8d4292f
Add init-services anchor 2022-07-23 12:56:30 +01:00
TheSpad a51ad09b7b
Add mod-init 2022-07-22 20:55:34 +01:00
TheSpad 4d28a9cdc6
Move custom files to post-mods, add init-services anchor 2022-07-22 14:57:59 +01:00
TheSpad 3c7ccbd583
Disable custom script check for now 2022-07-21 17:14:28 +01:00
TheSpad bb2ab4ccdf
Change message wording to be more accurate 2022-07-14 22:20:23 +01:00
TheSpad 4f51cb2f4f
Rework init order again 2022-07-14 22:19:49 +01:00
TheSpad 3e69697264
Still chown old services folder if it exists 2022-06-10 16:34:16 +01:00
TheSpad 1dabda8b62
Split tamper check between files/services 2022-06-10 16:29:36 +01:00
TheSpad 92a97355b4
Remove custom service handling 2022-06-10 16:16:17 +01:00
TheSpad ec6eed279d
Chown legacy custom locations if they exist 2022-06-09 11:51:13 +01:00
TheSpad 32e37c440b
Add tamper check until legacy custom files location removed 2022-06-09 11:51:02 +01:00
TheSpad 6ac3a53809
Add base to init-base so downstream init doesn't run too early 2022-06-08 17:55:24 +01:00
TheSpad 2c28aeb4c8
Trailing newline 2022-06-08 15:32:49 +01:00
TheSpad f6f2804792
Initial s6-rc commit 2022-06-08 15:31:58 +01:00
TheSpad 73de4c6c4c
Trailing newline 2022-06-03 17:33:52 +01:00
TheSpad ca43caabd3
Add compatibility shim for v2 scandir 2022-06-03 14:38:02 +01:00
Eric Nemchik 43abf13ebd Update s6-overlay to v3.1.0.1 for 3.15 2022-06-02 11:01:05 -05:00
aptalca 9184ab8abe 3.15: add tamper check 2022-01-04 09:55:53 -05:00
quietsy f7371fb778 Added migrations support 2021-12-02 14:49:31 +02:00
Roxedus ba75223981
Make libseccomp errors halt startup 2021-10-21 13:17:40 +02:00
aptalca c8b99498aa secure custom folders 2021-05-22 22:46:16 -04:00
Roxedus 10e646d802
Also catch 1969, move banner. 2021-03-06 01:08:45 +01:00
Roxedus de01a5c2bf
Add warning regarding time being out of sync on armv7l
Requires https://github.com/linuxserver/docker-documentation/pull/32 to be merged
2021-01-28 13:00:49 +01:00
Eric Nemchik 489170a67a Apply docker mods run logic with patch 2021-01-23 10:43:03 -08:00
Eric Nemchik 9f7a004e99 Include app donate info 2020-02-29 10:27:06 -06:00
thelamer 422bda2765 inital logic to load env files from a specific identifier 2019-11-27 14:14:48 -08:00
thelamer 300d9b5947 bugfix in custom logic 2019-05-22 16:21:21 -07:00
alex-phillips 416ab64188 modified logic to have init script and services folder checks in single check 2019-05-20 12:37:32 -04:00
alex-phillips 68483bc920 custom services are now copied into easily identifiable directory so we can remove and 'start fresh' every container run. This allows users to remove services and the changes to take effect on a restart rather than having to rebuild the container 2019-05-18 10:39:46 -04:00
thelamer 9b0dd02566 changing path to match reference in image for config scripts 2019-05-17 16:38:16 -07:00
thelamer 491b6855c4 reworking the logic to copy files instead of folders for services and adding more logic gaurds to prevent us from attempting to run directories or copy over files if they match 2019-05-17 14:38:34 -07:00
alex-phillips 51cd8d1671 need to make run service files executable 2019-05-15 10:14:09 -04:00
alex-phillips bd1b8c94ed added support for custom services.d 2019-05-15 07:56:07 -04:00
thelamer 11724d2ecd adding custom script logic to execute user scripts in a config directory 2019-05-01 14:41:08 -07:00
thelamer 3109feafa0 adding pre-init modification logic to pull a tarball of files from dockerhub and apply it to the image if the user passes DOCKER_MODS env variable 2019-04-14 00:03:43 -07:00