Jose Diaz-Gonzalez
fa10fa6a47
feat: implement service filtering
...
If a user implements the user-auth-service trigger in a plugin and that plugin does not echo the passed in app(s) on stdout, the app is assumed to not exist. This mirrors the functionality for applications in regards to auth filtering.
This may still need auditing to ensure it covers everything and doesn't cause issues, but local testing implies that everything is working as expected.
2022-07-07 02:54:14 -04:00
Jose Diaz-Gonzalez
d81a1bed26
fix: always chown the image files
2022-02-03 10:30:27 -05:00
Jose Diaz-Gonzalez
aa8e145d9b
fix: ensure service config files are owned by the dokku system user
...
Refs dokku/dokku-postgres#245
2022-01-22 04:23:52 -05:00
Jose Diaz-Gonzalez
76f2df71f4
fix: pin the image and image version of a created service at creation time
...
This will help ensure that users upgrading to a new plugin version who stop/start databases will always get the same version. This is particularly important for datastores such as elasticsearch and postgres that have more involved upgraded processes.
2021-09-13 02:28:41 -04:00
Jose Diaz-Gonzalez
be56940b0f
feat: add ability to set container config options during create/clone/upgrade actions
...
Also add to documentation where possible.
Closes dokku/dokku-mongo#131
2021-09-12 22:16:14 -04:00
Jose Diaz-Gonzalez
3e7269293e
feat: move all image names to config file
...
This allows us to more quickly update the image versions in use for tertiary images.
2020-03-30 20:09:03 -04:00
Jose Diaz-Gonzalez
dc3bb16cfe
chore: update dokku/wait version
2019-12-27 16:57:13 -05:00
Jose Diaz-Gonzalez
adee49ac1e
chore: update dokku/ambassador version
2019-12-27 16:55:25 -05:00
Jose Diaz-Gonzalez
98699bf79d
chore: update dokku/s3backup version
2019-12-27 16:53:23 -05:00
Jose Diaz-Gonzalez
3b9255bf85
chore: reorder images
2019-07-11 14:32:49 -07:00
Jose Diaz-Gonzalez
3c28a9f2a7
feat: update ambassador, s3backup, and wait images
2019-07-11 14:31:47 -07:00
Jose Diaz-Gonzalez
c5a6f4fc37
feat: upgrade busybox to 1.31.0-uclibc
2019-07-11 13:36:41 -07:00
Jose Diaz-Gonzalez
6fe30de9f2
chore: run shfmt
2019-05-30 11:06:25 -04:00
Jose Diaz-Gonzalez
8e5adaed47
fix: update docker-s3backup image to fix backups to s3
2019-03-28 05:23:39 -04:00
Jose Diaz-Gonzalez
a90a0bb0fd
feat: pin busybox to an actual version
...
Rather than dancing around what version of busybox to use, pin it to the latest, known good version of busybox. This will give us confidence in what is being shipped and run on a user's machine.
2019-03-25 14:14:22 -04:00
Jose Diaz-Gonzalez
631cc44503
feat: update to latest dokku/s3backup image
2019-03-25 13:47:03 -04:00
Jose Diaz-Gonzalez
686f692cb2
feat: switch to updated wait image
2019-03-25 12:46:42 -04:00
Jose Diaz-Gonzalez
7b90e6283b
feat: switch to updated ambassador image
2019-03-25 12:46:01 -04:00
Jose Diaz-Gonzalez
94221b71ce
refactor: allow usage of the same variable to disable docker pulls
2018-04-23 06:56:41 -04:00
Jose Diaz-Gonzalez
606fc7f9be
feat: use custom env var to disable pull actions
2018-04-11 15:11:39 -04:00
Jose Diaz-Gonzalez
e03975062a
feat: prepare ground for config directory changes
2017-09-11 03:52:56 -04:00
Jose Diaz-Gonzalez
21203f60e9
feat: Adds possibility to set encryption for s3
2017-09-09 14:29:58 -04:00
Jose Diaz-Gonzalez
9e27f4928a
Adds parameters to backup-auth for region support and non AWS endpoint support
...
Refs dokku/dokku-mariadb#61
2017-08-26 00:06:36 -04:00
Jose Diaz-Gonzalez
65abf70101
fix: use updated dokkupaas/s3backup image to fix backup issues. Closes dokku/dokku-postgres#109
2017-04-13 19:56:26 -06:00
Jose Diaz-Gonzalez
f97d06f05a
feat: enable uploading backups to any region
2017-04-11 09:50:34 -06:00
Soham Banerjee
f85af35e7e
Fix error in backup scheduling
...
When trying to schedule a backup, the command fails with the error:
```
Sorry, user dokku is not allowed to execute '/bin/chmod 644 /etc/cron.d/dokku-mysql-database-name' as root on dokku-host-name
```
This commit takes care of it.
2017-01-17 02:23:37 +05:30
Jose Diaz-Gonzalez
cc5fac0376
feat: add s3 backup support
2016-10-31 11:39:25 -06:00
Jose Diaz-Gonzalez
3c045b11ab
Make install hook quiet when there is nothing to do
2016-08-28 02:08:00 -04:00
Jose Diaz-Gonzalez
857c9d4d18
use grep -q when checking for docker images
2016-05-08 03:02:48 -04:00
Jose Diaz-Gonzalez
11615bea77
Rework how config vars are sourced
...
- ensure we source config/functions from the correct directory
- move config sourcing up before DOKKU_TRACE to reduce trace output
2016-05-08 03:01:59 -04:00
Loïc Guitaut
7c867da3dc
Use our own image to wait for services
2015-09-24 11:44:42 +02:00
Loïc Guitaut
fd5bddfcb7
Fix wrong version check on docker wait image
2015-09-22 16:02:37 +02:00
Loïc Guitaut
d03d2757d8
Add checks for all docker images in install hook
2015-09-21 14:18:17 +02:00
Loïc Guitaut
d551fb2d63
Use aanand/wait image to wait for service to be ready
2015-09-09 19:13:54 +02:00
Jose Diaz-Gonzalez
3481b5a95f
make test
2015-09-06 22:55:50 -04:00
Jose Diaz-Gonzalez
a9316bf1f8
Properly implement port expose/unexpose
2015-09-06 21:57:54 -04:00
Jose Diaz-Gonzalez
3bc7404aac
Use central config for env vars
2015-08-29 01:53:43 -04:00
Jose Diaz-Gonzalez
1fcd7dee4a
initial commit
2015-08-23 18:56:11 -04:00