Skip to content

Commit e09de3e

Browse files
authored
Update README.md
1 parent 33d48e8 commit e09de3e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ This container runs restic backups in regular intervals.
1111
* [ghcr.io/lobaro/restic-backup-docker](https://github.com/lobaro/restic-backup-docker/pkgs/container/restic-backup-docker)
1212
* Old: [lobaro/restic-backup-docker](https://hub.docker.com/r/lobaro/restic-backup-docker/)
1313

14-
Stable
14+
Latest (experimental):
1515
```
16-
docker pull lobaro/restic-backup-docker:1.2-0.9.4
16+
docker pull ghcr.io/lobaro/restic-backup-docker:master
1717
```
1818

19-
Latest (experimental)
20-
```
21-
docker pull lobaro/restic-backup-docker:latest
22-
```
19+
# Contributing
20+
Pull Requests to improve the image are always wellcome. Please create an issue about the PR first.
21+
22+
When behaviour of the image changes (Features, Bugfixes, Changes in the API) please update the "Unreleased" section of the [CHANGELOG.md](https://github.com/lobaro/restic-backup-docker/blob/master/CHANGELOG.md)
23+
2324

2425
## Hooks
2526

@@ -213,13 +214,12 @@ services:
213214
- RESTIC_DATA_SUBSET=50G # Download 50G of data from "storageserver" every Wednesday 22:00 UTC and check the data integrity
214215
- RESTIC_FORGET_ARGS=--prune --keep-last 12 # Only keep the last 12 snapshots
215216
```
216-
217-
# Versioning & Changelog
217+
218+
# Versioning
218219

219220
Starting from v1.3.0 versioning follows [Semantic versioning](http://semver.org/)
220221

221222
Build metadata is used to declare the Restic version.
222223

223-
**Example:** 1.3.0+0.9.5 (includes Restic 0.9.5)
224+
**Example:** v1.3.2+restic-0-16-0 (includes Restic 0.16.0)
224225

225-
For changelog see: https://github.com/lobaro/restic-backup-docker/releases

0 commit comments

Comments
 (0)