We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd141cc commit 6655d5aCopy full SHA for 6655d5a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.21.2 2020-06-08 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Change to support tiredofit/alpine base image 5.0.0
5
6
7
## 1.21.1 2020-06-04 <dave at tiredofit dot ca>
8
9
### Changed
install/etc/s6/services/10-db-backup/run …/etc/services.available/10-db-backup/runinstall/etc/s6/services/10-db-backup/run renamed to install/etc/services.available/10-db-backup/run
@@ -1,6 +1,7 @@
#!/usr/bin/with-contenv bash
-for s in /assets/functions/*; do source $s; done
+source /assets/functions/00-container
PROCESS_NAME="db-backup"
date >/dev/null
0 commit comments