mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-23 06:03:43 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30fe2f181c | ||
|
|
f57ce461e9 |
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -70,9 +70,6 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
run: |
|
|
||||||
docker buildx inspect --bootstrap
|
|
||||||
|
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
## 2.5.1 2021-02-14 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Fix xz backups with `PARALLEL_COMPRESION=TRUE`
|
||||||
|
|
||||||
|
|
||||||
## 2.5.0 2021-01-25 <dave at tiredofit dot ca>
|
## 2.5.0 2021-01-25 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ RUN set -ex && \
|
|||||||
apk add --no-cache -t .db-backup-run-deps \
|
apk add --no-cache -t .db-backup-run-deps \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
influxdb \
|
influxdb \
|
||||||
|
libarchive \
|
||||||
mariadb-client \
|
mariadb-client \
|
||||||
mongodb-tools \
|
mongodb-tools \
|
||||||
libressl \
|
libressl \
|
||||||
|
|||||||
Reference in New Issue
Block a user