Skip to content

Commit

Permalink
[GH-232] Update version to 6.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Dec 31, 2021
1 parent 5a809ae commit 9cef83e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ n3dr config \
### Build

```bash
docker build -t utrecht/n3dr:6.2.0 .
docker build -t utrecht/n3dr:6.3.0 .
```

[![dockeri.co](https://dockeri.co/image/utrecht/n3dr)](https://hub.docker.com/r/utrecht/n3dr)
Expand All @@ -324,7 +324,7 @@ docker build -t utrecht/n3dr:6.2.0 .
```bash
docker run -it \
-v /home/${USER}/.n3dr:/root/.n3dr \
-v /tmp/n3dr:/tmp/n3dr utrecht/n3dr:6.2.0
-v /tmp/n3dr:/tmp/n3dr utrecht/n3dr:6.3.0
```

### Upload
Expand All @@ -333,7 +333,7 @@ docker run -it \
docker run -it \
--entrypoint=/bin/ash \
-v /home/${USER}/.n3dr:/root/.n3dr \
-v /tmp/n3dr:/tmp/n3dr utrecht/n3dr:6.2.0
-v /tmp/n3dr:/tmp/n3dr utrecht/n3dr:6.3.0
```

navigate to the repository folder, e.g. `/tmp/n3dr/download*/` and upload:
Expand Down
2 changes: 1 addition & 1 deletion build/package/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: n3dr
base: core20
version: 6.2.0
version: 6.3.0
summary: Nexus3 Disaster Recovery
description: |
Download all artifacts at once or migrate automatically from Nexus to Nexus.
Expand Down

0 comments on commit 9cef83e

Please sign in to comment.