https://github.com/entando/entando-init-busybox-cds
Repository to manage the configuration of the CDS init container based on busybox
https://github.com/entando/entando-init-busybox-cds
Last synced: 11 months ago
JSON representation
Repository to manage the configuration of the CDS init container based on busybox
- Host: GitHub
- URL: https://github.com/entando/entando-init-busybox-cds
- Owner: entando
- License: mit
- Created: 2023-05-18T08:06:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T14:29:24.000Z (over 2 years ago)
- Last Synced: 2025-03-26T21:33:54.470Z (over 1 year ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# entando-init-busybox-cds
Repository to manage the configuration of the CDS init container based on busybox
## Environment Variables
| Name | Default Value | Description |
|-----------|----------------------------------------------------------------|-------------------------------------------------------------|
| REPO_PATH | https://raw.github.com/entando-ps/cds/entando720/entando-data/ | The path of the GitHub repository used to store the archive |
| ARCHIVE_NAME | entando730.tar.gz | The name of the archive containing all the Entando static resources |
| FORCE_CDS | false | Needed to force the overwriting of the volume |
| PAUSE | false | Used to stop the init-container execution for a specified amount of time | SUSPEND_TIME | | Pause for number
| PAUSE_TIME | | Pause for number seconds(default value). `s[default], m, h, d` can be specified as suffix to express: |
| SKIP_INIT | false | Skip initialization - no data is copied inside the `/entando-data` path |
- **3s** -> 3 seconds
- **3m** -> 3 minutes
- **3h** -> 3 hours
- **3d** -> 3 days
If `PAUSE` is true, then also `PAUSE_TIME` must be specified.