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
Mikkel Rostved
b597b62899
Lock to version 3.5 of Alpine
8 years ago
Mikkel Rostved
83ae010322
Bumped alpine version to edge to get pg_dump version 9.6.1
8 years ago
Johannes Schickling
8e10b6f5dd
Merge pull request #51 from adamgoose/master
mysql-backup-s3: Adding support for custom S3 endpoint
8 years ago
Adam Engebretson
284be0ea4c
Adding support for custom S3 endpoint
8 years ago
Johannes Schickling
94bfefd14b
Merge pull request #47 from EvgenyOrekhov/update-swagger-ui
Update swagger-ui to v2.2.8
8 years ago
Johannes Schickling
ec0004eb0a
Merge pull request #48 from EvgenyOrekhov/update-swagger-ui-dockerfile
Update swagger-ui/Dockerfile
8 years ago
EvgenyOrekhov
22634b8aaa
Update swagger-ui/Dockerfile
- Replace `mhart/alpine-node` with the official `node:alpine` image
- Replace `apk update && apk add` with the new `apk add --no-cache` command
which updates the index and removes it after the installation
8 years ago
EvgenyOrekhov
882b5b88a8
Update swagger-ui to v2.2.8
8 years ago
Johannes Schickling
5260d43312
Merge pull request #46 from splattael/patch-1
Rust: Mention running cargo as local user
8 years ago
Peter Suschlik
4c614d0c21
Rust: Mention running cargo as local user
Hi,
thanks for making this wonderful docker container!
It makes exploring rust even more fun :greenheart:
Running programs as root might be risky and should be avoided :-)
This PR describes the in README.
Thanks again and kind regards,
Peter
8 years ago
Johannes Schickling
b21df79c18
Merge pull request #45 from avianey/oauth2
Support for custom OAUTH2 param definition
8 years ago
avianey
3b71214fef
Support for custom OAUTH2 param definition
8 years ago
Johannes Schickling
d8cbdb447c
Merge pull request #44 from EvgenyOrekhov/update-swagger-ui
Update swagger-ui to v2.2.6
8 years ago
EvgenyOrekhov
593f489b93
Update swagger-ui to v2.2.6
8 years ago
Johannes Schickling
685e290971
Merge pull request #43 from Ibmurai/make-it-build
Switching from alpine:edge to :latest makes the thing actually build.
8 years ago
Jens Riisom Schultz
289438667e
Switching from alpine:edge to :latest makes the thing actually build.
8 years ago
Johannes Schickling
ac04b75db4
Merge pull request #41 from teohhanhui/patch-1
Add POSTGRES_EXTRA_OPTS to README
8 years ago
Teoh Han Hui
ee8a2b855a
Add POSTGRES_EXTRA_OPTS to README
8 years ago
Johannes Schickling
e50cd255cc
Merge pull request #40 from schmich/patch-1
Fix beanstalkd README title
8 years ago
Chris Schmich
85c32ef85d
Fix title.
8 years ago
Johannes Schickling
c95a552000
Merge pull request #39 from codec-abc/patch-1
fix typo
8 years ago
codec-abc
9e9adb6fcc
fix typo
8 years ago
Johannes Schickling
cbe995229f
Merge pull request #38 from spalladino/postgres-backup-s3/upgrade-alpine
Upgrade alpine version from 3.2 to 3.4 for pgbackup images
8 years ago
Santiago Palladino
51d17b5836
Upgrade alpine version from 3.2 to 3.4 for pgbackup images
Version 3.2 has an incompatibility with docker cloud: it cannot
resolve services, due to a resolv.conf issue. Latest version seems
to work fine.
8 years ago
Johannes Schickling
6e38c10ec7
Merge pull request #37 from EvgenyOrekhov/update-swagger-ui
Update swagger-ui to v2.2.2
8 years ago