Rob Harrison
58e8830f1c
Added static filename to list of environment variable options
6 years ago
Johannes Schickling
a39718a3a7
Merge pull request #99 from SamMousa/patch-1
Reduce image size and useless process
7 years ago
Johannes Schickling
d572209166
Merge pull request #100 from schickling/add-s3cmd-schedule
Add s3cmd scheduling for automatic backup
7 years ago
Olivier Cuypers
909afc80cb
Add s3cmd scheduling for automatic backup
7 years ago
Sam
d5b3d6a780
Update README.md
7 years ago
Sam
b13d5e6af2
Reduce image size and useless process
This reduces the image size (using alpine), and removes the `/bin/sh` process by using `ENTRYPOINT`
7 years ago
Johannes Schickling
498d19aafd
Merge pull request #96 from neclimdul/smaller-swagger-image
Use one RUN to optimize layering
7 years ago
James Gilliland
b34479f928
Use one RUN to optimize layering
Since each RUN creates its own layer that needs to be downloaded and layered
to create the image, combining the cleanup steps into the same RUN shrinks the
image size quite a bit.
Before: 84MB
After: 75.2MB
7 years ago
Pirmin Kalberer
12656a3d2b
Set PATH for cargo/rustc
7 years ago
Johannes Schickling
f3df5ff1bd
Merge pull request #94 from pka/rustup
Use rustup for Rust installation
7 years ago
Pirmin Kalberer
b9cc9a5346
Use rustup for Rust installation
7 years ago
Johannes Schickling
467b365116
Merge pull request #92 from kshilovskiy/master
Use latest alpine version
7 years ago
Konstantin Shilovskiy
ce7af27ab9
Use latest alpine versions
7 years ago
Johannes Schickling
8cdd445093
Merge pull request #91 from pka/master
Workaround for ./install.sh: Text file busy
7 years ago
Pirmin Kalberer
7dbb3dfd87
Run install.sh without chmod +x
Fixes "Text file busy" error.
7 years ago
Pirmin Kalberer
fecd6f1a0b
Workaround for ./install.sh: Text file busy
7 years ago
Johannes Schickling
d50cc6515c
Merge pull request #90 from hoax/master
added --no-quit to remove quit-button in web ui
7 years ago
Tobias Mayer
55cd7d8d89
added --no-quit to remove quit-button in web ui
7 years ago
Johannes Schickling
2cef7718b6
Merge pull request #85 from Lctrs/fix/deprecated
Replace deprecated MAINTAINER by LABEL
7 years ago
Jérôme Parmentier
c2c45be6bb
Replace deprecated MAINTAINER by LABEL
7 years ago
Johannes Schickling
95ee8afd62
Merge pull request #84 from Lctrs/feature/mailcatcher-alpine
Switch to Alpine for Mailcatcher image
7 years ago
Jérôme Parmentier
2daaa5015c
Switch to Alpine for Mailcatcher image
7 years ago
Johannes Schickling
d4393c70f2
Merge pull request #83 from stigkj/patch-1
Fix typo (ocatve --> octave)
7 years ago
Stig Kleppe-Jørgensen
06a0af26e9
Fix typo (ocatve --> octave)
7 years ago
Johannes Schickling
357cc55a43
Merge pull request #82 from schickling/add-license-1
Create LICENSE
7 years ago
Johannes Schickling
5e12616990
Create LICENSE
7 years ago
Johannes Schickling
631bcee0f0
Merge pull request #79 from ledermann/patch-1
Fix bash typo
8 years ago
Georg Ledermann
9c367e586c
Fix bash typo
8 years ago
Johannes Schickling
b26d1130ce
Merge pull request #78 from claudyus/master
postgres-backup-s3: Parameters S3_ENDPOINT and S3_S3V4 added.
8 years ago
Claudio Mignanti
55173945e1
postgres-backup-s3: Parameters S3_ENDPOINT and S3_S3V4 added.
# Conflicts:
# postgres-backup-s3/backup.sh
8 years ago
Johannes Schickling
7136f1c373
Merge pull request #77 from claudyus/master
postgres-backup-s3: Prepend the database name to S3 filename
8 years ago
Claudio Mignanti
4cc6bde0bb
postgres-backup-s3: Prepend the database name to DB dump inside S3 bucket
8 years ago
Johannes Schickling
be1dfa3481
Merge pull request #71 from clemens-tolboom/patch-1
Fixed typo
8 years ago
Clemens Tolboom
13e1252908
Fixed typo
8 years ago
Johannes Schickling
0e86f78902
Merge pull request #70 from EvgenyOrekhov/update-swagger-ui
Update swagger-ui to v2.2.10
8 years ago
Evgeny Orekhov
e70d6dc071
Update swagger-ui to v2.2.10
8 years ago
Johannes Schickling
f2165531e4
Merge pull request #68 from schickling/OlivierCuyp-patch-1
Exclude sys & innodb databases on mysql-backup-s3
8 years ago
Olivier Cuypers
e110cb4ec9
Exclude sys & innodb databases on mysql-backup-s3
With the latest versions of MySQL there are new databases to exclude from bz
8 years ago
Johannes Schickling
b008a764d4
Merge pull request #65 from adamgoose/patch-1
Fixing bash #derp
8 years ago
Adam Engebretson
1526053cb8
Fixing bash #derp
8 years ago
Johannes Schickling
e454137ec0
Merge pull request #64 from msh100/patch-1
If an IAM role is present, don't export AWS credentials.
8 years ago
Marcus Stewart Hughes
4d3a3345b5
If an IAM role is present, don't export AWS credentials.
8 years ago
Johannes Schickling
49e1186d68
Merge pull request #60 from adamgoose/master
Enabling AWS Signature v4
8 years ago
Adam Engebretson
3438bcf270
Enabling AWS Signature v4
- Added env S3_S3V4
8 years ago
Johannes Schickling
9047033022
scala sbt docker
8 years ago
Johannes Schickling
f447886746
Merge pull request #58 from dextervip/patch-1
Remove hard aws credentials restriction
8 years ago
Rafael Amorim
30164d65c9
Remove hard aws credentials restriction
AWS Credentials are not always a requirement if you are using ECS as it supports IAM Roles for Tasks.
8 years ago
Johannes Schickling
30c29dbc90
Merge pull request #53 from moafred/patch-1
Fix backup.sh for mysql-backup-s3
8 years ago
Fredo
3d0ed04f1e
Fix backup.sh for mysql-backup-s3
Fix a missing space which throw an error
```
backup.sh: line 47: syntax error: unexpected "then" (expecting "}")
```
8 years ago
Johannes Schickling
50db70e4a4
Merge pull request #52 from rostved/postgres-backup-s3/update-pg-dump
Bumped alpine version to edge to get pg_dump version 9.6.1
8 years ago