Compare commits

...

2 Commits

Author SHA1 Message Date
mag37
372e79a12c bugsquash
Added info about pull not respecting image-tags.
2023-02-23 13:18:37 +01:00
mag37
5c2cf75b21 vers.bump - fix breakage
Fixed a breaking error - pulling new images did not use the actual image:tag, but only defaulted to latest.
Hence bumping the version to alert new users to pull the latest.
2023-02-23 13:17:07 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ Containers need to be manually stopped, removed and created again to run on the
- ~~Using relative paths for volumes eg. `${PWD}/data:data` will create the volumes where you stand.~~
- ~~Having no curl/wget leads to corrupt `regctl` without alerting.~~
- ~~Using custom `.env` files does not work.~~
- ~~Pull not respecting image:tags, always defaulting to latest~~
### :hammer: Known issues
- ~~No granular choice of what to update (except initial name filter).~~

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION="v0.1.9"
VERSION="v0.2.0"
Github="https://github.com/mag37/dockcheck"
### Check if there's a new release of the script: