Commit Graph

18 Commits

Author SHA1 Message Date
mag37
a7bfb49fad
version-format
Changed Version-format to a variable instead of comment, for future use with version-checking.
2023-02-02 21:29:10 +01:00
mag37
8ae13837f1
cleaning
Securing some variable calls with quoting.
Minor cleaning.
2023-02-02 13:17:15 +01:00
mag37
a4f58c317a
quickfix
Fixed that (sometimes) calling old `docker-compose` binary returned error.
Thanks [xoseperez](https://github.com/xoseperez) for pointing out.
2023-02-02 10:12:05 +01:00
mag37
05c7c8f0dd
sort + compose-path
Added alphabetical sorting to the lists.
Changed the path accessing the compose-file to be referencing the **actual** compose-file, not just the working dir. That way allowing people to have different naming-schemes for their composes.
2023-02-01 19:39:43 +01:00
mag37
c635d03dbd
version-comment
added:
### VERSION v.0.1.0
2023-01-30 20:39:27 +01:00
mag37
2b9f0cc48e
formatting. 2023-01-30 10:25:22 +01:00
mag37
5bd7efafcf
merged with experimental_dockcheck.sh
- Added a way to choose from a numbered list what to update.
- Repairing some array-mistakes.
- Cleaned up some formatting and presentation.
- Set so that choosing -y or -n with flags wont give a numbered list.
- Edited options, auto-update through either -y or -a (yes or auto) with same result.
2023-01-30 10:08:13 +01:00
mag37
98b6074723
fixed typo.
forgot to swap ./regctl to $regbin within the RegHash-variable.
2023-01-22 14:22:49 +01:00
mag37
d5fb9e3789
bugquash-multidigest
Changed the logic in comparing the digests - if the local check had multiple digests for an image, the old logic would be inaccurate.
New logic just check if the newest digest is among the list of local digests, should avoid some false positives.
2023-01-21 12:37:48 +01:00
mag37
8f95ac0305
Added error check.
Added error check so that instead of breaking, if containers cant be checked on the registry (eg. locally built or deprecated) they'll be added to a error-list.
2023-01-20 12:47:17 +01:00
mag37
d5afc8f402
Update dockcheck.sh 2023-01-20 11:52:47 +01:00
mag37
66b53ec3af
added some more functionality
Added help section.
Added getops for options.
Added -a for auto update
Added -n for no updates.
Added $1 use to filter what containers.
2023-01-19 12:09:29 +01:00
mag37
b71d33c842
Update dockcheck.sh
moved in arch-check to only be called if not having the binary already.
2023-01-18 21:51:31 +01:00
mag37
07fe6ab9eb
Update dockcheck.sh
added a check if there's any updates.
changed order on listings.
2023-01-18 21:45:31 +01:00
mag37
9efbca8bb1
minor edits
safer code, encapsulation etc.
2023-01-18 19:13:45 +01:00
mag37
929df7b376
Update dockcheck.sh
added a simple progress indicator ......
2023-01-18 14:56:48 +01:00
mag37
8d5ab4f358
Update dockcheck.sh 2023-01-18 13:28:38 +01:00
mag37
c1fbb4f0d2
Create dockcheck.sh
first commit
2023-01-18 11:50:00 +01:00