mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-19 10:57:45 +00:00
version bump and readme fixes
This commit is contained in:
@@ -27,6 +27,8 @@ ___
|
|||||||
- Backup an image before pulling a new version for easy rollback in case of breakage.
|
- Backup an image before pulling a new version for easy rollback in case of breakage.
|
||||||
- Removes backed up images older than *N* days.
|
- Removes backed up images older than *N* days.
|
||||||
- List currently backed up images with `-B`.
|
- List currently backed up images with `-B`.
|
||||||
|
- Fixes:
|
||||||
|
- Bugfix for `-s` *Stopped* to not recreate stopped containers after update.
|
||||||
- **v0.7.4**:
|
- **v0.7.4**:
|
||||||
- Added new option `-R`:
|
- Added new option `-R`:
|
||||||
- Will skip container recreation after pulling images.
|
- Will skip container recreation after pulling images.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
VERSION="v0.7.4"
|
VERSION="v0.7.5"
|
||||||
# ChangeNotes: New option -R to pull without recreation. Fixes: value too great error, legacy cleanups.
|
# ChangeNotes: New option -b N to backup image before pulling for easy rollback.
|
||||||
Github="https://github.com/mag37/dockcheck"
|
Github="https://github.com/mag37/dockcheck"
|
||||||
RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"
|
RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user