mag37
bde81aad22
forgot quoting.
...
Quote the variables... again.
2023-02-02 22:07:33 +01:00
mag37
08175c87ab
added ugly version-check
...
curl-check on the version in local VS raw on github to let the user know there's a new release.
2023-02-02 22:02:41 +01:00
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
72a4ab889c
quickfix
...
Removed unnecessary docker-compose binary check - as this should ONLY be used if no composes are used. Not recommended.
2023-02-02 10:13:46 +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
67fe04cb64
+webui reference
2023-02-01 20:55:20 +01:00
mag37
d8b30b2363
bugsquash+thanks
...
Added info about filenames and sorting.
+ Special thanks to my rubber ducklings.
2023-02-01 19:54:25 +01:00
mag37
22c8d5e423
added sort
...
Alphabetical sorting of the container lists.
2023-02-01 19:41:56 +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
8ff701428b
Added known issue, filename
...
Not working with other filenames than `docker-compose.yml` - fix will be merged soon.
2023-02-01 18:48:01 +01:00
mag37
f740527595
Update README.md
2023-01-31 14:55:00 +01:00
mag37
5d5d7eaffe
Update README.md
2023-01-31 14:52:30 +01:00
mag37
986de413fe
Delete example_run.gif
2023-01-31 10:49:16 +01:00
mag37
c48b94cd7a
Update README.md
2023-01-31 10:48:54 +01:00
mag37
270456c583
new example gif
...
New gif to show the latest release.
2023-01-31 10:48:30 +01:00
mag37
7b18a27834
new example gif
...
New example gif to show the latest release.
2023-01-31 10:46:56 +01:00
mag37
c189f40842
Delete example_run.gif
2023-01-31 10:45:45 +01:00
mag37
7f182cddab
new example
...
Updated example gif to show the latest version.
2023-01-31 10:44:18 +01:00
mag37
9162ad2457
Update dockcheck_docker-run_ver.sh
...
added version number:
### VERSION v.0.1.0
2023-01-30 20:40:00 +01:00
mag37
c635d03dbd
version-comment
...
added:
### VERSION v.0.1.0
2023-01-30 20:39:27 +01:00
mag37
2cd0469540
Merge pull request #5 from mag37/experimental
...
Experimental to Main
2023-01-30 20:30:10 +01:00
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