Skip to content

Commit 65dbb2c

Browse files
committed
remove s6v2 compatibility
1 parent d19b988 commit 65dbb2c

File tree

4 files changed

+0
-35
lines changed

4 files changed

+0
-35
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ If adding multiple mods, enter them in an array separated by `|`, such as `DOCKE
1111
* Fork the repo, create a new branch based on the branch `template`.
1212
* Edit the `Dockerfile` for the mod. `Dockerfile.complex` is only an example and included for reference; it should be deleted when done.
1313
* Inspect the `root` folder contents. Edit, add and remove as necessary.
14-
* The mod should be compatible with both s6v2 and s6v3 (until s6v2 based baseimages are deprecated).
1514
* After all init scripts and services are created, run `find ./ -path "./.git" -prune -o \( -name "run" -o -name "finish" -o -name "check" \) -not -perm -u=x,g=x,o=x -print -exec chmod +x {} +` to fix permissions.
1615
* Edit this readme with pertinent info, delete these instructions.
1716
* Finally edit the `.github/workflows/BuildImage.yml`. Customize the vars for `BASEIMAGE` and `MODNAME`. Set the versioning logic if needed.

root/etc/cont-init.d/95-apt-get

Lines changed: 0 additions & 5 deletions
This file was deleted.

root/etc/cont-init.d/98-vpn-config

Lines changed: 0 additions & 26 deletions
This file was deleted.

root/etc/services.d/sshvpn/run

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)