mag37
3ab5e0d5f7
formatting
2023-01-30 14:21:57 +01:00
mag37
acb3dabb9b
Change in the docker run -version.
...
`docker run` -version does not update/recreate all containers. Added info to the readme.
2023-01-30 14:20:21 +01:00
mag37
d4d2406a67
wont rebuild, added message.
...
`docker run` dont support using new images just by restarting.
Containers need to be stopped, removed and started again to run on the new image.
Hence wont auto-update all containers, just their images and the user has to manually recreate each container.
2023-01-30 14:11:36 +01:00
mag37
fd7105d208
Added info about selection.
...
Now possible to choose from a numbered list of updates.
Will update gif-example in the future.
2023-01-30 10:37:41 +01:00
mag37
4855a8a3f5
Delete experimental_dockcheck.sh
2023-01-30 10:28:51 +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
72c324fd8a
formatting.
...
Made the GotUpdates-list be aware of pre-set update flag (yes/no), not listing with numbers if already decided.
Cleaned up some user prompts.
2023-01-29 18:57:14 +01:00
mag37
c39c3ed803
re-ordering, cleaning.
...
Moved where the `options` function got called, and replaced the "Containers with updates available:" -listing with the numbered list straight away.
Instead of having the question "want updates?" before listing with numbers.
Cleaner this way.
2023-01-29 11:13:10 +01:00
mag37
4d14244133
fixed array.
...
Choosing what containers to update was broken due to array mistakenly was a list.
Now fixed and should work fine, no matter what order specified eg. `5,1,2,7`
2023-01-28 13:48:17 +01:00
mag37
07edbac00b
Update README.md
2023-01-27 22:10:28 +01:00
mag37
b626ad61ae
ref. experimental_dockcheck.sh
...
half-squashed bug - now in experimental.
2023-01-27 22:09:20 +01:00
mag37
78a9ef2b72
minor fix
...
Fixed 2nd array that might be faulty. Further testing awaits.
2023-01-27 18:43:34 +01:00
mag37
f767ddacb3
Merge pull request #2 from t0rnis/patch-1
...
Update experimental_dockcheck.sh
2023-01-27 18:41:18 +01:00
t0rnis
ff5e1e16b0
Update experimental_dockcheck.sh
...
Fix reading GotUpdates-array into NumberedUpdates-array.
2023-01-27 17:00:57 +01:00
mag37
ee2ac4ff9e
working on optional selection
...
Trying out having a select+case with numbers to select what containers to update.
2023-01-27 12:39:28 +01:00
mag37
91db902ec9
+ alt.ver-docker run.
...
Added section about alternative version for `docker run`
2023-01-23 14:25:22 +01:00
mag37
da968c3b05
alt.version: non-compose users
...
Created a alternative version for non-compose users.
2023-01-23 14:17:39 +01:00
mag37
17e6bd4dcf
Update dupc_function.sh
...
re-wrote it some to followe the changes in the main script.
2023-01-23 12:05:22 +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
2288acbbb0
Update README.md
...
bugs+issues listed
2023-01-22 13:44:48 +01:00
mag37
ae4ed9a196
bugs+issues listed
2023-01-22 13:40:19 +01:00
mag37
f44d35bfeb
bugs+issues listed
2023-01-22 13:39:18 +01:00
mag37
b11feab4b5
bugs+issues listed
...
Listed resolved bugs and known issues.
2023-01-22 13:37:28 +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
1f896cf794
Update README.md
...
Replaced example video with gif.
2023-01-20 13:17:42 +01:00
mag37
0f72d1c322
Add files via upload
...
Terminal recording of a run
2023-01-20 13:15:46 +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
8e6a9b3b8b
Update README.md
2023-01-19 18:42:50 +01:00
mag37
3b55635944
Update README.md
2023-01-19 12:29:22 +01:00
mag37
728ebf2828
Update README.md
2023-01-19 12:28:15 +01:00
mag37
1c5b2daa56
Update README.md
2023-01-19 12:24:34 +01:00
mag37
b5e2fcde1e
renamed to not mix with the main script
2023-01-19 12:24:10 +01:00
mag37
a57c79e60f
Update README.md
2023-01-19 12:21:05 +01:00
mag37
55e8e6bde0
Update README.md
2023-01-19 12:20:02 +01:00
mag37
6195b712ac
Update README.md
...
Added new example with flags and optional filter.
2023-01-19 12:16:49 +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
82c487e6a8
Update README.md
2023-01-19 10:04:06 +01:00
mag37
3655899a4e
Update README.md
2023-01-19 10:03:43 +01:00
mag37
0600fd25d7
Update README.md
2023-01-19 10:03:26 +01:00
mag37
fef472d618
Update dc_function.sh
...
Added the possibility to check multiple containers by name-wildcarding. Eg `dockcheck ng` would check all containers named anything with `ng` like nginx_local, reverse_nginx
2023-01-19 09:58:06 +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
72f00fdf9e
Rename dockcheck_function.sh to dc_function.sh
...
changed name
2023-01-18 21:20:49 +01:00
mag37
ffebbd5465
Update README.md
2023-01-18 21:12:00 +01:00
mag37
7a64bf90df
Update README.md
2023-01-18 21:07:52 +01:00
mag37
d596df86a4
Update README.md
2023-01-18 21:03:42 +01:00
mag37
83eb5505a1
Update dockcheck_function.sh
2023-01-18 20:55:51 +01:00
mag37
0f14b123ef
Update dockcheck_function.sh
...
safer code, encapsulation etc
2023-01-18 19:24:29 +01:00