-
Notifications
You must be signed in to change notification settings - Fork 232
Add support for time shifting inside the container #921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 4 commits
489eb43
f452a2b
db82629
7e2e4a9
15f266f
59925a5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -15,7 +15,7 @@ apt-retry sh -c 'apt-get update && apt-get install -y curl apt-transport-https \ | |||||
| postgresql-client-14 postgresql-14 postgresql-contrib \ | ||||||
| sudo supervisor psmisc \ | ||||||
| nginx rsync jq golang-github-pelletier-go-toml netcat-openbsd \ | ||||||
| libunwind8 sqlite3 libc++abi1-20 libc++1-20' | ||||||
| libunwind8 sqlite3 libc++abi1-20 libc++1-20 faketime' | ||||||
|
||||||
| libunwind8 sqlite3 libc++abi1-20 libc++1-20 faketime' | |
| libunwind8 sqlite3 libc++abi1-20 libc++1-20 faketime libfaketime' |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| +0h x1 | ||
|
leighmcculloch marked this conversation as resolved.
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -816,7 +816,9 @@ function exec_supervisor() { | |||||
| # inherits the env vars of its environment for all subprocesses that get | ||||||
| # started. This is problematic for services that use the same environment | ||||||
| # variable name for things that the start script does, like NETWORK. | ||||||
| exec env -i supervisord -n -c $SUPHOME/etc/supervisord.conf \ | ||||||
| exec env -i \ | ||||||
| FAKETIME_NO_CACHE="$FAKETIME_NO_CACHE" \ | ||||||
|
||||||
| FAKETIME_NO_CACHE="$FAKETIME_NO_CACHE" \ | |
| FAKETIME_NO_CACHE="${FAKETIME_NO_CACHE:-1}" \ |
Uh oh!
There was an error while loading. Please reload this page.