Skip to content

Commit 0095f96

Browse files
Bot Updating Templated Files
1 parent b7bd547 commit 0095f96

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

readme-vars.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,49 @@ app_setup_block: |
2828
mStream v5 no longer accepts cli arguments for setting the user and password and requires the use of `config.json`. Therefore, the environment variables `USER`, `PASSWORD` and `USE_JSON` are deprecated.
2929
3030
v4's `config.json` is not compatible with v5. Existing `config.json` will be renamed to `config.json.v4-bak` for your reference and a new default `config.json` will be created upon upgrade from v4 to v5.
31+
# init diagram
32+
init_diagram: |
33+
"mstream:latest": {
34+
docker-mods
35+
base {
36+
fix-attr +\nlegacy cont-init
37+
}
38+
docker-mods -> base
39+
legacy-services
40+
custom services
41+
init-services -> legacy-services
42+
init-services -> custom services
43+
custom services -> legacy-services
44+
legacy-services -> ci-service-check
45+
init-migrations -> init-adduser
46+
init-os-end -> init-config
47+
init-config -> init-config-end
48+
init-mstream-config -> init-config-end
49+
init-os-end -> init-crontab-config
50+
init-mods-end -> init-custom-files
51+
base -> init-envfile
52+
base -> init-migrations
53+
base -> init-mods
54+
init-config-end -> init-mods
55+
init-mods -> init-mods-end
56+
init-mods-package-install -> init-mods-end
57+
init-mods -> init-mods-package-install
58+
init-config -> init-mstream-config
59+
base -> init-os-end
60+
init-adduser -> init-os-end
61+
init-envfile -> init-os-end
62+
init-migrations -> init-os-end
63+
init-custom-files -> init-services
64+
init-mods-end -> init-services
65+
init-services -> svc-cron
66+
svc-cron -> legacy-services
67+
init-services -> svc-mstream
68+
svc-mstream -> legacy-services
69+
}
70+
Base Images: {
71+
"baseimage-alpine:3.20"
72+
}
73+
"mstream:latest" <- Base Images
3174
# changelog
3275
changelogs:
3376
- {date: "27.06.24:", desc: "Rebase to Alpine 3.20."}

0 commit comments

Comments
 (0)